|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.j2ee.blueprints.petstore.control.web.RequestProcessor
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 |
public RequestProcessor()
Method Detail |
public void init(javax.servlet.ServletContext context)
public void processRequest(javax.servlet.http.HttpServletRequest request) throws EStoreEventException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |