Package io.microsphere.spring.web.rule
Interface WebRequestRule
-
- All Known Implementing Classes:
AbstractWebRequestRule,CompositeWebRequestRule,WebRequestConsumesRule,WebRequestHeadersRule,WebRequestMethodsRule,WebRequestParamsRule,WebRequestPattensRule,WebRequestProducesRule
public interface WebRequestRuleNativeWebRequestRule was inspired by org.springframework.web.servlet.mvc.condition.RequestCondition- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
NativeWebRequest,org.springframework.web.servlet.mvc.condition.RequestCondition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(org.springframework.web.context.request.NativeWebRequest request)
-