org.apache.tiles.web.util
Interface AttributeContextMutator
public interface AttributeContextMutator
It represents an object able to manipulate a AttributeContext
.
In other words, it is able to add, replace and remove attributes from the
AttributeContext
.
- Since:
- Tiles 2.0
Method Summary |
void |
mutate(org.apache.tiles.AttributeContext context,
javax.servlet.ServletRequest request)
Mutate a AttributeContext . |
mutate
void mutate(org.apache.tiles.AttributeContext context,
javax.servlet.ServletRequest request)
- Mutate a
AttributeContext
.
- Parameters:
context
- The attribute context to mutate.request
- The current servlet request.