|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPreviousActionInfo
public class PreviousActionInfo
Stores information about a recent action execution within a pageflow -- used with
Used with return-to="previousAction"
on @jpf:forward
.
Constructor Summary | |
---|---|
PreviousActionInfo(ActionForm form,
String actionURI,
String queryString)
Constructor which accepts an ActionForm and action URI. |
Method Summary | |
---|---|
String |
getActionURI()
Get the URI that was used to execute the action. |
ActionForm |
getForm()
Get the form that was passed to the action. |
String |
getQueryString()
Get the query string from the original request URI. |
void |
setActionURI(String actionURI)
Set the URI that was used to execute the action. |
void |
setForm(ActionForm form)
Set the form that was passed to the action. |
void |
setQueryString(String queryString)
Set the query string from the original request URI. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreviousActionInfo(ActionForm form, String actionURI, String queryString)
form
- the form that was passed to the action.actionURI
- the URI that was used to execute the action.Method Detail |
---|
public ActionForm getForm()
public void setForm(ActionForm form)
form
- the form that was passed to the action.public String getActionURI()
public void setActionURI(String actionURI)
actionURI
- the URI that was used to execute the action.public String getQueryString()
public void setQueryString(String queryString)
queryString
- the query string from the original request URI.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |