|
|||||||||
| 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.dispatcher.DefaultActionSupport
org.apache.struts2.s1.Struts1Action
public class Struts1Action
Wraps legacy Struts 1.3 Actions. Supports the following features:
| Field Summary |
|---|
| Fields inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork2.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
Struts1Action()
|
|
| Method Summary | |
|---|---|
java.lang.String |
execute()
|
org.apache.struts.action.ActionForm |
getModel()
|
java.lang.String |
getScopeKey()
|
boolean |
isValidate()
|
void |
setClassName(java.lang.String className)
|
void |
setModel(org.apache.struts.action.ActionForm model)
|
void |
setScopeKey(java.lang.String key)
|
void |
setValidate(boolean validate)
|
| Methods inherited from class org.apache.struts2.dispatcher.DefaultActionSupport |
|---|
getSuccessResultValue, setSuccessResultValue |
| Methods inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Struts1Action()
| Method Detail |
|---|
public java.lang.String execute()
throws java.lang.Exception
execute in interface com.opensymphony.xwork2.Actionexecute in class org.apache.struts2.dispatcher.DefaultActionSupportjava.lang.Exceptionpublic void setModel(org.apache.struts.action.ActionForm model)
setModel in interface com.opensymphony.xwork2.interceptor.ScopedModelDriven<org.apache.struts.action.ActionForm>public org.apache.struts.action.ActionForm getModel()
getModel in interface com.opensymphony.xwork2.ModelDriven<org.apache.struts.action.ActionForm>public boolean isValidate()
public void setValidate(boolean validate)
validate - the validate to setpublic void setClassName(java.lang.String className)
className - the className to setpublic java.lang.String getScopeKey()
getScopeKey in interface com.opensymphony.xwork2.interceptor.ScopedModelDriven<org.apache.struts.action.ActionForm>public void setScopeKey(java.lang.String key)
setScopeKey in interface com.opensymphony.xwork2.interceptor.ScopedModelDriven<org.apache.struts.action.ActionForm>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||