|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ApplicationContext in org.gcube.smartgears.context.application |
|---|
| Classes in org.gcube.smartgears.context.application that implement ApplicationContext | |
|---|---|
class |
DefaultApplicationContext
Default ApplicationContext implementation. |
| Constructors in org.gcube.smartgears.context.application with parameters of type ApplicationContext | |
|---|---|
DefaultApplicationContext(ApplicationContext context)
Creates an instance by copying the configuration of another. |
|
| Uses of ApplicationContext in org.gcube.smartgears.extensions |
|---|
| Methods in org.gcube.smartgears.extensions that return ApplicationContext | |
|---|---|
protected ApplicationContext |
HttpExtension.context()
|
| Methods in org.gcube.smartgears.extensions with parameters of type ApplicationContext | |
|---|---|
void |
ApplicationExtension.init(ApplicationContext context)
Initialises the extensions with the context of the application. |
void |
HttpController.init(ApplicationContext context)
|
void |
HttpExtension.init(ApplicationContext context)
|
| Uses of ApplicationContext in org.gcube.smartgears.extensions.resource |
|---|
| Methods in org.gcube.smartgears.extensions.resource with parameters of type ApplicationContext | |
|---|---|
void |
ScopesResource.init(ApplicationContext context)
|
| Uses of ApplicationContext in org.gcube.smartgears.handlers.application |
|---|
| Methods in org.gcube.smartgears.handlers.application with parameters of type ApplicationContext | |
|---|---|
void |
RequestHandler.start(ApplicationContext ctx)
Initialises the handler. |
| Constructors in org.gcube.smartgears.handlers.application with parameters of type ApplicationContext | |
|---|---|
ApplicationLifecycleEvent.Start(ApplicationContext context)
Creates an instance for a given ApplicationContext. |
|
ApplicationLifecycleEvent.Stop(ApplicationContext context)
Creates an instance for a given ApplicationContext. |
|
RequestEvent(String servlet,
ApplicationContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates an instance with the application context, the client request, and the name of the target servlet. |
|
ResponseEvent(String servlet,
ApplicationContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates an instance with the name of the target servlet, the context of the application, the client request, and the application response. |
|
| Uses of ApplicationContext in org.gcube.smartgears.handlers.application.lifecycle |
|---|
| Constructors in org.gcube.smartgears.handlers.application.lifecycle with parameters of type ApplicationContext | |
|---|---|
ProfileBuilder(ApplicationContext context)
|
|
ProfilePublisher(ApplicationContext context)
Creates an instance for a given application. |
|
| Uses of ApplicationContext in org.gcube.smartgears.managers |
|---|
| Methods in org.gcube.smartgears.managers that return ApplicationContext | |
|---|---|
ApplicationContext |
ApplicationManager.start(ContainerContext container,
javax.servlet.ServletContext application)
Starts application management. |
| Methods in org.gcube.smartgears.managers with parameters of type ApplicationContext | |
|---|---|
void |
ContainerManager.manage(ApplicationContext app)
|
| Constructors in org.gcube.smartgears.managers with parameters of type ApplicationContext | |
|---|---|
RequestManager(ApplicationContext context,
String servletName,
ApplicationPipeline<RequestHandler> pipeline)
Creates an instance with the name of the target servlet and a pipeline. |
|
| Uses of ApplicationContext in org.gcube.smartgears.provider |
|---|
| Methods in org.gcube.smartgears.provider that return ApplicationContext | |
|---|---|
ApplicationContext |
Provider.contextFor(ContainerContext container,
javax.servlet.ServletContext application)
Assembles and returns the context of a given application. |
ApplicationContext |
DefaultProvider.contextFor(ContainerContext context,
javax.servlet.ServletContext application)
|
| Methods in org.gcube.smartgears.provider with parameters of type ApplicationContext | |
|---|---|
ApplicationExtensions |
Provider.extensionsFor(ApplicationContext application)
Returns the API extensions associated with a given application. |
ApplicationExtensions |
DefaultProvider.extensionsFor(ApplicationContext context)
|
ApplicationHandlers |
Provider.handlersFor(ApplicationContext application)
Returns the handlers associated with a given application. |
ApplicationHandlers |
DefaultProvider.handlersFor(ApplicationContext context)
|
org.gcube.informationsystem.publisher.ScopedPublisher |
Provider.publisherFor(ApplicationContext application)
Returns an implementation of the IS publisher for a given application |
org.gcube.informationsystem.publisher.ScopedPublisher |
DefaultProvider.publisherFor(ApplicationContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||