|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.context.servlet.ServletTilesApplicationContext
org.apache.tiles.context.servlet.ServletTilesRequestContext
org.apache.tiles.context.jsp.JspTilesRequestContext
public class JspTilesRequestContext
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 |
---|
public JspTilesRequestContext(javax.servlet.ServletContext context, javax.servlet.jsp.PageContext pageContext)
Method Detail |
---|
public void dispatch(java.lang.String path) throws java.io.IOException
TilesRequestContext
dispatch
in interface TilesRequestContext
dispatch
in class ServletTilesRequestContext
java.io.IOException
public void include(java.lang.String path) throws java.io.IOException
TilesRequestContext
include
in interface TilesRequestContext
include
in class ServletTilesRequestContext
java.io.IOException
public javax.servlet.http.HttpServletResponse getResponse()
TilesRequestContext
getResponse
in interface TilesRequestContext
getResponse
in class ServletTilesRequestContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |