Uses of Class
org.gcube.smartgears.configuration.application.ApplicationHandlers
Packages that use ApplicationHandlers
-
Uses of ApplicationHandlers in org.gcube.smartgears.configuration.application
Methods in org.gcube.smartgears.configuration.application that return ApplicationHandlersModifier and TypeMethodDescriptionApplicationConfigurationBinder.bindHandlers(ClassLoader classLoader) Returns the handlers of the application.ApplicationHandlers.setLifecycleHandlers(List<ApplicationLifecycleHandler> handlers) Sets theApplicationLifecycleHandlers for the service.ApplicationHandlers.setRequetHandlers(List<RequestHandler> handlers) Sets theRequestHandlers for the service.Methods in org.gcube.smartgears.configuration.application with parameters of type ApplicationHandlersModifier and TypeMethodDescriptionvoidApplicationHandlers.mergeWith(ApplicationHandlers other) Merges this handler collection with another one. -
Uses of ApplicationHandlers in org.gcube.smartgears.provider
Methods in org.gcube.smartgears.provider that return ApplicationHandlersModifier and TypeMethodDescriptionDefaultProvider.handlersFor(ApplicationContext context) Provider.handlersFor(ApplicationContext application) Returns the handlers associated with a given application.