com.sun.j2ee.blueprints.petstore.control.web
Class RequestProcessor

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.petstore.control.web.RequestProcessor

public class RequestProcessor
extends java.lang.Object

This is the web tier controller for the sample application. This class is responsible for processing all requests received from the Main.jsp and generating necessary events to modify data which are sent to the ShoppingClientControllerWebImpl.


Constructor Summary
RequestProcessor()
          Empty constructor for use by the JSP engine.
 
Method Summary
 void init(javax.servlet.ServletContext context)
           
 void processRequest(javax.servlet.http.HttpServletRequest request)
          This method is the core of the RequestProcessor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestProcessor

public RequestProcessor()
Empty constructor for use by the JSP engine.
Method Detail

init

public void init(javax.servlet.ServletContext context)

processRequest

public void processRequest(javax.servlet.http.HttpServletRequest request)
                    throws EStoreEventException
This method is the core of the RequestProcessor. It receives all requests and generates the necessary events.


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.