Package io.microsphere.spring.web.rule
Class CompositeWebRequestRule
- java.lang.Object
-
- io.microsphere.spring.web.rule.CompositeWebRequestRule
-
- All Implemented Interfaces:
WebRequestRule
public class CompositeWebRequestRule extends java.lang.Object implements WebRequestRule
CompositeWebRequestRule
- 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 Constructor Description CompositeWebRequestRule(WebRequestRule... requestRules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(org.springframework.web.context.request.NativeWebRequest request)
-
-
-
Constructor Detail
-
CompositeWebRequestRule
public CompositeWebRequestRule(WebRequestRule... requestRules)
-
-
Method Detail
-
matches
public boolean matches(org.springframework.web.context.request.NativeWebRequest request)
- Specified by:
matches
in interfaceWebRequestRule
-
-