public interface AttributeContextMutator
AttributeContext.
In other words, it is able to add, replace and remove attributes from the
AttributeContext.| Modifier and Type | Method and Description |
|---|---|
void |
mutate(AttributeContext context,
ServletRequest request)
Mutate a
AttributeContext. |
void mutate(AttributeContext context, ServletRequest request)
AttributeContext.context - The attribute context to mutate.request - The current servlet request.