com.opensymphony.webwork.config_browser
Class ActionNamesAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by 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

Field Summary
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ActionNamesAction()
           
 
Method Summary
 String execute()
          A default implementation that does nothing an returns "success".
 Set getActionNames()
           
 ActionConfig getConfig(String actionName)
           
 String getExtension()
           
 String getNamespace()
           
 Set getNamespaces()
           
 void setNamespace(String namespace)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionNamesAction

public ActionNamesAction()
Method Detail

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.

WebWork Project Page