|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--objectivehtml.struts.Action
This class holds the action directives for an action event.
| Constructor Summary | |
Action()
|
|
| Method Summary | |
CreateForms |
getCreateForms()
Gets the list of create-form directives. |
java.lang.String |
getDefaultForward()
Gets the default-forward for this action |
InvokeMethods |
getInvokeMethods()
Gets the list of invoke-method directives. |
java.lang.String |
getPath()
Gets the URL path mapping for this action |
java.lang.String |
getUpdateForm()
Gets the session name of the form to be updated |
void |
setCreateForms(CreateForms objCreateForms)
Sets the list of create-form directives. |
void |
setDefaultForward(java.lang.String sDefaultForward)
Sets the default-forward for this action. |
void |
setInvokeMethods(InvokeMethods objInvokeMethods)
Sets the list of invoke-method directives. |
void |
setPath(java.lang.String sPath)
Sets the URL path for this action. |
void |
setUpdateForm(java.lang.String sUpdateForm)
Sets the session name of the form to be updated (i.e. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Action()
| Method Detail |
public void setPath(java.lang.String sPath)
sPath - the path that maps to this actionpublic java.lang.String getPath()
public void setDefaultForward(java.lang.String sDefaultForward)
sDefaultForward - the default-forwardpublic java.lang.String getDefaultForward()
public void setUpdateForm(java.lang.String sUpdateForm)
sUpdateForm - the session name of the form to be updatedpublic java.lang.String getUpdateForm()
public void setCreateForms(CreateForms objCreateForms)
objCreateForms - the list of create-form directivespublic CreateForms getCreateForms()
public void setInvokeMethods(InvokeMethods objInvokeMethods)
objInvokeMethods - the list of invoke-method directivespublic InvokeMethods getInvokeMethods()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||