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

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

public class RequestToEventTranslator
extends java.lang.Object

This class is responsible for processing all HTTP requests received from the RequestProcessor and generating necessary events to modify the model data.


Constructor Summary
RequestToEventTranslator(RequestProcessor sessionClientController, ScreenFlowManager screenManager)
           
 
Method Summary
 EStoreEvent processRequest(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestToEventTranslator

public RequestToEventTranslator(RequestProcessor sessionClientController,
                                ScreenFlowManager screenManager)
Method Detail

processRequest

public EStoreEvent processRequest(javax.servlet.http.HttpServletRequest request)
                           throws EStoreEventException


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.