Uses of Interface
com.dyuproject.web.rest.LifeCycle

Packages that use LifeCycle
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 LifeCycle in com.dyuproject.ext.jpa
 

Classes in com.dyuproject.ext.jpa that implement LifeCycle
 class EntityManagerManager
           
 

Uses of LifeCycle in com.dyuproject.ext.stringtemplate
 

Classes in com.dyuproject.ext.stringtemplate that implement LifeCycle
 class StringTemplateDispatcher
           
 

Uses of LifeCycle in com.dyuproject.web.rest
 

Subinterfaces of LifeCycle in com.dyuproject.web.rest
 interface Interceptor
          Pre-handling and post-handling of REST requests allowing the request to continue or not.
 interface ValidatingConsumer
          Consumes request content based on their Content-Type - and at the same time validates the content.
 interface ViewDispatcher
          Dispatches a request to generate a view from a Model
 

Classes in com.dyuproject.web.rest that implement LifeCycle
 class AbstractInterceptor
          Base interceptor to pre-handle and post-handle requests.
 class AbstractLifeCycle
          Base lifecycle that handles the initialized and destroyed state.
 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 JSONDispatcher
          Generates a JSON response from the object on the request attribute identified by JSONDispatcher.JSON_DATA.
 class JSPDispatcher
          Efficiently dispatches to the jsp servlet.
 class WrapperInterceptor
          Wraps an interceptor for pre-handling and post-handling.
 

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

Classes in com.dyuproject.web.rest.consumer that implement LifeCycle
 class AbstractConsumer
           
 class SimpleJSONConsumer
          Consumes json content and converts it to pojos.
 class SimpleParameterConsumer
          Consumes request parameters and converts it to pojos.
 

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

Classes in com.dyuproject.web.rest.dispatcher that implement LifeCycle
 class VelocityDispatcher
           
 

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

Subinterfaces of LifeCycle in com.dyuproject.web.rest.service
 interface Resource
          The REST resource which basically handles the request.
 interface Service
          A bean which contain annotated methods w/c will be a REST resource.
 

Classes in com.dyuproject.web.rest.service that implement LifeCycle
 class AbstractService
          Base service to handle requests.
 class AnnotatedMethodResource
          Wraps the methods of a service to be invoked for request handling.
 class PathHandler
          Contains all the logic to handle the REST requests.
 



Copyright © 2008-2013. All Rights Reserved.