Save This Page
Home » tiles-2.0.6-src » org.apache.tiles.jsp » context » [javadoc | source]
org.apache.tiles.jsp.context
public class: JspTilesRequestContext [javadoc | source]
java.lang.Object
   org.apache.tiles.servlet.context.ServletTilesApplicationContext
      org.apache.tiles.servlet.context.ServletTilesRequestContext
         org.apache.tiles.jsp.context.JspTilesRequestContext

All Implemented Interfaces:
    TilesRequestContext, TilesApplicationContext

Context implementation used for executing tiles within a jsp tag library.
Constructor:
 public JspTilesRequestContext(ServletContext context,
    PageContext pageContext) 
    Constructor.
    Parameters:
    context - The servlet context to use.
    pageContext - The page context to use.
Method from org.apache.tiles.jsp.context.JspTilesRequestContext Summary:
dispatch,   getResponse,   include
Methods from org.apache.tiles.servlet.context.ServletTilesRequestContext:
dispatch,   forward,   getHeader,   getHeaderValues,   getParam,   getParamValues,   getRequest,   getRequestLocale,   getRequestScope,   getResponse,   getSessionScope,   include,   initialize,   isUserInRole,   release,   wrapServletException
Methods from org.apache.tiles.servlet.context.ServletTilesApplicationContext:
createRequestContext,   getApplicationScope,   getInitParams,   getResource,   getResources,   getServletContext,   initialize,   release
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tiles.jsp.context.JspTilesRequestContext Detail:
 public  void dispatch(String path) throws IOException 
    Dispatches a path. In fact it "includes" it!
 public HttpServletResponse getResponse() 
    {@inheritDoc}
 public  void include(String path) throws IOException 
    {@inheritDoc}