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, setRequestContextFactory
public void setContainer(TilesContainer container)
setContainer
in interface TilesContainerAware
container
- The Tiles container.public void write(Object value, Attribute attribute, TilesRequestContext request) throws IOException
write
in class AbstractBaseAttributeRenderer
value
- 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 © 2017. All rights reserved.