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.extensions.resource
Methods in org.gcube.smartgears.extensions.resource with parameters of type ApplicationContext Modifier and Type Method Description voidHealthResource. 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, jakarta.servlet.http.HttpServletRequest request, jakarta.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, jakarta.servlet.http.HttpServletRequest request, jakarta.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.managers
Methods in org.gcube.smartgears.managers that return ApplicationContext Modifier and Type Method Description ApplicationContextApplicationManager. start(ContainerContext container, jakarta.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, jakarta.servlet.ServletContext application)ApplicationContextProvider. contextFor(ContainerContext container, jakarta.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 List<ApplicationExtension>DefaultProvider. extensionsFor(ApplicationContext context)List<ApplicationExtension>Provider. extensionsFor(ApplicationContext application)ApplicationHandlersDefaultProvider. handlersFor(ApplicationContext context)ApplicationHandlersProvider. handlersFor(ApplicationContext application)Returns the handlers associated with a given application. -
Uses of ApplicationContext in org.gcube.smartgears.publishing
Methods in org.gcube.smartgears.publishing with parameters of type ApplicationContext Modifier and Type Method Description booleanPublisher. create(ApplicationContext application, Set<String> contexts)creates the application resource in the contextsbooleanPublisher. remove(ApplicationContext application, Set<String> contexts)removes the application resource from the contextsbooleanPublisher. update(ApplicationContext application)updates the application resource -
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)
-