public class UntypedAttributeRenderer extends AbstractBaseAttributeRenderer implements TilesContainerAware
applicationContext, attributeEvaluatorFactory, contextFactory| Constructor and Description |
|---|
UntypedAttributeRenderer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setContainer(TilesContainer container)
Deprecated.
Sets the Tiles container.
|
void |
write(Object value,
Attribute attribute,
TilesRequestContext request)
Deprecated.
Implement this method knowing that the attribute won't be null and it
will be authorized.
|
getRequestContext, isPermitted, render, setApplicationContext, setAttributeEvaluatorFactory, setRequestContextFactorypublic void setContainer(TilesContainer container)
setContainer in interface TilesContainerAwarecontainer - The Tiles container.public void write(Object value, Attribute attribute, TilesRequestContext request) throws IOException
write in class AbstractBaseAttributeRenderervalue - The value of the attribute to be rendered.attribute - The attribute to render.request - The Tiles request object.IOException - If something goes wrong during rendition.Copyright © 2025. All rights reserved.