Generated by
JDiff

Class org.springframework.web.context.request.ServletRequestAttributes

Added Constructors
ServletRequestAttributes(HttpServletRequest, HttpServletResponse) Create a new ServletRequestAttributes instance for the given request.
 

Added Methods
HttpServletResponse getResponse() Exposes the native HttpServletResponse that we're wrapping (if any).
boolean isImmutableSessionAttribute(String, Object) Determine whether the given value is to be considered as an immutable session attribute, that is, doesn't have to be re-set via {@code session.setAttribute} since its value cannot meaningfully change internally.
 

Added Fields
Set<Class<?>> immutableValueTypes