Annotation Type 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 -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String[] value
-
-
-
decode
boolean decode- Default:
- false
-