|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tiles.velocity.template.ContextHolder
public class ContextHolder
An object that holds the current state of Velocity in a Servlet environment.
Constructor Summary | |
---|---|
ContextHolder()
|
Method Summary | |
---|---|
protected HttpServletRequest |
getRequest()
Returns the HTTP request. |
protected HttpServletResponse |
getResponse()
Returns the HTTP response. |
protected ServletContext |
getServletContext()
Returns the Servlet context. |
protected org.apache.velocity.context.Context |
getVelocityContext()
Returns the Velocity context.. |
void |
setRequest(HttpServletRequest request)
Sets the current HttpServletRequest . |
void |
setResponse(HttpServletResponse response)
Sets the current HttpServletResponse . |
void |
setServletContext(ServletContext application)
Sets the ServletContext . |
void |
setVelocityContext(org.apache.velocity.context.Context context)
Sets the Velocity Context . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextHolder()
Method Detail |
---|
public void setRequest(HttpServletRequest request)
HttpServletRequest
. This is required for this
tool to operate and will throw a NullPointerException if this is not set
or is set to null
.
request
- The HTTP request.public void setResponse(HttpServletResponse response)
HttpServletResponse
. This is required for this
tool to operate and will throw a NullPointerException if this is not set
or is set to null
.
response
- The HTTP response.public void setServletContext(ServletContext application)
ServletContext
. This is required for this tool to
operate and will throw a NullPointerException if this is not set or is
set to null
.
application
- The Servlet context.public void setVelocityContext(org.apache.velocity.context.Context context)
Context
. This is required for this tool to
operate and will throw a NullPointerException if this is not set or is
set to null
.
context
- The Velocity context.protected HttpServletRequest getRequest()
protected HttpServletResponse getResponse()
protected ServletContext getServletContext()
protected org.apache.velocity.context.Context getVelocityContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |