Generated by
JDiff

Interface org.springframework.web.servlet.mvc.condition.RequestCondition

Documentation changed from old to new.

Changed Methods
T combine(T) Documentation changed from old to new.
Defines the rules for combining this condition (i.e.
int compareTo(T, HttpServletRequest) Documentation changed from old to new.
Compares this condition to another condition in the context of a specific request.
T getMatchingCondition(HttpServletRequest) Documentation changed from old to new.
Checks if this condition matches the given request and returns a potentially new request condition with content tailored to the current request.