|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objects implementing this interface are passed to view tools
upon initialization by the
ServletToolboxManager
.
The interface provides view tools in a servlet environment access to relevant context information, like servlet request, servlet context and the velocity context.
Method Summary | |
javax.servlet.http.HttpServletRequest |
getRequest()
Returns the instance of HttpServletRequest for this request. |
javax.servlet.http.HttpServletResponse |
getResponse()
Returns the instance of HttpServletResponse for this request. |
javax.servlet.ServletContext |
getServletContext()
Returns the instance of ServletContext for this request. |
org.apache.velocity.context.Context |
getVelocityContext()
Returns a reference to the current Velocity context. |
Method Detail |
public javax.servlet.http.HttpServletRequest getRequest()
Returns the instance of HttpServletRequest
for this request.
public javax.servlet.http.HttpServletResponse getResponse()
Returns the instance of HttpServletResponse
for this request.
public javax.servlet.ServletContext getServletContext()
Returns the instance of ServletContext
for this request.
public org.apache.velocity.context.Context getVelocityContext()
Returns a reference to the current Velocity context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |