|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.apache.struts2.dispatcher.DefaultActionSupport
public class DefaultActionSupport
A simple action support class that sets properties to be able to serve
字段摘要 |
---|
从接口 com.opensymphony.xwork2.Action 继承的字段 |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
构造方法摘要 | |
---|---|
DefaultActionSupport()
Constructor |
方法摘要 | |
---|---|
String |
execute()
|
String |
getSuccessResultValue()
|
void |
setSuccessResultValue(String successResultValue)
|
从类 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 |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public DefaultActionSupport()
方法详细信息 |
---|
public String execute() throws Exception
com.opensymphony.xwork2.Action
中的 execute
com.opensymphony.xwork2.ActionSupport
中的 execute
Exception
public String getSuccessResultValue()
public void setSuccessResultValue(String successResultValue)
successResultValue
- The successResultValue to set.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |