| Package | Description | 
|---|---|
| br.com.caelum.vraptor.core | |
| br.com.caelum.vraptor.interceptor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ToInstantiateInterceptorHandlerInstantiates the interceptor on the fly and executes its method. | 
| Modifier and Type | Method and Description | 
|---|---|
| InterceptorHandler | InterceptorHandlerFactory. handlerFor(Class<?> type)chooses the right handler for the given type | 
| InterceptorHandler | DefaultInterceptorHandlerFactory. handlerFor(Class<?> type) | 
| Modifier and Type | Method and Description | 
|---|---|
| LinkedList<InterceptorHandler> | InterceptorStackHandlersCache. getInterceptorHandlers() | 
| Constructor and Description | 
|---|
| DefaultInterceptorHandlerFactory(Container container,
                                StepInvoker stepInvoker,
                                CacheStore<Class<?>,InterceptorHandler> cachedHandlers,
                                InterceptorAcceptsExecutor acceptsExecutor,
                                CustomAcceptsExecutor customAcceptsExecutor,
                                InterceptorExecutor interceptorExecutor) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AspectStyleInterceptorHandler | 
Copyright © 2014 Caelum. All rights reserved.