Annotation Type Path


@Retention(RUNTIME) @Target(TYPE) public @interface Path
Specifieds a glob-style URL path, such as /mything/* - a * can represent anything but a / character. Used for simpler matching than full-blown regular expression evaluation (which it is translated to at runtime). 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