| Class | Description | 
|---|---|
| AnnotationParameterFilterInterceptor | Annotation based version of  ParameterFilterInterceptor. | 
| AnnotationWorkflowInterceptor | 
| Annotation Type | Description | 
|---|---|
| After | Marks a action method that needs to be called after the main action method and the result was
 executed. | 
| Allowed | Declares that it is permitted for the field be mutated through
 a HttpRequest parameter. | 
| Before | Marks a action method that needs to be executed before the main action method. | 
| BeforeResult | Marks a action method that needs to be executed before the result. | 
| BlockByDefault | Declares that by default fields on the  Actionclass
 are NOT permitted to be set from HttpRequest parameters. | 
| Blocked | Declares that the given field should NOT be able to be mutated through
 a HttpRequest parameter. | 
| InputConfig | Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result. | 
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.