This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.tiles.renderer.AttributeRenderer (Tiles 2 2.2.2 API)

Uses of Interface
org.apache.tiles.renderer.AttributeRenderer

Packages that use AttributeRenderer
org.apache.tiles.extras.complete These classes allow to start up Tiles with all features on. 
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. 
 

Uses of AttributeRenderer in org.apache.tiles.extras.complete
 

Methods in org.apache.tiles.extras.complete that return AttributeRenderer
protected  AttributeRenderer CompleteAutoloadTilesContainerFactory.createDefaultAttributeRenderer(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Creates the default attribute renderer.
 

Uses of AttributeRenderer in org.apache.tiles.factory
 

Methods in org.apache.tiles.factory that return AttributeRenderer
protected  AttributeRenderer BasicTilesContainerFactory.createDefaultAttributeRenderer(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Creates the default attribute renderer.
protected  AttributeRenderer BasicTilesContainerFactory.createDefinitionAttributeRenderer(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Creates a DefinitionAttributeRenderer.
protected  AttributeRenderer BasicTilesContainerFactory.createStringAttributeRenderer(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Creates a StringAttributeRenderer.
protected  AttributeRenderer BasicTilesContainerFactory.createTemplateAttributeRenderer(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Creates a TemplateAttributeRenderer.
 

Uses of AttributeRenderer in org.apache.tiles.freemarker.renderer
 

Classes in org.apache.tiles.freemarker.renderer that implement AttributeRenderer
 class FreeMarkerAttributeRenderer
          FreeMarker renderer for rendering FreeMarker templates as Tiles attributes.
 

Uses of AttributeRenderer in org.apache.tiles.renderer
 

Subinterfaces of AttributeRenderer in org.apache.tiles.renderer
 interface TypeDetectingAttributeRenderer
          It represents a renderer that identifies attributes that can render.
 

Methods in org.apache.tiles.renderer that return AttributeRenderer
 AttributeRenderer RendererFactory.getRenderer(String name)
          Returns a renderer by its name.
 

Uses of AttributeRenderer in org.apache.tiles.renderer.impl
 

Classes in org.apache.tiles.renderer.impl that implement AttributeRenderer
 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. Use ChainedDelegateAttributeRenderer.
 

Fields in org.apache.tiles.renderer.impl declared as AttributeRenderer
protected  AttributeRenderer BasicRendererFactory.defaultRenderer
          The default renderer.
 

Fields in org.apache.tiles.renderer.impl with type parameters of type AttributeRenderer
protected  Map<String,AttributeRenderer> BasicRendererFactory.renderers
          The renderer name/renderer map.
 

Methods in org.apache.tiles.renderer.impl that return AttributeRenderer
 AttributeRenderer BasicRendererFactory.getRenderer(String name)
          Returns a renderer by its name.
 

Methods in org.apache.tiles.renderer.impl with parameters of type AttributeRenderer
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.
 

Uses of AttributeRenderer in org.apache.tiles.velocity.renderer
 

Classes in org.apache.tiles.velocity.renderer that implement AttributeRenderer
 class VelocityAttributeRenderer
          Attribute renderer for rendering Velocity templates as attributes.
 



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.