|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Command
Command interface gives the basic methode for the Command-Pattern
Method Summary | |
---|---|
void |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Executes the GetWorldCommand |
Method Detail |
---|
void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- an HttpServletRequest
object, contains
the request the client has made of the servletresponse
- an HttpServletResponse
object, contains
the response the client will get from the servlet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |