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 20:24:30 +1000 (Tue, 24 Apr 2007) $
    • Method Detail

      • mutate

        void mutate​(AttributeContext context,
                    javax.servlet.ServletRequest request)
        Mutate a AttributeContext.
        Parameters:
        context - The attribute context to mutate.
        request - The current servlet request.