org.apache.tiles.context.jsp
Class JspTilesRequestContext

Package class diagram package JspTilesRequestContext
java.lang.Object
  extended by org.apache.tiles.context.servlet.ServletTilesApplicationContext
      extended by org.apache.tiles.context.servlet.ServletTilesRequestContext
          extended by org.apache.tiles.context.jsp.JspTilesRequestContext
All Implemented Interfaces:
TilesRequestContext, org.apache.tiles.TilesApplicationContext

public class JspTilesRequestContext
extends ServletTilesRequestContext
implements TilesRequestContext

Context implementation used for executing tiles within a jsp tag library.


Constructor Summary
JspTilesRequestContext(javax.servlet.ServletContext context, javax.servlet.jsp.PageContext pageContext)
           
 
Method Summary
 void dispatch(java.lang.String path)
          Dispatches the request to a specified path.
 javax.servlet.http.HttpServletResponse getResponse()
          Get the underlying response.
 void include(java.lang.String path)
          Includes the response from the specified URL in the current response output.
 
Methods inherited from class org.apache.tiles.context.servlet.ServletTilesRequestContext
getHeader, getHeaderValues, getParam, getParamValues, getRequest, getRequestLocale, getRequestScope, getSessionScope, initialize, isUserInRole, release
 
Methods inherited from class org.apache.tiles.context.servlet.ServletTilesApplicationContext
createRequestContext, getApplicationScope, getInitParams, getResource, getResources, getServletContext, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tiles.context.TilesRequestContext
getHeader, getHeaderValues, getParam, getParamValues, getRequest, getRequestLocale, getRequestScope, getSessionScope, isUserInRole
 

Constructor Detail

JspTilesRequestContext

public JspTilesRequestContext(javax.servlet.ServletContext context,
                              javax.servlet.jsp.PageContext pageContext)
Method Detail

dispatch

public void dispatch(java.lang.String path)
              throws java.io.IOException
Description copied from interface: TilesRequestContext
Dispatches the request to a specified path.

Specified by:
dispatch in interface TilesRequestContext
Overrides:
dispatch in class ServletTilesRequestContext
Throws:
java.io.IOException

include

public void include(java.lang.String path)
             throws java.io.IOException
Description copied from interface: TilesRequestContext
Includes the response from the specified URL in the current response output.

Specified by:
include in interface TilesRequestContext
Overrides:
include in class ServletTilesRequestContext
Throws:
java.io.IOException

getResponse

public javax.servlet.http.HttpServletResponse getResponse()
Description copied from interface: TilesRequestContext
Get the underlying response.

Specified by:
getResponse in interface TilesRequestContext
Overrides:
getResponse in class ServletTilesRequestContext