| Modifier and Type | Method and Description |
|---|---|
ResourceMethod |
MethodInfo.getResourceMethod() |
ResourceMethod |
DefaultMethodInfo.getResourceMethod() |
| 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) |
void |
MethodInfo.setResourceMethod(ResourceMethod resourceMethod) |
void |
DefaultMethodInfo.setResourceMethod(ResourceMethod resourceMethod) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
XStreamXMLDeserializer.deserialize(InputStream inputStream,
ResourceMethod method) |
Object[] |
JsonDeserializer.deserialize(InputStream inputStream,
ResourceMethod method) |
Object[] |
FormDeserializer.deserialize(InputStream inputStream,
ResourceMethod method) |
Object[] |
Deserializer.deserialize(InputStream inputStream,
ResourceMethod method) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
GsonDeserialization.deserialize(InputStream inputStream,
ResourceMethod method) |
protected Class<?>[] |
GsonDeserialization.getTypes(ResourceMethod method) |
| Modifier and Type | Method and Description |
|---|---|
ResourceMethod |
UrlToResourceTranslator.translate(RequestInfo info) |
ResourceMethod |
DefaultResourceTranslator.translate(RequestInfo info) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ParametersProvider.getParametersFor(ResourceMethod method,
List<Message> errors,
ResourceBundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
IogiParametersProvider.getParametersFor(ResourceMethod method,
List<Message> errors,
ResourceBundle bundle) |
| Modifier and Type | Field and Description |
|---|---|
ResourceMethod |
OgnlParametersProvider.Parameter.method |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
OgnlParametersProvider.getParametersFor(ResourceMethod method,
List<Message> errors,
ResourceBundle bundle) |
| Constructor and Description |
|---|
OgnlParametersProvider.Parameter(Type type,
Class clazz,
String name,
ResourceMethod method) |
| Modifier and Type | Method and Description |
|---|---|
ResourceMethod |
Router.parse(String uri,
HttpMethod method,
MutableRequest request)
Find a
ResourceMethod that can handle this request. |
ResourceMethod |
DefaultRouter.parse(String uri,
HttpMethod method,
MutableRequest request) |
ResourceMethod |
Route.resourceMethod(MutableRequest request,
String uri)
Returns the resource method for this specifig rule.
|
ResourceMethod |
NoStrategy.resourceMethod(MutableRequest request,
String uri) |
ResourceMethod |
FixedMethodStrategy.resourceMethod(MutableRequest request,
String uri) |
| Constructor and Description |
|---|
FixedMethodStrategy(String originalUri,
ResourceMethod method,
Set<HttpMethod> methods,
ParametersControl control,
int priority,
String[] parameterNames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceLookupInterceptor.accepts(ResourceMethod method) |
boolean |
ParametersInstantiatorInterceptor.accepts(ResourceMethod method) |
boolean |
OutjectResult.accepts(ResourceMethod method) |
boolean |
Interceptor.accepts(ResourceMethod method) |
boolean |
InstantiateInterceptor.accepts(ResourceMethod method) |
boolean |
ForwardToDefaultViewInterceptor.accepts(ResourceMethod method) |
boolean |
FlashInterceptor.accepts(ResourceMethod method) |
boolean |
ExecuteMethodInterceptor.accepts(ResourceMethod method) |
boolean |
ExceptionHandlerInterceptor.accepts(ResourceMethod method) |
boolean |
DeserializingInterceptor.accepts(ResourceMethod method) |
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 |
|---|---|
boolean |
DownloadInterceptor.accepts(ResourceMethod method) |
void |
DownloadInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NullMultipartInterceptor.accepts(ResourceMethod method)
Never accepts.
|
boolean |
CommonsUploadMultipartInterceptor.accepts(ResourceMethod method)
Will intercept the request if apache file upload says that this request is multipart
|
void |
NullMultipartInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
void |
CommonsUploadMultipartInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object instance) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResourceMethod |
| Modifier and Type | Method and Description |
|---|---|
static ResourceMethod |
DefaultResourceMethod.instanceFor(Class<?> type,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceControllerInterceptor.accepts(ResourceMethod method) |
void |
ResourceControllerInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MethodValidatorInterceptor.accepts(ResourceMethod method) |
void |
MethodValidatorInterceptor.intercept(InterceptorStack stack,
ResourceMethod method,
Object resourceInstance) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
SessionFlashScope.consumeParameters(ResourceMethod method) |
Object[] |
FlashScope.consumeParameters(ResourceMethod method) |
void |
SessionFlashScope.includeParameters(ResourceMethod method,
Object[] args) |
void |
FlashScope.includeParameters(ResourceMethod method,
Object[] args) |
String |
PathResolver.pathFor(ResourceMethod method) |
String |
DefaultPathResolver.pathFor(ResourceMethod method) |
Copyright © 2014 Caelum. All Rights Reserved.