Generated by
JDiff

Class org.springframework.web.servlet.FlashMap

Documentation changed from old to new.

Removed Constructors
FlashMap(int) Create a new instance with an id uniquely identifying the creator of this FlashMap.
 

Changed Constructors
FlashMap(void) Documentation changed from old to new.
 
 

Removed Methods
boolean isCreatedBy(int) Whether the given id matches the id of the creator of this FlashMap.
 

Changed Methods
FlashMap addTargetRequestParam(String, String) Documentation changed from old to new.
Provide a request parameter identifying the request for this FlashMap.
FlashMap addTargetRequestParams(MultiValueMap<String, String>) Documentation changed from old to new.
Provide request parameters identifying the request for this FlashMap.
int compareTo(FlashMap) Documentation changed from old to new.
Compare two FlashMaps and prefer the one that specifies a target URL path or has more target URL parameters.