|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The Base interface of the code Command component.
Each command is a logical action of work.
Each page is usually generated by one command,
and each command usually generates only one page.
Last Modified $Date: 2004/11/17 12:11:59 $
| Method Summary | |
Response |
execute(WAFRequest params)
This is the method that is called to execute the actual work for the command. |
boolean |
isSessionRequired()
Determines if the user should be re-directed to the index page if they are a new session. |
| Method Detail |
public boolean isSessionRequired()
public Response execute(WAFRequest params)
params - is the WAFRequest object that contains all of the request
information parsed into the standard WAF format.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||