类的使用
cn.taketoday.web.handler.condition.CompositeRequestCondition
程序包
说明
Common MVC logic for matching incoming requests based on conditions.
-
cn.taketoday.web.handler.condition中CompositeRequestCondition的使用
修饰符和类型方法说明CompositeRequestCondition.combine(CompositeRequestCondition other) If one instance is empty, return the other.CompositeRequestCondition.getMatchingCondition(RequestContext request) Delegate to all contained conditions to match the request and return the resulting "matching" condition instances.修饰符和类型方法说明private voidCompositeRequestCondition.assertNumberOfConditions(CompositeRequestCondition other) CompositeRequestCondition.combine(CompositeRequestCondition other) If one instance is empty, return the other.intCompositeRequestCondition.compareTo(CompositeRequestCondition other, RequestContext request) If one instance is empty, the other "wins".