Package | Description |
---|---|
org.springframework.web.servlet.mvc.condition |
Common MVC logic for matching incoming requests based on conditions.
|
Modifier and Type | Method and Description |
---|---|
CompositeRequestCondition |
CompositeRequestCondition.combine(CompositeRequestCondition other)
If one instance is empty, return the other.
|
CompositeRequestCondition |
CompositeRequestCondition.getMatchingCondition(HttpServletRequest request)
Delegate to all contained conditions to match the request and return the
resulting "matching" condition instances.
|
Modifier and Type | Method and Description |
---|---|
CompositeRequestCondition |
CompositeRequestCondition.combine(CompositeRequestCondition other)
If one instance is empty, return the other.
|
int |
CompositeRequestCondition.compareTo(CompositeRequestCondition other,
HttpServletRequest request)
If one instance is empty, the other "wins".
|