|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeEvaluatorFactoryAware | |
---|---|
org.apache.tiles.freemarker.renderer | FreeMarker-typed attributes can be rendered by using classes in this package. |
org.apache.tiles.impl | It contains the basic implementations of Tiles container. |
org.apache.tiles.impl.mgmt | It contains the basic implementations of mutable Tiles containers. |
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. |
Uses of AttributeEvaluatorFactoryAware in org.apache.tiles.freemarker.renderer |
---|
Classes in org.apache.tiles.freemarker.renderer that implement AttributeEvaluatorFactoryAware | |
---|---|
class |
FreeMarkerAttributeRenderer
FreeMarker renderer for rendering FreeMarker templates as Tiles attributes. |
Uses of AttributeEvaluatorFactoryAware in org.apache.tiles.impl |
---|
Classes in org.apache.tiles.impl that implement AttributeEvaluatorFactoryAware | |
---|---|
class |
BasicTilesContainer
Basic implementation of the tiles container interface. |
class |
KeyedDefinitionsFactoryTilesContainer
Deprecated. Register different containers using TilesAccess.setContainer(
org.apache.tiles.TilesApplicationContext, org.apache.tiles.TilesContainer, String) |
Uses of AttributeEvaluatorFactoryAware in org.apache.tiles.impl.mgmt |
---|
Classes in org.apache.tiles.impl.mgmt that implement AttributeEvaluatorFactoryAware | |
---|---|
class |
CachingKeyedDefinitionsFactoryTilesContainer
Deprecated. Register different containers using TilesAccess.setContainer(
org.apache.tiles.TilesApplicationContext, org.apache.tiles.TilesContainer, String)
and using CachingTilesContainer as container implementation. |
class |
CachingTilesContainer
Mutable container which caches (in memory) the definitions registered to it. |
Uses of AttributeEvaluatorFactoryAware in org.apache.tiles.renderer.impl |
---|
Classes in org.apache.tiles.renderer.impl that implement AttributeEvaluatorFactoryAware | |
---|---|
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 |
BasicRendererFactory
Basic renderer factory implementation. |
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. Use ChainedDelegateAttributeRenderer . |
Uses of AttributeEvaluatorFactoryAware in org.apache.tiles.velocity.renderer |
---|
Classes in org.apache.tiles.velocity.renderer that implement AttributeEvaluatorFactoryAware | |
---|---|
class |
VelocityAttributeRenderer
Attribute renderer for rendering Velocity templates as attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |