Class ActionNamesAction
java.lang.Object
com.opensymphony.xwork2.ActionSupport
org.apache.struts2.config_browser.ActionNamesAction
- 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
- Direct Known Subclasses:
ShowBeansAction
,ShowConfigAction
,ShowConstantsAction
,ShowJarsAction
public class ActionNamesAction
extends com.opensymphony.xwork2.ActionSupport
ActionNamesAction
- See Also:
-
Field Summary
FieldsFields 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
index()
Index action to support cooperation with REST pluginredirect()
void
void
setExtension
(String ext) void
setNamespace
(String namespace) 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
-
Field Details
-
configHelper
-
-
Constructor Details
-
ActionNamesAction
public ActionNamesAction()
-
-
Method Details
-
setConfigurationHelper
-
getActionNames
-
getNamespace
-
setNamespace
-
setExtension
-
getConfig
-
getNamespaces
-
getExtension
-
execute
- Specified by:
execute
in interfacecom.opensymphony.xwork2.Action
- Overrides:
execute
in classcom.opensymphony.xwork2.ActionSupport
- Throws:
Exception
-
index
Index action to support cooperation with REST plugin- Returns:
- action result
- Throws:
Exception
-
redirect
-