类的使用
org.springframework.web.servlet.mvc.condition.RequestConditionHolder
使用RequestConditionHolder的程序包 程序包 说明 org.springframework.web.servlet.mvc.condition Common MVC logic for matching incoming requests based on conditions.org.springframework.web.servlet.mvc.condition中RequestConditionHolder的使用
返回RequestConditionHolder的org.springframework.web.servlet.mvc.condition中的方法 修饰符和类型 方法 说明 RequestConditionHolderRequestConditionHolder. combine(RequestConditionHolder other)Combine the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.RequestConditionHolderRequestConditionHolder. getMatchingCondition(HttpServletRequest request)Get the matching condition for the held request condition wrap it in a new RequestConditionHolder instance.参数类型为RequestConditionHolder的org.springframework.web.servlet.mvc.condition中的方法 修饰符和类型 方法 说明 RequestConditionHolderRequestConditionHolder. 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, HttpServletRequest request)Compare the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.