类的使用
cn.taketoday.web.handler.condition.ParamsRequestCondition
使用ParamsRequestCondition的程序包
程序包
说明
Common MVC logic for matching incoming requests based on conditions.
Method handler
-
cn.taketoday.web.handler.condition中ParamsRequestCondition的使用
修饰符和类型方法说明ParamsRequestCondition.combine(ParamsRequestCondition other) Returns a new instance with the union of the param expressions from "this" and the "other" instance.ParamsRequestCondition.getMatchingCondition(RequestContext request) Returns "this" instance if the request matches all param expressions; ornullotherwise.修饰符和类型方法说明ParamsRequestCondition.combine(ParamsRequestCondition other) Returns a new instance with the union of the param expressions from "this" and the "other" instance.intParamsRequestCondition.compareTo(ParamsRequestCondition other, RequestContext request) Compare to another condition based on parameter expressions. -
cn.taketoday.web.handler.method中ParamsRequestCondition的使用
修饰符和类型字段说明private static final ParamsRequestConditionRequestMappingInfo.EMPTY_PARAMSprivate ParamsRequestConditionRequestMappingInfo.MutateBuilder.paramsConditionprivate final ParamsRequestConditionRequestMappingInfo.paramsCondition修饰符和类型方法说明RequestMappingInfo.getParamsCondition()Return the "parameters" condition of thisRequestMappingInfo; or instance with 0 parameter expressions (nevernull).修饰符和类型方法说明private static intRequestMappingInfo.calculateHashCode(PathPatternsRequestCondition pathPatterns, RequestMethodsRequestCondition methods, ParamsRequestCondition params, HeadersRequestCondition headers, ConsumesRequestCondition consumes, ProducesRequestCondition produces, RequestConditionHolder custom) 限定符构造器说明(专用程序包)RequestMappingInfo(String name, PathPatternsRequestCondition pathPatternsCondition, RequestMethodsRequestCondition methodsCondition, ParamsRequestCondition paramsCondition, HeadersRequestCondition headersCondition, ConsumesRequestCondition consumesCondition, ProducesRequestCondition producesCondition, RequestConditionHolder customCondition, RequestMappingInfo.BuilderConfiguration options, boolean combine)