Package io.microsphere.spring.web.rule
Class CompositeWebRequestRule
java.lang.Object
io.microsphere.spring.web.rule.CompositeWebRequestRule
- All Implemented Interfaces:
WebRequestRule
Composite
WebRequestRule
- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
org.springframework.web.reactive.result.condition.CompositeRequestCondition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(org.springframework.web.context.request.NativeWebRequest request)
-
Constructor Details
-
CompositeWebRequestRule
-
-
Method Details
-
matches
public boolean matches(org.springframework.web.context.request.NativeWebRequest request) - Specified by:
matches
in interfaceWebRequestRule
-