Uses of Interface
org.gcube.smartgears.context.application.ApplicationContext
-
-
Uses of ApplicationContext in org.gcube.smartgears.context.application
Classes in org.gcube.smartgears.context.application that implement ApplicationContext Modifier and Type Class Description classDefaultApplicationContextDefaultApplicationContextimplementation.Constructors in org.gcube.smartgears.context.application with parameters of type ApplicationContext Constructor Description 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 Modifier and Type Method Description protected ApplicationContextHttpExtension. context()Methods in org.gcube.smartgears.extensions with parameters of type ApplicationContext Modifier and Type Method Description voidApplicationExtension. init(ApplicationContext context)Initialises the extensions with the context of the application.voidHttpController. init(ApplicationContext context)voidHttpExtension. init(ApplicationContext context) -
Uses of ApplicationContext in org.gcube.smartgears.handlers.application
Methods in org.gcube.smartgears.handlers.application with parameters of type ApplicationContext Modifier and Type Method Description voidRequestHandler. start(ApplicationContext ctx)Initialises the handler.Constructors in org.gcube.smartgears.handlers.application with parameters of type ApplicationContext Constructor Description 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.Start(ApplicationContext context)Creates an instance for a givenApplicationContext.Stop(ApplicationContext context)Creates an instance for a givenApplicationContext. -
Uses of ApplicationContext in org.gcube.smartgears.handlers.application.lifecycle
Constructors in org.gcube.smartgears.handlers.application.lifecycle with parameters of type ApplicationContext Constructor Description ProfileBuilder(ApplicationContext context)ProfilePublisherImpl(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 Modifier and Type Method Description ApplicationContextApplicationManager. start(ContainerContext container, javax.servlet.ServletContext application)Starts application management.Methods in org.gcube.smartgears.managers with parameters of type ApplicationContext Modifier and Type Method Description voidContainerManager. manage(ApplicationContext app)Constructors in org.gcube.smartgears.managers with parameters of type ApplicationContext Constructor Description RequestManager(ApplicationContext context, String servletName, List<RequestHandler> handlers)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 Modifier and Type Method Description ApplicationContextDefaultProvider. contextFor(ContainerContext context, javax.servlet.ServletContext application)ApplicationContextProvider. contextFor(ContainerContext container, javax.servlet.ServletContext application)Assembles and returns the context of a given application.Methods in org.gcube.smartgears.provider with parameters of type ApplicationContext Modifier and Type Method Description ApplicationExtensionsDefaultProvider. extensionsFor(ApplicationContext context)ApplicationExtensionsProvider. extensionsFor(ApplicationContext application)Returns the API extensions associated with a given application.ApplicationHandlersDefaultProvider. handlersFor(ApplicationContext context)ApplicationHandlersProvider. handlersFor(ApplicationContext application)Returns the handlers associated with a given application.org.gcube.informationsystem.publisher.ScopedPublisherDefaultProvider. publisherFor(ApplicationContext context)org.gcube.informationsystem.publisher.ScopedPublisherProvider. publisherFor(ApplicationContext application)Returns an implementation of the IS publisher for a given application -
Uses of ApplicationContext in org.gcube.smartgears.utils
Methods in org.gcube.smartgears.utils with parameters of type ApplicationContext Modifier and Type Method Description static org.gcube.common.authorization.library.provider.ServiceInfoUtils. getServiceInfo(ApplicationContext application)
-