|
|||||||||
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.AbstractTypeDetectingAttributeRenderer
public abstract class AbstractTypeDetectingAttributeRenderer
Abstract implementation of TypeDetectingAttributeRenderer
that
implements isRenderable(Attribute, TilesRequestContext)
to delegate
to TypeDetectingAttributeRenderer.isRenderable(Object, Attribute, TilesRequestContext)
.
Field Summary |
---|
Fields inherited from class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer |
---|
applicationContext, attributeEvaluatorFactory, contextFactory |
Constructor Summary | |
---|---|
AbstractTypeDetectingAttributeRenderer()
|
Method Summary | |
---|---|
boolean |
isRenderable(Attribute attribute,
TilesRequestContext request)
Checks if this renderer can render an attribute. |
Methods inherited from class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer |
---|
getRequestContext, isPermitted, render, setApplicationContext, setAttributeEvaluatorFactory, setRequestContextFactory, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.tiles.renderer.TypeDetectingAttributeRenderer |
---|
isRenderable |
Methods inherited from interface org.apache.tiles.renderer.AttributeRenderer |
---|
render |
Constructor Detail |
---|
public AbstractTypeDetectingAttributeRenderer()
Method Detail |
---|
public boolean isRenderable(Attribute attribute, TilesRequestContext request)
isRenderable
in interface TypeDetectingAttributeRenderer
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 |