Package com.arbortext.e3
Interface E3RequestEvaluator
public interface E3RequestEvaluator
Object capable of applying a logical expression consisting of AND, OR,
and E3 Request Selectors to a request and determining whether or not
the request meets the specified criteria.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluate(javax.servlet.http.HttpServletRequest request) Indicates whether a request meets the criteria embedded in this object.
-
Method Details
-
evaluate
boolean evaluate(javax.servlet.http.HttpServletRequest request) Indicates whether a request meets the criteria embedded in this object.- Parameters:
request- HTTP request to evaluate- Returns:
Trueif the request meets our criteria,Falseotherwise
-