public abstract class AbstractTypeDetectingAttributeRenderer extends AbstractBaseAttributeRenderer implements TypeDetectingAttributeRenderer
TypeDetectingAttributeRenderer that
implements isRenderable(Attribute, TilesRequestContext) to delegate
to TypeDetectingAttributeRenderer.isRenderable(Object, Attribute, TilesRequestContext).applicationContext, attributeEvaluatorFactory, contextFactory| Constructor and Description |
|---|
AbstractTypeDetectingAttributeRenderer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRenderable(Attribute attribute,
TilesRequestContext request)
Checks if this renderer can render an attribute.
|
getRequestContext, isPermitted, render, setApplicationContext, setAttributeEvaluatorFactory, setRequestContextFactory, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRenderablerenderpublic AbstractTypeDetectingAttributeRenderer()
public boolean isRenderable(Attribute attribute, TilesRequestContext request)
isRenderable in interface TypeDetectingAttributeRendererattribute - The attribute to be renderer.request - The Tiles request context.true if this renderer can render the attribute.