Class ShowConfigAction
java.lang.Object
org.apache.struts2.ActionSupport
org.apache.struts2.config_browser.ActionNamesAction
org.apache.struts2.config_browser.ShowConfigAction
- All Implemented Interfaces:
Serializable,Action,ValidationAware,LocaleProvider,TextProvider,Validateable
ShowConfigAction
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts2.config_browser.ActionNamesAction
configHelperFields inherited from class org.apache.struts2.ActionSupport
container -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute()A default implementation that does nothing an returns "success".voidsetActionName(String actionName) voidsetDetailView(String detailView) voidsetNamespace(String namespace) voidvoidstripPackage(Class clazz) Methods inherited from class org.apache.struts2.config_browser.ActionNamesAction
getConfig, getExtension, getNamespaces, index, redirect, setConfigurationHelper, setExtensionMethods inherited from class org.apache.struts2.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, toLocale, validate
-
Constructor Details
-
ShowConfigAction
public ShowConfigAction()
-
-
Method Details
-
getDetailView
-
setDetailView
-
getActionNames
- Overrides:
getActionNamesin classActionNamesAction
-
getNamespace
- Overrides:
getNamespacein classActionNamesAction
-
setObjectFactory
-
setReflectionProvider
-
stripPackage
-
setNamespace
- Overrides:
setNamespacein classActionNamesAction
-
getActionName
-
setActionName
-
getConfig
-
getProperties
-
execute
Description copied from class:ActionSupportA default implementation that does nothing an returns "success".Subclasses should override this method to provide their business logic.
See also
Action.execute().- Specified by:
executein interfaceAction- Overrides:
executein classActionNamesAction- Returns:
- returns
Action.SUCCESS - Throws:
Exception- can be thrown by subclasses.
-