public class ActionNamesAction
extends com.opensymphony.xwork2.ActionSupport
Modifier and Type | Field and Description |
---|---|
protected ConfigurationHelper |
configHelper |
Constructor and Description |
---|
ActionNamesAction() |
Modifier and Type | Method and Description |
---|---|
String |
execute() |
Set<String> |
getActionNames() |
com.opensymphony.xwork2.config.entities.ActionConfig |
getConfig(String actionName) |
String |
getExtension() |
String |
getNamespace() |
Set<String> |
getNamespaces() |
String |
index()
Index action to support cooperation with REST plugin
|
String |
redirect() |
void |
setConfigurationHelper(ConfigurationHelper cfg) |
void |
setExtension(String ext) |
void |
setNamespace(String namespace) |
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
protected ConfigurationHelper configHelper
public void setConfigurationHelper(ConfigurationHelper cfg)
public String getNamespace()
public void setNamespace(String namespace)
public void setExtension(String ext)
public com.opensymphony.xwork2.config.entities.ActionConfig getConfig(String actionName)
public String getExtension()
public String execute() throws Exception
execute
in interface com.opensymphony.xwork2.Action
execute
in class com.opensymphony.xwork2.ActionSupport
Exception
public String index() throws Exception
Exception
public String redirect()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.