Package org.apache.tiles.web.util
Interface AttributeContextMutator
-
public interface AttributeContextMutatorIt represents an object able to manipulate aAttributeContext. In other words, it is able to add, replace and remove attributes from theAttributeContext.- Since:
- Tiles 2.0
- Version:
- $Rev$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmutate(org.apache.tiles.AttributeContext context, javax.servlet.ServletRequest request)Mutate aAttributeContext.
-