Uses of Class
org.gcube.smartgears.context.Properties
Packages that use Properties
Package
Description
-
Uses of Properties in org.gcube.smartgears.context
Constructors in org.gcube.smartgears.context with parameters of type PropertiesModifierConstructorDescriptionProperties(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 PropertiesModifier and TypeMethodDescriptionApplicationContext.properties()Returns the properties of the applicationDefaultApplicationContext.properties()Constructors in org.gcube.smartgears.context.application with parameters of type PropertiesModifierConstructorDescriptionDefaultApplicationContext(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 PropertiesModifier and TypeMethodDescriptionContainerContext.properties()Returns the properties of the container.DefaultContainerContext.properties()Constructors in org.gcube.smartgears.context.container with parameters of type PropertiesModifierConstructorDescriptionDefaultContainerContext(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.