Package org.apache.tiles.request.render

Package class diagram package org.apache.tiles.request.render
Classes to allow rendering of a template (described by its path) in a uniform way.

See:
          Description

Interface Summary
PublisherRenderer.RendererListener  
Renderer An object that can render a path, depending on the request passed as a parameter.
RendererFactory Factory interface used to create/retrieve instances of the AttributeRenderer interface.
 

Class Summary
BasicRendererFactory Basic renderer factory implementation.
ChainedDelegateRenderer Renders an attribute that has no associated renderer using delegation to other renderers.
DispatchRenderer Renders an attribute that contains a reference to a template.
PublisherRenderer Provides a Publisher-Subscriber implementation around the provided renderer to delegate to.
StringRenderer Renders an attribute that contains a string.
 

Exception Summary
CannotRenderException Indicates that something went wrong during the rendering process.
NoSuchRendererException It is raised when a named renderer has not been found with that name.
RenderException Thrown when rendering fails.
 

Package org.apache.tiles.request.render Description

Classes to allow rendering of a template (described by its path) in a uniform way. Besides the top level interface Renderer, the package contains:



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