|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPreviousInfo
public abstract class PreviousInfo
Base class for previous-page and previous-action information.
Constructor Summary | |
---|---|
protected |
PreviousInfo(ActionForm form,
String queryString)
|
Method Summary | |
---|---|
ActionForm |
getForm()
Get the form bean that was used to initialize the previous page or action. |
String |
getQueryString()
Get the query string from the previous page or action request. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PreviousInfo(ActionForm form, String queryString)
Method Detail |
---|
public ActionForm getForm()
null
if there was none.public String getQueryString()
null
if there was none.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |