Annotation Type InjectUrlParametersAs
Make the request parameters available as the passed type. Note that this type
must also be in the application's @ImplicitBindings to be available to
Guice. The passed type must be an interface with method names that
match the exact name and type of the expected URL parameters.
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
-
Element Details
-
value
Class<?> value
-