|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tiles.context.TilesApplicationContextWrapper
org.apache.tiles.servlet.context.ServletTilesRequestContext
public class ServletTilesRequestContext
Servlet-based implementation of the TilesApplicationContext interface.
| Constructor Summary | |
|---|---|
ServletTilesRequestContext(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. Use ServletTilesRequestContext(TilesApplicationContext, HttpServletRequest, HttpServletResponse)
. |
|
ServletTilesRequestContext(TilesApplicationContext applicationContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates a new instance of ServletTilesRequestContext. |
|
| Method Summary | |
|---|---|
void |
dispatch(java.lang.String path)
|
protected void |
forward(java.lang.String path)
Forwards to a path. |
TilesApplicationContext |
getApplicationContext()
|
java.util.Map<java.lang.String,java.lang.String> |
getHeader()
|
java.util.Map<java.lang.String,java.lang.String[]> |
getHeaderValues()
|
java.io.OutputStream |
getOutputStream()
|
java.util.Map<java.lang.String,java.lang.String> |
getParam()
|
java.util.Map<java.lang.String,java.lang.String[]> |
getParamValues()
|
java.io.PrintWriter |
getPrintWriter()
|
javax.servlet.http.HttpServletRequest |
getRequest()
|
java.util.Locale |
getRequestLocale()
|
java.lang.Object[] |
getRequestObjects()
|
java.util.Map<java.lang.String,java.lang.Object> |
getRequestScope()
|
javax.servlet.http.HttpServletResponse |
getResponse()
|
java.util.Map<java.lang.String,java.lang.Object> |
getSessionScope()
|
java.io.Writer |
getWriter()
|
void |
include(java.lang.String path)
|
void |
initialize(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Initialize (or reinitialize) this ServletTilesRequestContext instance
for the specified Servlet API objects. |
boolean |
isResponseCommitted()
|
boolean |
isUserInRole(java.lang.String role)
|
void |
release()
Release references to allocated resources acquired in initialize() of via subsequent processing. |
void |
setContentType(java.lang.String contentType)
|
protected java.io.IOException |
wrapServletException(javax.servlet.ServletException ex,
java.lang.String message)
Deprecated. Use ServletUtil.wrapServletException(ServletException,String)
instead. |
| Methods inherited from class org.apache.tiles.context.TilesApplicationContextWrapper |
|---|
getApplicationScope, getContext, getInitParams, getResource, getResources, getWrappedApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletTilesRequestContext(TilesApplicationContext applicationContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
applicationContext - The application context.request - The request object.response - The response object.
@Deprecated
public ServletTilesRequestContext(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
ServletTilesRequestContext(TilesApplicationContext, HttpServletRequest, HttpServletResponse)
.
servletContext - The servlet context.request - The request object.response - The response object.| Method Detail |
|---|
public java.util.Map<java.lang.String,java.lang.String> getHeader()
getHeader in interface TilesRequestContextpublic java.util.Map<java.lang.String,java.lang.String[]> getHeaderValues()
getHeaderValues in interface TilesRequestContextpublic java.util.Map<java.lang.String,java.lang.String> getParam()
getParam in interface TilesRequestContextpublic java.util.Map<java.lang.String,java.lang.String[]> getParamValues()
getParamValues in interface TilesRequestContextpublic java.util.Map<java.lang.String,java.lang.Object> getRequestScope()
getRequestScope in interface TilesRequestContextpublic java.util.Map<java.lang.String,java.lang.Object> getSessionScope()
getSessionScope in interface TilesRequestContextpublic TilesApplicationContext getApplicationContext()
getApplicationContext in interface TilesRequestContext
public void dispatch(java.lang.String path)
throws java.io.IOException
dispatch in interface TilesRequestContextjava.io.IOException
protected void forward(java.lang.String path)
throws java.io.IOException
path - The path to forward to.
java.io.IOException - If something goes wrong during the operation.
public void include(java.lang.String path)
throws java.io.IOException
include in interface TilesRequestContextjava.io.IOException
public java.io.OutputStream getOutputStream()
throws java.io.IOException
getOutputStream in interface TilesRequestContextjava.io.IOException
public java.io.Writer getWriter()
throws java.io.IOException
getWriter in interface TilesRequestContextjava.io.IOException
public java.io.PrintWriter getPrintWriter()
throws java.io.IOException
getPrintWriter in interface TilesRequestContextjava.io.IOExceptionpublic boolean isResponseCommitted()
isResponseCommitted in interface TilesRequestContextpublic void setContentType(java.lang.String contentType)
setContentType in interface TilesRequestContextpublic java.util.Locale getRequestLocale()
getRequestLocale in interface TilesRequestContextpublic java.lang.Object[] getRequestObjects()
getRequestObjects in interface TilesRequestContextpublic javax.servlet.http.HttpServletRequest getRequest()
getRequest in interface TilesRequestContextpublic javax.servlet.http.HttpServletResponse getResponse()
getResponse in interface TilesRequestContext
public void initialize(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Initialize (or reinitialize) this ServletTilesRequestContext instance
for the specified Servlet API objects.
request - The HttpServletRequest for this requestresponse - The HttpServletResponse for this requestpublic void release()
Release references to allocated resources acquired in
initialize() of via subsequent processing. After this
method is called, subsequent calls to any other method than
initialize() will return undefined results.
public boolean isUserInRole(java.lang.String role)
isUserInRole in interface TilesRequestContext
@Deprecated
protected java.io.IOException wrapServletException(javax.servlet.ServletException ex,
java.lang.String message)
ServletUtil.wrapServletException(ServletException,String)
instead.
ex - The exception to wrap.message - The message of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||