|
|||||||||
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.StringAttributeRenderer
public class StringAttributeRenderer
Renders an attribute that contains a string.
Field Summary |
---|
Fields inherited from class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer |
---|
applicationContext, contextFactory, evaluator |
Constructor Summary | |
---|---|
StringAttributeRenderer()
|
Method Summary | |
---|---|
void |
write(java.lang.Object value,
Attribute attribute,
TilesRequestContext request)
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, setEvaluator, setRequestContextFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringAttributeRenderer()
Method Detail |
---|
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 |