Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B C J L O S

B

BOUND_MODEL - Static variable in class org.scopemvc.controller.servlet.jsp.JSPContext
Key that the JSP's bound model is stored under in the HTTPRequest for access by the JSP.

C

createServletContext(HttpServletRequest, HttpServletResponse, HashMap) - Method in class org.scopemvc.controller.servlet.jsp.JSPScopeServlet
 

J

JSPContext - class org.scopemvc.controller.servlet.jsp.JSPContext.
A ServletContext that handles showView() for JSPView implementations by redirecting to a JSP.
JSPContext(ScopeServlet, HttpServletRequest, HttpServletResponse, HashMap) - Constructor for class org.scopemvc.controller.servlet.jsp.JSPContext
Create with an HttpServletResponse to use on a showView during initialisation, and a HttpServletRequest accessible to application code.
JSPScopeServlet - class org.scopemvc.controller.servlet.jsp.JSPScopeServlet.
A org.scopemvc.controller.servlet.ScopeServlet for use in webapps that use org.scopemvc.view.servlet.jsp: this installs a JSPContext.
JSPScopeServlet() - Constructor for class org.scopemvc.controller.servlet.jsp.JSPScopeServlet
 

L

LOG - Static variable in class org.scopemvc.controller.servlet.jsp.JSPContext
 
LOG - Static variable in class org.scopemvc.controller.servlet.jsp.JSPScopeServlet
 

O

org.scopemvc.controller.servlet.jsp - package org.scopemvc.controller.servlet.jsp
 

S

showView(View) - Method in class org.scopemvc.controller.servlet.jsp.JSPContext
Show the visible JSPView from the passed ServletView, after putting its bound model into the request under the BOUND_MODEL 55 key.

B C J L O S