| Package | Description |
|---|---|
| br.com.caelum.vraptor.core | |
| br.com.caelum.vraptor.interceptor | |
| br.com.caelum.vraptor.observer |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInterceptorStack
Default implementation of an
InterceptorStack |
| Modifier and Type | Method and Description |
|---|---|
void |
ToInstantiateInterceptorHandler.execute(InterceptorStack stack,
ControllerMethod method,
Object controllerInstance) |
void |
InterceptorHandler.execute(InterceptorStack stack,
ControllerMethod method,
Object controllerInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
AspectStyleInterceptorHandler.execute(InterceptorStack stack,
ControllerMethod controllerMethod,
Object currentController) |
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) |
| Constructor and Description |
|---|
DefaultSimpleInterceptorStack(InterceptorStack delegate,
ControllerMethod controllerMethod,
ControllerInstance controllerInstance) |
| Constructor and Description |
|---|
RequestHandlerObserver(UrlToControllerTranslator translator,
ControllerNotFoundHandler controllerNotFoundHandler,
MethodNotAllowedHandler methodNotAllowedHandler,
javax.enterprise.event.Event<ControllerFound> controllerFoundEvent,
javax.enterprise.event.Event<RequestSucceded> endRequestEvent,
InterceptorStack interceptorStack) |
Copyright © 2014 Caelum. All rights reserved.