|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tiles.velocity.template.AbstractDefaultToStringRenderable
public abstract class AbstractDefaultToStringRenderable
Renderable that provides a default implementation of Renderable#toString()
and allows access to parameters and context objects.
Field Summary | |
---|---|
protected Map<String,Object> |
params
The parameters used in the current tool call. |
protected HttpServletRequest |
request
The HTTP request. |
protected HttpServletResponse |
response
The HTTP response. |
protected org.apache.velocity.context.Context |
velocityContext
The Velocity context. |
Constructor Summary | |
---|---|
AbstractDefaultToStringRenderable(org.apache.velocity.context.Context velocityContext,
Map<String,Object> params,
HttpServletResponse response,
HttpServletRequest request)
Constructor. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.velocity.runtime.Renderable |
---|
render |
Field Detail |
---|
protected final org.apache.velocity.context.Context velocityContext
protected final Map<String,Object> params
protected final HttpServletResponse response
protected final HttpServletRequest request
Constructor Detail |
---|
public AbstractDefaultToStringRenderable(org.apache.velocity.context.Context velocityContext, Map<String,Object> params, HttpServletResponse response, HttpServletRequest request)
velocityContext
- The Velocity context.params
- The parameters used in the current tool call.response
- The HTTP response.request
- The HTTP request.Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |