Uses of Class
org.gcube.smartgears.handlers.application.RequestHandler
-
-
Uses of RequestHandler in org.gcube.smartgears.configuration.application
Methods in org.gcube.smartgears.configuration.application that return types with arguments of type RequestHandler Modifier and Type Method Description List<RequestHandler>ApplicationHandlers. requestHandlers()Returns theRequestHandlers for the service.Methods in org.gcube.smartgears.configuration.application with parameters of type RequestHandler Modifier and Type Method Description ApplicationHandlersApplicationHandlers. set(RequestHandler... handlers)Sets theRequestHandlers 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 Modifier and Type Method Description voidRequestHandler. onEvent(ApplicationEvent<RequestHandler> e) -
Uses of RequestHandler in org.gcube.smartgears.handlers.application.request
Subclasses of RequestHandler in org.gcube.smartgears.handlers.application.request Modifier and Type Class Description classRequestAccountingclassRequestContextRetrieverclassRequestValidator -
Uses of RequestHandler in org.gcube.smartgears.managers
Constructor parameters in org.gcube.smartgears.managers with type arguments of type RequestHandler Constructor Description RequestManager(ApplicationContext context, String servletName, List<RequestHandler> handlers)Creates an instance with the name of the target servlet and a pipeline.
-