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