类的使用
cn.taketoday.web.handler.condition.RequestConditionHolder
使用RequestConditionHolder的程序包
程序包
说明
Common MVC logic for matching incoming requests based on conditions.
Method handler
-
cn.taketoday.web.handler.condition中RequestConditionHolder的使用
修饰符和类型方法说明RequestConditionHolder.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(RequestContext request) Get the matching condition for the held request condition wrap it in a new RequestConditionHolder instance.private RequestConditionHolder[]CompositeRequestCondition.wrap(RequestCondition<?>... rawConditions) 修饰符和类型方法说明RequestConditionHolder.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, RequestContext request) Compare the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type. -
cn.taketoday.web.handler.method中RequestConditionHolder的使用
修饰符和类型字段说明private final RequestConditionHolderRequestMappingInfo.customConditionHolderprivate RequestConditionHolderRequestMappingInfo.MutateBuilder.customConditionHolderprivate static final RequestConditionHolderRequestMappingInfo.EMPTY_CUSTOM修饰符和类型方法说明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)