| Modifier and Type | Method and Description |
|---|---|
void |
ToInstantiateInterceptorHandler.execute(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
void |
InterceptorHandler.execute(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
void |
InterceptorStack.next(ResourceMethod method,
Object resourceInstance)
Invokes the next interceptor on the stack.
|
void |
DefaultInterceptorStack.next(ResourceMethod method,
Object resourceInstance) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationLogicException
When an user 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 |
ResourceLookupInterceptor.intercept(InterceptorStack stack,
ResourceMethod ignorableMethod,
Object resourceInstance) |
void |
ParametersInstantiatorInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
void |
OutjectResult.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
void |
Interceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
void |
InstantiateInterceptor.intercept(InterceptorStack invocation,
ResourceMethod method,
Object instance) |
void |
ForwardToDefaultViewInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
void |
FlashInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
void |
ExecuteMethodInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
void |
ExceptionHandlerInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
void |
DeserializingInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
DownloadInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullMultipartInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
void |
CommonsUploadMultipartInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceControllerInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodValidatorInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
Copyright © 2014 Caelum. All Rights Reserved.