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

Uses of Interface
org.apache.tiles.awareness.TilesRequestContextFactoryAware

Packages that use TilesRequestContextFactoryAware
org.apache.tiles.freemarker.context Context classes to make FreeMarker work with Tiles. 
org.apache.tiles.freemarker.renderer FreeMarker-typed attributes can be rendered by using classes in this package. 
org.apache.tiles.jsp.context Tiles context classes in a JSP environment. 
org.apache.tiles.renderer.impl Default implementations to manage attribute rendering. 
org.apache.tiles.velocity.context Context classes to make Velocity work with Tiles. 
org.apache.tiles.velocity.renderer Velocity-typed attributes can be rendered by using classes in this package. 
 

Uses of TilesRequestContextFactoryAware in org.apache.tiles.freemarker.context
 

Classes in org.apache.tiles.freemarker.context that implement TilesRequestContextFactoryAware
 class FreeMarkerTilesRequestContextFactory
          The FreeMarker-specific request context factory.
 

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

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

Uses of TilesRequestContextFactoryAware in org.apache.tiles.jsp.context
 

Classes in org.apache.tiles.jsp.context that implement TilesRequestContextFactoryAware
 class JspTilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation under a JSP environment.
 

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

Classes in org.apache.tiles.renderer.impl that implement TilesRequestContextFactoryAware
 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 TilesRequestContextFactoryAware in org.apache.tiles.velocity.context
 

Classes in org.apache.tiles.velocity.context that implement TilesRequestContextFactoryAware
 class VelocityTilesRequestContextFactory
          The implementation of the Tiles request context factory specific for Velocity.
 

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

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



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