com.opensymphony.webwork.config_browser
Class ActionNamesAction
java.lang.Object
com.opensymphony.xwork.ActionSupport
com.opensymphony.webwork.config_browser.ActionNamesAction
- All Implemented Interfaces:
- Action, LocaleProvider, TextProvider, Validateable, ValidationAware, com.uwyn.rife.continuations.ContinuableObject, Serializable, Cloneable
- Direct Known Subclasses:
- ShowConfigAction
public class ActionNamesAction
- extends ActionSupport
ActionNamesAction
- Author:
- Jason Carreira Created Aug 11, 2003 9:35:15 PM, Rainer Hermanns
- See Also:
- Serialized Form
Methods inherited from class com.opensymphony.xwork.ActionSupport |
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doDefault, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
ActionNamesAction
public ActionNamesAction()
getActionNames
public Set getActionNames()
getNamespace
public String getNamespace()
setNamespace
public void setNamespace(String namespace)
getConfig
public ActionConfig getConfig(String actionName)
getNamespaces
public Set getNamespaces()
getExtension
public String getExtension()
execute
public String execute()
throws Exception
- Description copied from class:
ActionSupport
- A default implementation that does nothing an returns "success".
Subclasses should override this method to provide their business logic.
See also
Action.execute()
.
- Specified by:
execute
in interface Action
- Overrides:
execute
in class ActionSupport
- Returns:
- returns
Action.SUCCESS
- Throws:
Exception
- can be thrown by subclasses.