Class ViewApplications

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ViewApplications extends BaseUserAction
See Also:
  • Constructor Details

    • ViewApplications

      public ViewApplications()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class BaseAction
      Throws:
      Exception
    • getApplications

      public List getApplications()
    • getAliases

      public List<String> getAliases()
    • setAliasManager

      public void setAliasManager(AliasManager aliasManager)