|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.webz.Verb
The Verb class is parent class to all the WebZ Verbs implmented in the JaSSI. It defines variables shared by all the Verbs.
JavaPage
,
RequestManager
,
UserStateObject
,
DataPairs
,
Log
Field Summary | |
protected UserStateObject |
user
UserStateObject object containing the user's state. |
protected DataPairs |
widgets
DataPairs object containing a list of Widget objects. |
Constructor Summary | |
Verb()
Constructs a Verb object containing no action. |
|
Verb(RequestManager j)
Constructs a Verb object for the input RequestManager object. |
Method Summary | |
void |
runit(RequestManager rMngr)
Executes the Verb based on the input parameters held in the input RequestManager object. |
String |
setUpPage(String page,
int code,
String msg)
Sets up the next command or page for execution based on the input widget variable name(next or bad), code, and message and returns a String containing the command that can be set as the next in the RequestManager. |
String |
toString()
Generates a String representation of the object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected DataPairs widgets
protected UserStateObject user
Constructor Detail |
public Verb()
public Verb(RequestManager j)
Method Detail |
public void runit(RequestManager rMngr)
public String toString()
public String setUpPage(String page, int code, String msg)
page
- the widget variable name (next or bad) to retrieve the
command or page name from the current set of widgets.code
- the status of the activity that is set in the user entiry
codemsg
- the message generated by the activity that is set in
the user entity msg
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |