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, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRenderable
render
public AbstractTypeDetectingAttributeRenderer()
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.Copyright © 2017. All rights reserved.