Uses of Interface
org.gcube.smartgears.handlers.application.ApplicationHandler

Packages that use ApplicationHandler
org.gcube.smartgears.handlers.application   
org.gcube.smartgears.handlers.application.lifecycle   
org.gcube.smartgears.handlers.application.request   
 

Uses of ApplicationHandler in org.gcube.smartgears.handlers.application
 

Classes in org.gcube.smartgears.handlers.application with type parameters of type ApplicationHandler
 class ApplicationEvent<T extends ApplicationHandler<T>>
          An Event that occurs in the lifetime of the application.
 interface ApplicationHandler<T extends ApplicationHandler<T>>
          A Handler of ApplicationEvents.
 class ApplicationPipeline<H extends ApplicationHandler<H>>
          A Pipeline of ApplicationHandlers.
 

Classes in org.gcube.smartgears.handlers.application that implement ApplicationHandler
 class ApplicationLifecycleHandler
          A Handler of ApplicationLifecycleEvents.
 class RequestHandler
          A Handler of RequestEvents and ResponseEvents.
 

Uses of ApplicationHandler in org.gcube.smartgears.handlers.application.lifecycle
 

Classes in org.gcube.smartgears.handlers.application.lifecycle that implement ApplicationHandler
 class ProfileManager
          Manages the resource profile of the application.
 

Uses of ApplicationHandler in org.gcube.smartgears.handlers.application.request
 

Classes in org.gcube.smartgears.handlers.application.request that implement ApplicationHandler
 class RequestValidator
           
 



Copyright © 2013. All Rights Reserved.