public interface ApplicationContext
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.ServletContext |
application()
Returns the servlet context of the application.
|
ApplicationConfiguration |
configuration()
Returns the configuration of the application.
|
ContainerContext |
container()
Returns the management context of the container.
|
org.gcube.common.events.Hub |
events()
Returns the event hub of the application
|
String |
id() |
ApplicationLifecycle |
lifecycle()
Returns the lifecycle of the application.
|
String |
name()
Returns the name of the application.
|
Persistence |
persistence()
Returns the persistence manager of the application.
|
<T> T |
profile(Class<T> type) |
Properties |
properties()
Returns the properties of the application
|
String id()
String name()
ApplicationConfiguration configuration()
<T> T profile(Class<T> type)
ApplicationLifecycle lifecycle()
org.gcube.common.events.Hub events()
Persistence persistence()
javax.servlet.ServletContext application()
ContainerContext container()
Properties properties()
Copyright © 2020. All Rights Reserved.