Uses of Class
org.gcube.smartgears.handlers.application.RequestHandler

Packages that use RequestHandler
org.gcube.smartgears.configuration.application   
org.gcube.smartgears.handlers.application   
org.gcube.smartgears.handlers.application.request   
org.gcube.smartgears.managers   
 

Uses of RequestHandler in org.gcube.smartgears.configuration.application
 

Methods in org.gcube.smartgears.configuration.application that return types with arguments of type RequestHandler
 List<RequestHandler> ApplicationHandlers.requestHandlers()
          Returns the RequestHandlers for the service.
 

Methods in org.gcube.smartgears.configuration.application with parameters of type RequestHandler
 ApplicationHandlers ApplicationHandlers.set(RequestHandler... handlers)
          Sets the RequestHandlers for the service.
 

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

Method parameters in org.gcube.smartgears.handlers.application with type arguments of type RequestHandler
 void RequestHandler.onEvent(ApplicationEvent<RequestHandler> e)
           
 

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

Subclasses of RequestHandler in org.gcube.smartgears.handlers.application.request
 class RequestValidator
           
 

Uses of RequestHandler in org.gcube.smartgears.managers
 

Constructor parameters in org.gcube.smartgears.managers with type arguments of type RequestHandler
RequestManager(ApplicationContext context, String servletName, ApplicationPipeline<RequestHandler> pipeline)
          Creates an instance with the name of the target servlet and a pipeline.
 



Copyright © 2014. All Rights Reserved.