Package | Description |
---|---|
org.apache.tiles.freemarker.renderer |
FreeMarker-typed attributes can be rendered by using classes in this package.
|
org.apache.tiles.renderer.impl |
Default implementations to manage attribute rendering.
|
org.apache.tiles.velocity.renderer |
Velocity-typed attributes can be rendered by using classes in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerAttributeRenderer
FreeMarker renderer for rendering FreeMarker templates as Tiles attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTypeDetectingAttributeRenderer
Abstract implementation of
TypeDetectingAttributeRenderer that
implements AbstractTypeDetectingAttributeRenderer.isRenderable(Attribute, TilesRequestContext) to delegate
to isRenderable(Object, Attribute, TilesRequestContext) . |
class |
DefinitionAttributeRenderer
Renders an attribute that contains a reference to a definition.
|
class |
StringAttributeRenderer
Renders an attribute that contains a string.
|
class |
TemplateAttributeRenderer
Renders an attribute that contains a reference to a template.
|
Modifier and Type | Method and Description |
---|---|
void |
ChainedDelegateAttributeRenderer.addAttributeRenderer(TypeDetectingAttributeRenderer renderer)
Adds an attribute renderer to the list.
|
Modifier and Type | Class and Description |
---|---|
class |
VelocityAttributeRenderer
Attribute renderer for rendering Velocity templates as attributes.
|
Copyright © 2016. All rights reserved.