Class ShowConfigAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
org.apache.struts2.config_browser.ActionNamesAction
org.apache.struts2.config_browser.ShowConfigAction
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 ShowConfigAction extends ActionNamesAction
ShowConfigAction
See Also:
  • Constructor Details

    • ShowConfigAction

      public ShowConfigAction()
  • Method Details

    • getDetailView

      public String getDetailView()
    • setDetailView

      public void setDetailView(String detailView)
    • getActionNames

      public Set<String> getActionNames()
      Overrides:
      getActionNames in class ActionNamesAction
    • getNamespace

      public String getNamespace()
      Overrides:
      getNamespace in class ActionNamesAction
    • setObjectFactory

      public void setObjectFactory(com.opensymphony.xwork2.ObjectFactory fac)
    • setReflectionProvider

      public void setReflectionProvider(com.opensymphony.xwork2.util.reflection.ReflectionProvider prov)
    • stripPackage

      public String stripPackage(Class clazz)
    • setNamespace

      public void setNamespace(String namespace)
      Overrides:
      setNamespace in class ActionNamesAction
    • getActionName

      public String getActionName()
    • setActionName

      public void setActionName(String actionName)
    • getConfig

      public com.opensymphony.xwork2.config.entities.ActionConfig getConfig()
    • getProperties

      public PropertyDescriptor[] getProperties()
    • execute

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