org.molwind.servlet
Interface Command

All Known Implementing Classes:
AbstractCommand, GetImageCommand, GetWorldNamesCommand

public interface Command

Command interface gives the basic methode for the Command-Pattern

Author:
Method Summary
 void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Executes the GetWorldCommand
 

Method Detail

execute

void execute(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
Executes the GetWorldCommand

Parameters:
request - an HttpServletRequest object, contains the request the client has made of the servlet
response - an HttpServletResponse object, contains the response the client will get from the servlet


Copyright © 2008-2010. All Rights Reserved.