{8.1.0-new} RequestAttributes
The {@link oajr.RequestAttributes} object is the API for accessing the standard servlet attributes on an HTTP request (i.e. {@link javax.servlet.ServletRequest#getAttribute(String)}. It wraps the request attributes in a {@link java.util.Map} interface and provides several convenience methods.
The
Modifications made to request attributes through the