Interface ActeurFactory.Test

Enclosing class:
ActeurFactory

public static interface ActeurFactory.Test
A test which can be performed on a request, for example, to decide about branching
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Perform the test
  • Method Details

    • test

      boolean test(HttpEvent evt)
      Perform the test
      Parameters:
      evt - The request
      Returns:
      The result of the test