|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
org.apache.tiles.renderer.impl.UntypedAttributeRenderer
ChainedDelegateAttributeRenderer
.
public class UntypedAttributeRenderer
Renders an attribute that has no associated renderer.
Field Summary |
---|
Fields inherited from class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer |
---|
applicationContext, attributeEvaluatorFactory, contextFactory |
Constructor Summary | |
---|---|
UntypedAttributeRenderer()
Deprecated. |
Method Summary | |
---|---|
void |
setContainer(TilesContainer container)
Deprecated. Sets the Tiles container. |
void |
write(java.lang.Object value,
Attribute attribute,
TilesRequestContext request)
Deprecated. Implement this method knowing that the attribute won't be null and it will be authorized. |
Methods inherited from class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer |
---|
getRequestContext, isPermitted, render, setApplicationContext, setAttributeEvaluatorFactory, setRequestContextFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UntypedAttributeRenderer()
Method Detail |
---|
public void setContainer(TilesContainer container)
setContainer
in interface TilesContainerAware
container
- The Tiles container.public void write(java.lang.Object value, Attribute attribute, TilesRequestContext request) throws java.io.IOException
write
in class AbstractBaseAttributeRenderer
value
- The value of the attribute to be rendered.attribute
- The attribute to render.request
- The Tiles request object.
java.io.IOException
- If something goes wrong during rendition.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |