Package | Description |
---|---|
org.apache.tiles.factory |
Factory classes, to allow creation of container instances.
|
org.apache.tiles.freemarker.renderer |
FreeMarker-typed attributes can be rendered by using classes in this package.
|
org.apache.tiles.renderer |
Interfaces to manage attribute rendering.
|
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 | Interface and Description |
---|---|
interface |
TypeDetectingAttributeRenderer
It represents a renderer that identifies attributes that can render.
|
Modifier and Type | Method and Description |
---|---|
AttributeRenderer |
RendererFactory.getRenderer(String name)
Returns a renderer by its name.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBaseAttributeRenderer
Base abstract class that manages authorization to display the attribute.
|
class |
AbstractTypeDetectingAttributeRenderer
Abstract implementation of
TypeDetectingAttributeRenderer that
implements AbstractTypeDetectingAttributeRenderer.isRenderable(Attribute, TilesRequestContext) to delegate
to TypeDetectingAttributeRenderer.isRenderable(Object, Attribute, TilesRequestContext) . |
class |
ChainedDelegateAttributeRenderer
Renders an attribute that has no associated renderer using delegation to
other renderers.
|
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.
|
class |
UntypedAttributeRenderer
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected AttributeRenderer |
BasicRendererFactory.defaultRenderer
The default renderer.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,AttributeRenderer> |
BasicRendererFactory.renderers
The renderer name/renderer map.
|
Modifier and Type | Method and Description |
---|---|
AttributeRenderer |
BasicRendererFactory.getRenderer(String name)
Returns a renderer by its name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicRendererFactory.initializeRenderer(AttributeRenderer renderer)
Initialize a renderer, by injecting dependencies.
|
void |
BasicRendererFactory.registerRenderer(String name,
AttributeRenderer renderer)
Registers a renderer.
|
void |
BasicRendererFactory.setDefaultRenderer(AttributeRenderer renderer)
Sets the default renderer.
|
Modifier and Type | Class and Description |
---|---|
class |
VelocityAttributeRenderer
Attribute renderer for rendering Velocity templates as attributes.
|
Copyright © 2016. All rights reserved.