org.apache.struts2.dispatcher
类 DefaultActionSupport

java.lang.Object
  继承者 com.opensymphony.xwork2.ActionSupport
      继承者 org.apache.struts2.dispatcher.DefaultActionSupport
所有已实现的接口:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, Serializable

public class DefaultActionSupport
extends com.opensymphony.xwork2.ActionSupport

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
 

构造方法详细信息

DefaultActionSupport

public DefaultActionSupport()
Constructor

方法详细信息

execute

public String execute()
               throws Exception
指定者:
接口 com.opensymphony.xwork2.Action 中的 execute
覆盖:
com.opensymphony.xwork2.ActionSupport 中的 execute
抛出:
Exception

getSuccessResultValue

public String getSuccessResultValue()
返回:
Returns the successResultValue.

setSuccessResultValue

public void setSuccessResultValue(String successResultValue)
参数:
successResultValue - The successResultValue to set.