Uses of Class
org.gcube.smartgears.configuration.application.ApplicationHandlers
-
Packages that use ApplicationHandlers Package Description org.gcube.smartgears.configuration.application org.gcube.smartgears.provider -
-
Uses of ApplicationHandlers in org.gcube.smartgears.configuration.application
Methods in org.gcube.smartgears.configuration.application that return ApplicationHandlers Modifier and Type Method Description ApplicationHandlersApplicationConfigurationBinder. bindHandlers(ClassLoader classLoader)Returns the handlers of the application from their XML serialisation.ApplicationHandlersApplicationHandlers. setLifecycleHandlers(List<ApplicationLifecycleHandler> handlers)Sets theApplicationLifecycleHandlers for the service.ApplicationHandlersApplicationHandlers. setRequetHandlers(List<RequestHandler> handlers)Sets theRequestHandlers for the service.Methods in org.gcube.smartgears.configuration.application with parameters of type ApplicationHandlers Modifier and Type Method Description voidApplicationHandlers. mergeWith(ApplicationHandlers other) -
Uses of ApplicationHandlers in org.gcube.smartgears.provider
Methods in org.gcube.smartgears.provider that return ApplicationHandlers Modifier and Type Method Description ApplicationHandlersDefaultProvider. handlersFor(ApplicationContext context)ApplicationHandlersProvider. handlersFor(ApplicationContext application)Returns the handlers associated with a given application.
-