|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a command interface.
Method Summary | |
CommandResponse |
execute(HttpServletRequest request,
HttpServletResponse response)
Execute the command. |
void |
init(Map args)
Initialize the command with arguments. |
Method Detail |
public CommandResponse execute(HttpServletRequest request, HttpServletResponse response) throws HttpException
request
- holds information from the client.response
- holds response information sent to the client.
HttpException
- thrown in case of an exception during execution
of the command.public void init(Map args)
args
- command arguments.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |