|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestContext | |
---|---|
com.dyuproject.ext.jpa | |
com.dyuproject.web.rest | |
com.dyuproject.web.rest.consumer | |
com.dyuproject.web.rest.mvc | |
com.dyuproject.web.rest.service |
Uses of RequestContext in com.dyuproject.ext.jpa |
---|
Methods in com.dyuproject.ext.jpa with parameters of type RequestContext | |
---|---|
void |
EntityManagerManager.postHandle(boolean handled,
RequestContext requestContext)
|
boolean |
EntityManagerManager.preHandle(RequestContext requestContext)
|
Uses of RequestContext in com.dyuproject.web.rest |
---|
Methods in com.dyuproject.web.rest that return RequestContext | |
---|---|
static RequestContext |
WebContext.getCurrentRequestContext()
|
RequestContext |
WebContext.getRequestContext()
|
protected RequestContext |
RequestContext.Local.initialValue()
|
Methods in com.dyuproject.web.rest with parameters of type RequestContext | |
---|---|
Object |
ValidatingConsumer.consume(RequestContext requestContext)
|
protected abstract void |
WebContext.handlePath(RequestContext requestContext)
|
protected abstract void |
WebContext.handleRoot(RequestContext requestContext)
|
boolean |
ValidatingConsumer.merge(Object pojo,
RequestContext rc)
|
void |
Interceptor.postHandle(boolean handled,
RequestContext requestContext)
|
void |
ConsumerInterceptor.postHandle(boolean handled,
RequestContext requestContext)
|
void |
WrapperInterceptor.postHandle(boolean handled,
RequestContext requestContext)
|
void |
InterceptorCollection.postHandle(boolean handled,
RequestContext requestContext)
|
boolean |
Interceptor.preHandle(RequestContext requestContext)
|
boolean |
ConsumerInterceptor.preHandle(RequestContext requestContext)
|
boolean |
WrapperInterceptor.preHandle(RequestContext requestContext)
|
boolean |
InterceptorCollection.preHandle(RequestContext requestContext)
|
Uses of RequestContext in com.dyuproject.web.rest.consumer |
---|
Methods in com.dyuproject.web.rest.consumer with parameters of type RequestContext | |
---|---|
Object |
SimpleParameterConsumer.consume(RequestContext rc)
|
Object |
SimpleJSONConsumer.consume(RequestContext rc)
|
boolean |
SimpleParameterConsumer.merge(Object pojo,
RequestContext rc)
|
boolean |
SimpleJSONConsumer.merge(Object pojo,
RequestContext rc)
|
Uses of RequestContext in com.dyuproject.web.rest.mvc |
---|
Methods in com.dyuproject.web.rest.mvc with parameters of type RequestContext | |
---|---|
protected void |
RESTControllerContext.handlePath(RequestContext requestContext)
Deprecated. |
protected void |
RESTControllerContext.handleRoot(RequestContext requestContext)
Deprecated. |
Uses of RequestContext in com.dyuproject.web.rest.service |
---|
Methods in com.dyuproject.web.rest.service with parameters of type RequestContext | |
---|---|
void |
Resource.handle(RequestContext rc)
|
void |
AnnotatedMethodResource.handle(RequestContext rc)
|
void |
PathHandler.handle(String[] pathInfo,
RequestContext rc)
|
protected void |
RESTServiceContext.handlePath(RequestContext requestContext)
|
protected void |
RESTServiceContext.handleRoot(RequestContext requestContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |