This project has retired. For details please refer to its
Attic page .
DefinitionAttributeRenderer (Tiles 2 2.1.4 API)
org.apache.tiles.renderer.impl
Class DefinitionAttributeRenderer
java.lang.Object
org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
org.apache.tiles.renderer.impl.DefinitionAttributeRenderer
All Implemented Interfaces: TilesApplicationContextAware , TilesContainerAware , TilesRequestContextFactoryAware , AttributeEvaluatorAware , AttributeRenderer
public class DefinitionAttributeRenderer extends AbstractBaseAttributeRenderer implements TilesContainerAware , AttributeRenderer
Renders an attribute that contains a reference to a definition.
Since:
2.1.0
Version:
$Rev: 736275 $ $Date: 2009-01-21 10:58:20 +0100 (mer, 21 gen 2009) $
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
container
protected TilesContainer container
The Tiles container.
Since:
2.1.0
DefinitionAttributeRenderer
public DefinitionAttributeRenderer ()
setContainer
public void setContainer (TilesContainer container)
Sets the Tiles container.
Specified by: setContainer
in interface TilesContainerAware
Parameters: container
- The Tiles container.
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.