Uses of Class
org.gcube.smartgears.context.Properties
-
Packages that use Properties Package Description org.gcube.smartgears.context org.gcube.smartgears.context.application org.gcube.smartgears.context.container -
-
Uses of Properties in org.gcube.smartgears.context
Constructors in org.gcube.smartgears.context with parameters of type Properties Constructor Description Properties(Properties parent)Creates an instance that delegates to another for unknown properties. -
Uses of Properties in org.gcube.smartgears.context.application
Methods in org.gcube.smartgears.context.application that return Properties Modifier and Type Method Description PropertiesApplicationContext. properties()Returns the properties of the applicationPropertiesDefaultApplicationContext. properties()Constructors in org.gcube.smartgears.context.application with parameters of type Properties Constructor Description DefaultApplicationContext(ContainerContext container, jakarta.servlet.ServletContext sctx, ApplicationConfiguration configuration, org.gcube.common.events.Hub hub, ApplicationLifecycle lifecycle, Properties properties)Crates an intance with mandatory parameters -
Uses of Properties in org.gcube.smartgears.context.container
Methods in org.gcube.smartgears.context.container that return Properties Modifier and Type Method Description PropertiesContainerContext. properties()Returns the properties of the container.PropertiesDefaultContainerContext. properties()Constructors in org.gcube.smartgears.context.container with parameters of type Properties Constructor Description DefaultContainerContext(ContainerConfiguration configuration, org.gcube.common.events.Hub hub, ContainerLifecycle lifecycle, org.gcube.common.security.factories.AuthorizationProvider authProvider, Properties properties)Creates an instance with mandatory parameters.
-