Uses of Class
org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Packages that use ParamsRequestCondition
Package
Description
Common MVC logic for matching incoming requests based on conditions.
Servlet-based infrastructure for handler method processing,
 building on the 
org.springframework.web.method package.- 
Uses of ParamsRequestCondition in org.springframework.web.servlet.mvc.conditionMethods in org.springframework.web.servlet.mvc.condition that return ParamsRequestConditionModifier and TypeMethodDescriptionParamsRequestCondition.combine(ParamsRequestCondition other) Returns a new instance with the union of the param expressions from "this" and the "other" instance.ParamsRequestCondition.getMatchingCondition(HttpServletRequest request) Returns "this" instance if the request matches all param expressions; ornullotherwise.Methods in org.springframework.web.servlet.mvc.condition with parameters of type ParamsRequestConditionModifier and TypeMethodDescriptionParamsRequestCondition.combine(ParamsRequestCondition other) Returns a new instance with the union of the param expressions from "this" and the "other" instance.intParamsRequestCondition.compareTo(ParamsRequestCondition other, HttpServletRequest request) Compare to another condition based on parameter expressions.
- 
Uses of ParamsRequestCondition in org.springframework.web.servlet.mvc.methodMethods in org.springframework.web.servlet.mvc.method that return ParamsRequestConditionModifier and TypeMethodDescriptionRequestMappingInfo.getParamsCondition()Return the "parameters" condition of thisRequestMappingInfo; or instance with 0 parameter expressions (nevernull).Constructors in org.springframework.web.servlet.mvc.method with parameters of type ParamsRequestConditionModifierConstructorDescriptionRequestMappingInfo(@Nullable String name, @Nullable PatternsRequestCondition patterns, @Nullable RequestMethodsRequestCondition methods, @Nullable ParamsRequestCondition params, @Nullable HeadersRequestCondition headers, @Nullable ConsumesRequestCondition consumes, @Nullable ProducesRequestCondition produces, @Nullable RequestCondition<?> custom) Deprecated.RequestMappingInfo(@Nullable PatternsRequestCondition patterns, @Nullable RequestMethodsRequestCondition methods, @Nullable ParamsRequestCondition params, @Nullable HeadersRequestCondition headers, @Nullable ConsumesRequestCondition consumes, @Nullable ProducesRequestCondition produces, @Nullable RequestCondition<?> custom) Deprecated.as of 5.3 in favor usingRequestMappingInfo.BuilderviaRequestMappingInfo.paths(String...).
RequestMappingInfo.BuilderviaRequestMappingInfo.paths(String...).