com.caucho.rewrite
Interface CacheablePredicate

All Known Implementing Classes:
IfFileExists, IfMethod, IfQueryParam

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.


Method Summary
 boolean isMatch(HttpServletRequest request)
           
 

Method Detail

isMatch

boolean isMatch(HttpServletRequest request)