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
ShowConfigAction
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts2.config_browser.ActionNamesAction
configHelper
Fields inherited from class com.opensymphony.xwork2.ActionSupport
container
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute()
com.opensymphony.xwork2.config.entities.ActionConfig
void
setActionName
(String actionName) void
setDetailView
(String detailView) void
setNamespace
(String namespace) void
setObjectFactory
(com.opensymphony.xwork2.ObjectFactory fac) void
setReflectionProvider
(com.opensymphony.xwork2.util.reflection.ReflectionProvider prov) stripPackage
(Class clazz) Methods inherited from class org.apache.struts2.config_browser.ActionNamesAction
getConfig, getExtension, getNamespaces, index, redirect, setConfigurationHelper, setExtension
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getLocaleProvider, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
-
Constructor Details
-
ShowConfigAction
public ShowConfigAction()
-
-
Method Details
-
getDetailView
-
setDetailView
-
getActionNames
- Overrides:
getActionNames
in classActionNamesAction
-
getNamespace
- Overrides:
getNamespace
in classActionNamesAction
-
setObjectFactory
public void setObjectFactory(com.opensymphony.xwork2.ObjectFactory fac) -
setReflectionProvider
public void setReflectionProvider(com.opensymphony.xwork2.util.reflection.ReflectionProvider prov) -
stripPackage
-
setNamespace
- Overrides:
setNamespace
in classActionNamesAction
-
getActionName
-
setActionName
-
getConfig
public com.opensymphony.xwork2.config.entities.ActionConfig getConfig() -
getProperties
-
execute
- Specified by:
execute
in interfacecom.opensymphony.xwork2.Action
- Overrides:
execute
in classActionNamesAction
- Throws:
Exception
-