|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface TypeDetectingAttributeRenderer
It represents a renderer that identifies attributes that can render.
| Method Summary | |
|---|---|
boolean |
isRenderable(Attribute attribute,
TilesRequestContext request)
Checks if this renderer can render an attribute. |
boolean |
isRenderable(Object value,
Attribute attribute,
TilesRequestContext request)
Checks if this renderer can render an attribute. |
| Methods inherited from interface org.apache.tiles.renderer.AttributeRenderer |
|---|
render |
| Method Detail |
|---|
boolean isRenderable(Attribute attribute,
TilesRequestContext request)
attribute - The attribute to be renderer.request - The Tiles request context.
true if this renderer can render the attribute.
boolean isRenderable(Object value,
Attribute attribute,
TilesRequestContext request)
value - The attribute value, already evaluated.attribute - The attribute to be renderer.request - The Tiles request context.
true if this renderer can render the attribute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||