org.apache.tiles.renderer.impl
Class UntypedAttributeRenderer
java.lang.Object
org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
org.apache.tiles.renderer.impl.UntypedAttributeRenderer
- All Implemented Interfaces:
- TilesApplicationContextAware, TilesContainerAware, TilesRequestContextFactoryAware, AttributeEvaluatorFactoryAware, AttributeRenderer
Deprecated. Use ChainedDelegateAttributeRenderer
.
public class UntypedAttributeRenderer
- extends AbstractBaseAttributeRenderer
- implements TilesContainerAware
Renders an attribute that has no associated renderer.
- Since:
- 2.1.0
- Version:
- $Rev: 821299 $ $Date: 2009-10-03 14:15:05 +0200 (sab, 03 ott 2009) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UntypedAttributeRenderer
public UntypedAttributeRenderer()
- Deprecated.
setContainer
public void setContainer(TilesContainer container)
- Deprecated.
- 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
- Deprecated.
- 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-2011 Apache Software Foundation. All Rights Reserved.