Annotation Type PathRegex


@Retention(RUNTIME) @Target(TYPE) public @interface PathRegex
Annotation which determines regular expressions used to determine whether a page responds to a given request. Annotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.
Author:
Tim Boudreau
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • decode

      boolean decode
      Default:
      false