|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebContext | |
---|---|
com.dyuproject.demos.helloworld | |
com.dyuproject.web.rest | |
com.dyuproject.web.rest.dispatcher | |
com.dyuproject.web.rest.mvc | |
com.dyuproject.web.rest.service |
Uses of WebContext in com.dyuproject.demos.helloworld |
---|
Methods in com.dyuproject.demos.helloworld with parameters of type WebContext | |
---|---|
void |
SimpleInterceptorWC2.destroy(WebContext webContext)
|
void |
SimpleInterceptorWC1.destroy(WebContext webContext)
|
void |
SimpleInterceptor.destroy(WebContext webContext)
|
void |
SimpleInterceptorWC2.init(WebContext webContext)
|
void |
SimpleInterceptorWC1.init(WebContext webContext)
|
void |
SimpleInterceptor.init(WebContext webContext)
|
Uses of WebContext in com.dyuproject.web.rest |
---|
Methods in com.dyuproject.web.rest that return WebContext | |
---|---|
WebContext |
AbstractInterceptor.getWebContext()
|
Methods in com.dyuproject.web.rest with parameters of type WebContext | |
---|---|
void |
AbstractInterceptor.destroy(WebContext webContext)
|
void |
Interceptor.destroy(WebContext webContext)
|
void |
AbstractInterceptor.init(WebContext webContext)
|
void |
Interceptor.init(WebContext webContext)
|
void |
DefaultDispatcher.init(WebContext context)
|
void |
ViewDispatcher.init(WebContext context)
|
void |
JSPDispatcher.init(WebContext context)
|
Uses of WebContext in com.dyuproject.web.rest.dispatcher |
---|
Methods in com.dyuproject.web.rest.dispatcher with parameters of type WebContext | |
---|---|
void |
VelocityDispatcher.init(WebContext context)
|
Uses of WebContext in com.dyuproject.web.rest.mvc |
---|
Subclasses of WebContext in com.dyuproject.web.rest.mvc | |
---|---|
class |
RESTControllerContext
Deprecated. |
Methods in com.dyuproject.web.rest.mvc that return WebContext | |
---|---|
WebContext |
AbstractController.getWebContext()
Deprecated. |
Methods in com.dyuproject.web.rest.mvc with parameters of type WebContext | |
---|---|
void |
AbstractController.destroy(WebContext webContext)
Deprecated. |
void |
Controller.destroy(WebContext webContext)
Deprecated. |
void |
AbstractController.init(WebContext webContext)
Deprecated. |
void |
Controller.init(WebContext webContext)
Deprecated. |
Uses of WebContext in com.dyuproject.web.rest.service |
---|
Subclasses of WebContext in com.dyuproject.web.rest.service | |
---|---|
class |
RESTServiceContext
The application context using REST services and resources |
Methods in com.dyuproject.web.rest.service that return WebContext | |
---|---|
WebContext |
AbstractService.getWebContext()
|
WebContext |
AbstractResource.getWebContext()
|
Methods in com.dyuproject.web.rest.service with parameters of type WebContext | |
---|---|
void |
Service.destroy(WebContext context)
|
void |
Resource.destroy(WebContext webContext)
|
void |
AbstractService.destroy(WebContext webContext)
|
void |
AnnotatedMethodResource.destroy(WebContext webContext)
|
void |
AbstractResource.destroy(WebContext webContext)
|
void |
Service.init(WebContext context)
|
void |
Resource.init(WebContext webContext)
|
void |
AbstractService.init(WebContext webContext)
|
void |
AnnotatedMethodResource.init(WebContext webContext)
|
void |
AbstractResource.init(WebContext webContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |