org.scopemvc.controller.servlet.jsp
Class JSPScopeServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--org.scopemvc.controller.servlet.ScopeServlet
                    |
                    +--org.scopemvc.controller.servlet.jsp.JSPScopeServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public abstract class JSPScopeServlet
extends ScopeServlet

A ScopeServlet for use in webapps that use org.scopemvc.view.servlet.jsp: this installs a JSPContext.

Version:
$Revision: 1.5 $ $Date: 2002/09/05 15:41:48 $
Author:
Steve Meyfroidt
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.scopemvc.controller.servlet.ScopeServlet
ScopeServlet.SharedControllerFactory
 
Field Summary
 
Fields inherited from class org.scopemvc.controller.servlet.ScopeServlet
CONTROL_PARAM, sharedControllerPool, VALIDATION_FAILURES, VIEW_ID_PARAM
 
Constructor Summary
JSPScopeServlet()
           
 
Method Summary
protected  ServletContext createServletContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, java.util.HashMap inFormParameters)
          TODO: document the method
 
Methods inherited from class org.scopemvc.controller.servlet.ScopeServlet
createApplicationController, createControl, doGet, doPost, findDefaultPage, findPageByID, findViewID, getFormParameters, handleRequest, handleValidationFailures, initSharedControllerPool, redirect
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPScopeServlet

public JSPScopeServlet()
Method Detail

createServletContext

protected ServletContext createServletContext(javax.servlet.http.HttpServletRequest req,
                                              javax.servlet.http.HttpServletResponse resp,
                                              java.util.HashMap inFormParameters)
TODO: document the method

Specified by:
createServletContext in class ScopeServlet
Parameters:
req - TODO: Describe the Parameter
resp - TODO: Describe the Parameter
inFormParameters - TODO: Describe the Parameter
Returns:
TODO: Describe the Return Value


Copyright © 2000-2002 The Scope Team. All Rights Reserved.