public interface CacheablePredicate
A predicate on a HttpServletRequest, returning true if the request matches the predicate's requirements.
Applications can create custom predicates as needed for both rewrite and security rules.
Modifier and Type | Method and Description |
---|---|
boolean |
isMatch(HttpServletRequest request) |
boolean isMatch(HttpServletRequest request)