类的使用
org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
使用CompositeRequestCondition的程序包 程序包 说明 org.springframework.web.servlet.mvc.condition Common MVC logic for matching incoming requests based on conditions.org.springframework.web.servlet.mvc.condition中CompositeRequestCondition的使用
返回CompositeRequestCondition的org.springframework.web.servlet.mvc.condition中的方法 修饰符和类型 方法 说明 CompositeRequestConditionCompositeRequestCondition. combine(CompositeRequestCondition other)If one instance is empty, return the other.CompositeRequestConditionCompositeRequestCondition. getMatchingCondition(HttpServletRequest request)Delegate to all contained conditions to match the request and return the resulting "matching" condition instances.参数类型为CompositeRequestCondition的org.springframework.web.servlet.mvc.condition中的方法 修饰符和类型 方法 说明 CompositeRequestConditionCompositeRequestCondition. combine(CompositeRequestCondition other)If one instance is empty, return the other.intCompositeRequestCondition. compareTo(CompositeRequestCondition other, HttpServletRequest request)If one instance is empty, the other "wins".