|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--org.scopemvc.controller.servlet.ScopeServlet | +--org.scopemvc.controller.servlet.jsp.JSPScopeServlet
A ScopeServlet
for use in webapps
that use org.scopemvc.view.servlet.jsp: this installs a JSPContext
.
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 |
public JSPScopeServlet()
Method Detail |
protected ServletContext createServletContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, java.util.HashMap inFormParameters)
createServletContext
in class ScopeServlet
req
- TODO: Describe the Parameterresp
- TODO: Describe the ParameterinFormParameters
- TODO: Describe the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |