|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationContext
The management context of an application.
| Method Summary | ||
|---|---|---|
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 |
|
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. |
|
|
profile(Class<T> type)
|
|
Properties |
properties()
Returns the properties of the application |
|
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||