Uses of Class
com.dyuproject.web.rest.AbstractLifeCycle

Packages that use AbstractLifeCycle
com.dyuproject.ext.jpa   
com.dyuproject.ext.stringtemplate   
com.dyuproject.web.rest   
com.dyuproject.web.rest.consumer   
com.dyuproject.web.rest.dispatcher   
com.dyuproject.web.rest.service   
 

Uses of AbstractLifeCycle in com.dyuproject.ext.jpa
 

Subclasses of AbstractLifeCycle in com.dyuproject.ext.jpa
 class EntityManagerManager
           
 

Uses of AbstractLifeCycle in com.dyuproject.ext.stringtemplate
 

Subclasses of AbstractLifeCycle in com.dyuproject.ext.stringtemplate
 class StringTemplateDispatcher
           
 

Uses of AbstractLifeCycle in com.dyuproject.web.rest
 

Subclasses of AbstractLifeCycle in com.dyuproject.web.rest
 class AbstractInterceptor
          Base interceptor to pre-handle and post-handle requests.
 class ConsumerInterceptor
          An interceptor that checks sets the mapped Consumer in the RequestContext for use with the REST handlers.
 class DefaultDispatcher
          Dispatches to the container's default servlet
 class InterceptorCollection
          Wraps an array of interceptors and does the handle chain.
 class JSPDispatcher
          Efficiently dispatches to the jsp servlet.
 class WrapperInterceptor
          Wraps an interceptor for pre-handling and post-handling.
 

Uses of AbstractLifeCycle in com.dyuproject.web.rest.consumer
 

Subclasses of AbstractLifeCycle in com.dyuproject.web.rest.consumer
 class AbstractConsumer
           
 class SimpleJSONConsumer
          Consumes json content and converts it to pojos.
 class SimpleParameterConsumer
          Consumes request parameters and converts it to pojos.
 

Uses of AbstractLifeCycle in com.dyuproject.web.rest.dispatcher
 

Subclasses of AbstractLifeCycle in com.dyuproject.web.rest.dispatcher
 class VelocityDispatcher
           
 

Uses of AbstractLifeCycle in com.dyuproject.web.rest.service
 

Subclasses of AbstractLifeCycle in com.dyuproject.web.rest.service
 class AbstractService
          Base service to handle requests.
 class PathHandler
          Contains all the logic to handle the REST requests.
 



Copyright © 2008-2013. All Rights Reserved.