|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.apache.struts2.config_browser.ActionNamesAction
public class ActionNamesAction
ActionNamesAction
Field Summary | |
---|---|
protected ConfigurationHelper |
configHelper
|
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ActionNamesAction()
|
Method Summary | |
---|---|
String |
execute()
|
Set<String> |
getActionNames()
|
com.opensymphony.xwork2.config.entities.ActionConfig |
getConfig(String actionName)
|
String |
getExtension()
|
String |
getNamespace()
|
Set<String> |
getNamespaces()
|
void |
setConfigurationHelper(ConfigurationHelper cfg)
|
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, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ConfigurationHelper configHelper
Constructor Detail |
---|
public ActionNamesAction()
Method Detail |
---|
public void setConfigurationHelper(ConfigurationHelper cfg)
public Set<String> getActionNames()
public String getNamespace()
public void setNamespace(String namespace)
public void setExtension(String ext)
public com.opensymphony.xwork2.config.entities.ActionConfig getConfig(String actionName)
public Set<String> getNamespaces()
public String getExtension()
public String execute() throws Exception
execute
in interface com.opensymphony.xwork2.Action
execute
in class com.opensymphony.xwork2.ActionSupport
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |