|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RequestContext in com.dyuproject.demos.helloworld |
---|
Methods in com.dyuproject.demos.helloworld with parameters of type RequestContext | |
---|---|
void |
SimpleInterceptorWC2.postHandle(boolean handled,
RequestContext requestContext)
|
void |
SimpleInterceptorWC1.postHandle(boolean handled,
RequestContext requestContext)
|
void |
SimpleInterceptor.postHandle(boolean handled,
RequestContext requestContext)
|
void |
DigestAuthInterceptor.postHandle(boolean handled,
RequestContext requestContext)
|
boolean |
SimpleInterceptorWC2.preHandle(RequestContext requestContext)
|
boolean |
SimpleInterceptorWC1.preHandle(RequestContext requestContext)
|
boolean |
SimpleInterceptor.preHandle(RequestContext requestContext)
|
boolean |
DigestAuthInterceptor.preHandle(RequestContext requestContext)
|
Uses of RequestContext in com.dyuproject.demos.todolist.service |
---|
Methods in com.dyuproject.demos.todolist.service with parameters of type RequestContext | |
---|---|
boolean |
LoginInterceptor.preHandle(RequestContext requestContext)
|
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 | |
---|---|
protected abstract void |
WebContext.handlePath(RequestContext requestContext)
|
protected abstract void |
WebContext.handleRoot(RequestContext requestContext)
|
void |
InterceptorCollection.postHandle(boolean handled,
RequestContext requestContext)
|
void |
Interceptor.postHandle(boolean handled,
RequestContext requestContext)
|
void |
WrapperInterceptor.postHandle(boolean handled,
RequestContext requestContext)
|
boolean |
InterceptorCollection.preHandle(RequestContext requestContext)
|
boolean |
Interceptor.preHandle(RequestContext requestContext)
|
boolean |
WrapperInterceptor.preHandle(RequestContext requestContext)
|
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 | |
---|---|
protected void |
RESTServiceContext.handlePath(RequestContext requestContext)
|
protected void |
RESTServiceContext.handleRoot(RequestContext requestContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |