|
||||||||||
| 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 java.util.Map<java.lang.String,java.lang.Object> |
params
The parameters used in the current tool call. |
protected javax.servlet.http.HttpServletRequest |
request
The HTTP request. |
protected javax.servlet.http.HttpServletResponse |
response
The HTTP response. |
protected org.apache.velocity.context.Context |
velocityContext
The Velocity context. |
| Constructor Summary | |
|---|---|
AbstractDefaultToStringRenderable(org.apache.velocity.context.Context velocityContext,
java.util.Map<java.lang.String,java.lang.Object> params,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.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 java.util.Map<java.lang.String,java.lang.Object> params
protected final javax.servlet.http.HttpServletResponse response
protected final javax.servlet.http.HttpServletRequest request
| Constructor Detail |
|---|
public AbstractDefaultToStringRenderable(org.apache.velocity.context.Context velocityContext,
java.util.Map<java.lang.String,java.lang.Object> params,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.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 java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||