| Package | Description |
|---|---|
| br.com.caelum.vraptor.core | |
| br.com.caelum.vraptor.interceptor |
| Modifier and Type | Method and Description |
|---|---|
void |
ToInstantiateInterceptorHandler.execute(InterceptorStack stack,
ControllerMethod method,
Object controllerInstance) |
void |
InterceptorHandler.execute(InterceptorStack stack,
ControllerMethod method,
Object controllerInstance) |
void |
InterceptorStack.next(ControllerMethod method,
Object controllerInstance)
Invokes the next interceptor on the stack.
|
void |
DefaultInterceptorStack.next(ControllerMethod method,
Object controllerInstance) |
| Modifier and Type | Class and Description |
|---|---|
class |
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
Interceptor.intercept(InterceptorStack stack,
ControllerMethod method,
Object controllerInstance) |
void |
FlashInterceptor.intercept(InterceptorStack stack,
ControllerMethod method,
Object controllerInstance) |
void |
ExceptionHandlerInterceptor.intercept(InterceptorStack stack,
ControllerMethod method,
Object controllerInstance) |
Copyright © 2014 Caelum. All rights reserved.