Class VelocityRendererBuilder
java.lang.Object
org.apache.tiles.request.velocity.render.VelocityRendererBuilder
Builds a VelocityRenderer.
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Creates the Velocity renderer.static VelocityRendererBuilderReturns a new instance of the builder.setApplicationContext(ApplicationContext applicationContext) Sets the application context.setParameter(String key, String value) Sets a parameter for the internal servlet.
- 
Method Details- 
createInstanceReturns a new instance of the builder.- Returns:
- A new builder.
 
- 
setParameterSets a parameter for the internal servlet.- Parameters:
- key- The name of the parameter.
- value- The value of the parameter.
- Returns:
- This builder.
 
- 
setApplicationContextSets the application context.- Parameters:
- applicationContext- The application context.
- Returns:
- This builder.
 
- 
buildCreates the Velocity renderer.- Returns:
- The Velocity renderer.
 
 
-