Uses of Class
org.gcube.smartgears.configuration.container.ContainerHandlers
-
Packages that use ContainerHandlers Package Description org.gcube.smartgears.configuration.container org.gcube.smartgears.provider -
-
Uses of ContainerHandlers in org.gcube.smartgears.configuration.container
Methods in org.gcube.smartgears.configuration.container that return ContainerHandlers Modifier and Type Method Description ContainerHandlersContainerConfigurationBinder. bindHandlers(InputStream stream)Returns the handlers of the container from their XML serialisation.ContainerHandlersContainerHandlers. set(ContainerHandler... handlers)Sets theContainerHandlers for the service.Methods in org.gcube.smartgears.configuration.container with parameters of type ContainerHandlers Modifier and Type Method Description voidContainerHandlers. mergeWith(ContainerHandlers other) -
Uses of ContainerHandlers in org.gcube.smartgears.provider
Methods in org.gcube.smartgears.provider that return ContainerHandlers Modifier and Type Method Description ContainerHandlersDefaultProvider. containerHandlers()ContainerHandlersProvider. containerHandlers()Returns the handlers associated with the container.
-