Package 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
mutate
(AttributeContext context, jakarta.servlet.ServletRequest request) Mutate aAttributeContext
.
-
Method Details
-
mutate
Mutate aAttributeContext
.- Parameters:
context
- The attribute context to mutate.request
- The current servlet request.
-