|
|||||||||
| 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
public class UntypedAttributeRenderer
Renders an attribute that has no associated renderer.
| Field Summary |
|---|
| Fields inherited from class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer |
|---|
applicationContext, contextFactory, evaluator |
| Constructor Summary | |
|---|---|
UntypedAttributeRenderer()
|
|
| Method Summary | |
|---|---|
void |
setContainer(TilesContainer container)
Sets the Tiles container. |
void |
write(java.lang.Object value,
Attribute attribute,
java.io.Writer writer,
TilesRequestContext request,
java.lang.Object... requestItems)
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, setContextFactory, setEvaluator |
| 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 TilesContainerAwarecontainer - The Tiles container.
public void write(java.lang.Object value,
Attribute attribute,
java.io.Writer writer,
TilesRequestContext request,
java.lang.Object... requestItems)
throws java.io.IOException
write in class AbstractBaseAttributeRenderervalue - The value of the attribute to be rendered.attribute - The attribute to render.writer - The writer to use.request - The Tiles request object.requestItems - The original request items.
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 | ||||||||