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.condition
Methods 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.method
Methods 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(String name, PatternsRequestCondition patterns, RequestMethodsRequestCondition methods, ParamsRequestCondition params, HeadersRequestCondition headers, ConsumesRequestCondition consumes, ProducesRequestCondition produces, RequestCondition<?> custom) Deprecated.RequestMappingInfo(PatternsRequestCondition patterns, RequestMethodsRequestCondition methods, ParamsRequestCondition params, HeadersRequestCondition headers, ConsumesRequestCondition consumes, ProducesRequestCondition produces, RequestCondition<?> custom) Deprecated.as of 5.3 in favor usingRequestMappingInfo.BuilderviaRequestMappingInfo.paths(String...).
RequestMappingInfo.BuilderviaRequestMappingInfo.paths(String...).