Uses of Class
org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Packages that use RequestConditionHolder
Package
Description
Common MVC logic for matching incoming requests based on conditions.
-
Uses of RequestConditionHolder in org.springframework.web.servlet.mvc.condition
Subclasses with type arguments of type RequestConditionHolder in org.springframework.web.servlet.mvc.conditionModifier and TypeClassDescriptionfinal classA holder for aRequestConditionuseful when the type of the request condition is not known ahead of time, for example, custom condition.Methods in org.springframework.web.servlet.mvc.condition that return RequestConditionHolderModifier and TypeMethodDescriptionRequestConditionHolder.combine(RequestConditionHolder other) Combine the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.RequestConditionHolder.getMatchingCondition(HttpServletRequest request) Get the matching condition for the held request condition wrap it in a new RequestConditionHolder instance.Methods in org.springframework.web.servlet.mvc.condition with parameters of type RequestConditionHolderModifier and TypeMethodDescriptionRequestConditionHolder.combine(RequestConditionHolder other) Combine the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.intRequestConditionHolder.compareTo(RequestConditionHolder other, HttpServletRequest request) Compare the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.