This project has retired. For details please refer to its
Attic page .
AttributeContextMutator (Tiles 2 2.0.7 API)
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 (Tue, 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-2008 Apache Software Foundation . All Rights Reserved.