Annotation Type HttpRequestParam
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface HttpRequestParam
Use this annotation to bind a specific java parameter to the SlingHttpRequest. These will only be processed if the method has an ApiAction annotation.