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
- Version:
- $Rev: 531864 $ $Date: 2007-04-24 12:24:30 +0200 (mar, 24 apr 2007) $
mutate
void mutate(AttributeContext context,
ServletRequest request)
- Mutate a
AttributeContext
.
- Parameters:
context
- The attribute context to mutate.request
- The current servlet request.
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.