com.caucho.rewrite
Interface RequestPredicate
- All Known Implementing Classes:
- And, IfAuthType, IfCookie, IfCron, IfFileExists, IfHeader, IfLocale, IfLocalPort, IfMBeanEnabled, IfMethod, IfNetwork, IfQueryParam, IfRemoteAddr, IfRemoteUser, IfSecure, IfServerName, IfServerPort, IfUserInRole, Not, NotAnd, NotOr, Or
public interface RequestPredicate
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.
isMatch
boolean isMatch(HttpServletRequest request)