Generated by
JDiff

Class org.springframework.web.servlet.mvc.condition.RequestConditionHolder

Documentation changed from old to new.

Changed Constructors
RequestConditionHolder(RequestCondition<?>) Documentation changed from old to new.
Create a new holder to wrap the given request condition.
 

Changed Methods
RequestConditionHolder combine(RequestConditionHolder) Documentation changed from old to new.
Combine the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
int compareTo(RequestConditionHolder, HttpServletRequest) Documentation changed from old to new.
Compare the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
RequestConditionHolder getMatchingCondition(HttpServletRequest) Documentation changed from old to new.
Get the matching condition for the held request condition wrap it in a new RequestConditionHolder instance.