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 Type
    Method
    Description
    boolean
    evaluate(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:
      True if the request meets our criteria, False otherwise