org.apache.tiles.renderer.impl
Class TemplateAttributeRenderer
java.lang.Object
org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
org.apache.tiles.renderer.impl.TemplateAttributeRenderer
- All Implemented Interfaces:
- TilesApplicationContextAware, TilesRequestContextFactoryAware, AttributeEvaluatorFactoryAware, AttributeRenderer
public class TemplateAttributeRenderer
- extends AbstractBaseAttributeRenderer
Renders an attribute that contains a reference to a template.
- Since:
- 2.1.0
- Version:
- $Rev: 783102 $ $Date: 2009-06-09 21:30:31 +0200 (mar, 09 giu 2009) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateAttributeRenderer
public TemplateAttributeRenderer()
write
public void write(Object value,
Attribute attribute,
TilesRequestContext request)
throws IOException
- Implement this method knowing that the attribute won't be null and it
will be authorized.
- Specified by:
write in class AbstractBaseAttributeRenderer
- Parameters:
value - The value of the attribute to be rendered.attribute - The attribute to render.request - The Tiles request object.
- Throws:
IOException - If something goes wrong during rendition.
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.