Modifier and Type | Method and Description |
---|---|
void |
ToInstantiateInterceptorHandler.execute(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
void |
InterceptorHandler.execute(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
void |
InterceptorStack.next(ResourceMethod method,
java.lang.Object resourceInstance)
Invokes the next interceptor on the stack.
|
void |
DefaultInterceptorStack.next(ResourceMethod method,
java.lang.Object resourceInstance) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceLookupInterceptor.intercept(InterceptorStack stack,
ResourceMethod ignorableMethod,
java.lang.Object resourceInstance) |
void |
Interceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
void |
DeserializingInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
void |
ExecuteMethodInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
void |
OutjectResult.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
void |
ParametersInstantiatorInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
void |
FlashInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
void |
InstantiateInterceptor.intercept(InterceptorStack invocation,
ResourceMethod method,
java.lang.Object instance) |
void |
ExceptionHandlerInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
void |
ForwardToDefaultViewInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
Modifier and Type | Method and Description |
---|---|
void |
DownloadInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object instance) |
Modifier and Type | Method and Description |
---|---|
void |
CommonsUploadMultipartInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object instance) |
void |
Servlet3MultipartInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
void |
NullMultipartInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceControllerInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object instance) |
Modifier and Type | Method and Description |
---|---|
void |
MethodValidatorInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
Copyright © 2013 Caelum. All Rights Reserved.