Class TitledAction

java.lang.Object
org.bgerp.action.TitledAction
All Implemented Interfaces:
Title

public class TitledAction extends Object implements Title
Action with localized title.
  • Constructor Details

    • TitledAction

      public TitledAction(org.apache.struts.actions.BaseAction action, Title titled, String href)
  • Method Details

    • getAction

      public String getAction()
      Action class and method, separated by semicolon. 'null' - for unspecified method. The same format, as used in action.xml files.
      Returns:
    • getActionUrl

      public String getActionUrl()
      Path, ending with .do.
      Returns:
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface Title
    • getHref

      public String getHref()
      href, used for user interfaces, passed to invalid input: '<'ui:menu-item> tag.
      Returns: