Package org.apache.tiles.core.renderer
Class DefinitionRenderer
java.lang.Object
org.apache.tiles.core.renderer.DefinitionRenderer
- All Implemented Interfaces:
- Renderer
Renders an attribute that contains a reference to a definition.
- Since:
- 3.0.0
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DefinitionRendererConstructor.- Parameters:
- container- The Tiles container.
 
 
- 
- 
Method Details- 
renderRenders a path.- Specified by:
- renderin interface- Renderer
- Parameters:
- path- The path to render.
- request- The Tiles request context.
- Throws:
- IOException- If something goes wrong during rendition.
 
- 
isRenderableChecks if this renderer can render a path. Note that this does not mean it is the best renderer available, but checks only its capability.- Specified by:
- isRenderablein interface- Renderer
- Parameters:
- path- The path to be rendered.
- request- The request context.
- Returns:
- trueif this renderer can render the attribute.
 
 
-