|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.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 Context |
velocityContext
The Velocity context. |
| Constructor Summary | |
|---|---|
AbstractDefaultToStringRenderable(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 |
| Field Detail |
|---|
protected final Context velocityContext
protected final Map<String,Object> params
protected final HttpServletResponse response
protected final HttpServletRequest request
| Constructor Detail |
|---|
public AbstractDefaultToStringRenderable(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 | |||||||||