|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.request.velocity.render.VelocityRendererBuilder
public final class VelocityRendererBuilder
Builds a VelocityRenderer
.
Method Summary | |
---|---|
VelocityRenderer |
build()
Creates the Velocity renderer. |
static VelocityRendererBuilder |
createInstance()
Returns a new instance of the builder. |
VelocityRendererBuilder |
setApplicationContext(ApplicationContext applicationContext)
Sets the application context. |
VelocityRendererBuilder |
setParameter(String key,
String value)
Sets a parameter for the internal servlet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static VelocityRendererBuilder createInstance()
public VelocityRendererBuilder setParameter(String key, String value)
key
- The name of the parameter.value
- The value of the parameter.
public VelocityRendererBuilder setApplicationContext(ApplicationContext applicationContext)
applicationContext
- The application context.
public VelocityRenderer build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |