Constructor and Description |
---|
JstlLocalization(RequestInfo request) |
Modifier and Type | Method and Description |
---|---|
ResourceMethod |
DefaultResourceTranslator.translate(RequestInfo info) |
ResourceMethod |
UrlToResourceTranslator.translate(RequestInfo info) |
Constructor and Description |
---|
ResourceLookupInterceptor(UrlToResourceTranslator translator,
MethodInfo methodInfo,
ResourceNotFoundHandler resourceNotFoundHandler,
MethodNotAllowedHandler methodNotAllowedHandler,
RequestInfo requestInfo) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ContainerProvider.provideForRequest(RequestInfo vraptorRequest,
Execution<T> execution) |
Modifier and Type | Method and Description |
---|---|
<T> T |
GuiceProvider.provideForRequest(RequestInfo request,
Execution<T> execution) |
Modifier and Type | Method and Description |
---|---|
<T> T |
PicoProvider.provideForRequest(RequestInfo request,
Execution<T> execution) |
Modifier and Type | Method and Description |
---|---|
static RequestInfo |
VRaptorRequestHolder.currentRequest() |
Modifier and Type | Method and Description |
---|---|
<T> T |
SpringProvider.provideForRequest(RequestInfo request,
Execution<T> execution)
Provides request scope support for Spring IoC Container when
org.springframework.web.context.request.RequestContextListener has not
been called.
|
static void |
VRaptorRequestHolder.setRequestForCurrentThread(RequestInfo request) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultResourceNotFoundHandler.couldntFind(RequestInfo request) |
void |
ResourceNotFoundHandler.couldntFind(RequestInfo request) |
void |
DefaultMethodNotAllowedHandler.deny(RequestInfo request,
java.util.Set<HttpMethod> allowedMethods) |
void |
MethodNotAllowedHandler.deny(RequestInfo request,
java.util.Set<HttpMethod> allowedMethods)
Denies current request due to method not allowed.
|
Constructor and Description |
---|
ResourceControllerInterceptor(ResourceControl<T> control,
Restfulie restfulie,
Status status,
RequestInfo info,
Routes routes) |
Copyright © 2013 Caelum. All Rights Reserved.