This project has retired. For details please refer to its Attic page.
AttributeContextMutator (Tiles 2 2.1.4 API)

org.apache.tiles.web.util
Interface AttributeContextMutator

Package class diagram package 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) $

Method Summary
 void mutate(AttributeContext context, ServletRequest request)
          Mutate a AttributeContext.
 

Method Detail

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.