Uses of Package
com.dyuproject.web.rest

Packages that use com.dyuproject.web.rest
com.dyuproject.demos.helloworld   
com.dyuproject.demos.todolist.service   
com.dyuproject.ext.jpa   
com.dyuproject.web.rest   
com.dyuproject.web.rest.dispatcher   
com.dyuproject.web.rest.mvc   
com.dyuproject.web.rest.service   
 

Classes in com.dyuproject.web.rest used by com.dyuproject.demos.helloworld
AbstractInterceptor
          Base interceptor to pre-handle and post-handle requests
Interceptor
          Pre-handling and post-handling of REST requests allowing the request to continue or not.
RequestContext
          Wraps the request and response plus the bits and pieces needed in handling a REST requset.
WebContext
          The REST web application context.
 

Classes in com.dyuproject.web.rest used by com.dyuproject.demos.todolist.service
AbstractInterceptor
          Base interceptor to pre-handle and post-handle requests
Interceptor
          Pre-handling and post-handling of REST requests allowing the request to continue or not.
RequestContext
          Wraps the request and response plus the bits and pieces needed in handling a REST requset.
WrapperInterceptor
          Wraps an interceptor for pre-handling and post-handling.
 

Classes in com.dyuproject.web.rest used by com.dyuproject.ext.jpa
AbstractInterceptor
          Base interceptor to pre-handle and post-handle requests
Interceptor
          Pre-handling and post-handling of REST requests allowing the request to continue or not.
RequestContext
          Wraps the request and response plus the bits and pieces needed in handling a REST requset.
 

Classes in com.dyuproject.web.rest used by com.dyuproject.web.rest
AbstractInterceptor
          Base interceptor to pre-handle and post-handle requests
DefaultDispatcher
          Dispatches to the container's default servlet
Interceptor
          Pre-handling and post-handling of REST requests allowing the request to continue or not.
InterceptorCollection
          Wraps an arry of interceptors and does the handle chain.
JSPDispatcher
          Efficiently dispatches to the jsp servlet.
RequestContext
          Wraps the request and response plus the bits and pieces needed in handling a REST requset.
ViewDispatcher
          Dispatches a request to generate a view from a Model
WebContext
          The REST web application context.
 

Classes in com.dyuproject.web.rest used by com.dyuproject.web.rest.dispatcher
ViewDispatcher
          Dispatches a request to generate a view from a Model
WebContext
          The REST web application context.
 

Classes in com.dyuproject.web.rest used by com.dyuproject.web.rest.mvc
Interceptor
          Pre-handling and post-handling of REST requests allowing the request to continue or not.
RequestContext
          Wraps the request and response plus the bits and pieces needed in handling a REST requset.
WebContext
          The REST web application context.
 

Classes in com.dyuproject.web.rest used by com.dyuproject.web.rest.service
Interceptor
          Pre-handling and post-handling of REST requests allowing the request to continue or not.
RequestContext
          Wraps the request and response plus the bits and pieces needed in handling a REST requset.
WebContext
          The REST web application context.
 



Copyright © 2013. All Rights Reserved.