| Name | Description | Type | Package | Framework |
| AcceptsConstraint | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| AcceptsNeedReturnBooleanValidationRule | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| AcceptsValidator | Interface | br.com.caelum.vraptor.interceptor | VRaptor | |
| AcceptsWithAnnotations | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| ApplicationLogicException | When a controller or JSP throws an exception, we use this one to wrap it, so we can unwrap after it leaves the interceptor stack | Class | br.com.caelum.vraptor.interceptor | VRaptor |
| AspectStyleInterceptorHandler | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| CustomAcceptsExecutor | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| CustomAcceptsVerifier | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| CustomAndInternalAcceptsValidationRule | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| DefaultSimpleInterceptorStack | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| DefaultTypeNameExtractor | Default implementation for TypeNameExtractor. | Class | br.com.caelum.vraptor.interceptor | VRaptor |
| ExceptionHandlerInterceptor | Intercept all requests to handling uncaught exceptions. | Class | br.com.caelum.vraptor.interceptor | VRaptor |
| FlashInterceptor | Interceptor that handles flash scope. | Class | br.com.caelum.vraptor.interceptor | VRaptor |
| Graph | A set that orders interceptors topologically based on before and after from InterceptsSince:3. | Class | br.com.caelum.vraptor.interceptor | VRaptor |
| Interceptor | Whenever an interceptor accepts a controller method, its intercept method is invoked to intercept the process of request parsing in order to allow the | Interface | br.com.caelum.vraptor.interceptor | VRaptor |
| InterceptorAcceptsExecutor | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| InterceptorExecutor | Simple executor for interceptor methods containing annotations: BeforeCall, AroundCall or AfterCall | Class | br.com.caelum.vraptor.interceptor | VRaptor |
| InterceptorMethodParametersResolver | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| InterceptorRegistry | Interface | br.com.caelum.vraptor.interceptor | VRaptor | |
| InterceptorValidator | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| NoInterceptMethodsValidationRule | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| NoStackParamValidationRule | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| PackagesAcceptor | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| SignatureAcceptor | Interface | br.com.caelum.vraptor.interceptor | VRaptor | |
| SimpleInterceptorStack | Just a easier way to interact with InterceptorStack. | Interface | br.com.caelum.vraptor.interceptor | VRaptor |
| StepInvoker | Class | br.com.caelum.vraptor.interceptor | VRaptor | |
| TopologicalSortedInterceptorRegistry | An interceptor registry that sorts interceptors based on their before and after conditionsSince:3. | Class | br.com.caelum.vraptor.interceptor | VRaptor |
| TypeNameExtractor | Component that Extract the name of a generic type. | Interface | br.com.caelum.vraptor.interceptor | VRaptor |
| ValidationRule | A validation rule interface for new interceptors. | Interface | br.com.caelum.vraptor.interceptor | VRaptor |
| WithAnnotationAcceptor | Verify if certain annotations are presents in class or method. | Class | br.com.caelum.vraptor.interceptor | VRaptor |