| Modifier and Type | Method and Description |
|---|---|
ContainerContext |
ApplicationContext.container()
Returns the management context of the container.
|
ContainerContext |
DefaultApplicationContext.container() |
| Constructor and Description |
|---|
DefaultApplicationContext(String id,
ContainerContext container,
javax.servlet.ServletContext sctx,
ApplicationConfiguration configuration,
org.gcube.common.events.Hub hub,
ApplicationLifecycle lifecycle,
Properties properties)
Crates an intance with mandatory parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContainerContext
Default
ContainerContext implementation. |
| Constructor and Description |
|---|
Start(ContainerContext context)
Creates an instance for a given
ContainerContext. |
Stop(ContainerContext context)
Creates an instance for a given
ContainerContext. |
| Constructor and Description |
|---|
ProfileBuilder(ContainerContext context) |
ProfilePublisher(ContainerContext context)
Creates an instance for the container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerContext |
ContainerManager.start(ContainerContext context)
Starts container management.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerContext |
ContainerManager.start(ContainerContext context)
Starts container management.
|
ApplicationContext |
ApplicationManager.start(ContainerContext container,
javax.servlet.ServletContext application)
Starts application management.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerContext |
DefaultProvider.containerContext() |
ContainerContext |
Provider.containerContext()
Assembles and returns the context of the container.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationContext |
DefaultProvider.contextFor(ContainerContext context,
javax.servlet.ServletContext application) |
ApplicationContext |
Provider.contextFor(ContainerContext container,
javax.servlet.ServletContext application)
Assembles and returns the context of a given application.
|
org.gcube.informationsystem.publisher.ScopedPublisher |
DefaultProvider.publisherFor(ContainerContext context) |
org.gcube.informationsystem.publisher.ScopedPublisher |
Provider.publisherFor(ContainerContext application)
Returns an implementation of the IS publisher for the container
|
Copyright © 2019. All Rights Reserved.