Uses of Interface
org.gcube.common.ghn.service.context.ApplicationContext

Packages that use ApplicationContext
org.gcube.common.ghn.service   
org.gcube.common.ghn.service.context   
org.gcube.common.ghn.service.events   
org.gcube.common.ghn.service.handlers   
org.gcube.common.ghn.service.provider   
 

Uses of ApplicationContext in org.gcube.common.ghn.service
 

Constructors in org.gcube.common.ghn.service with parameters of type ApplicationContext
ApplicationFilter(ApplicationContext context, String servletName, Pipeline<RequestHandler> pipeline)
          Creates an instance with the name of the target servlet and a pipeline.
 

Uses of ApplicationContext in org.gcube.common.ghn.service.context
 

Classes in org.gcube.common.ghn.service.context that implement ApplicationContext
 class DefaultContext
           
 

Constructors in org.gcube.common.ghn.service.context with parameters of type ApplicationContext
DefaultContext(ApplicationContext ctx)
           
 

Uses of ApplicationContext in org.gcube.common.ghn.service.events
 

Methods in org.gcube.common.ghn.service.events that return ApplicationContext
 ApplicationContext ApplicationEvent.context()
          Returns the context of the application.
 

Constructors in org.gcube.common.ghn.service.events with parameters of type ApplicationContext
LifecycleEvent.Start(ApplicationContext context)
          Creates an instance for a given ApplicationContext.
LifecycleEvent.Stop(ApplicationContext context)
          Creates an instance for a given ApplicationContext.
RequestEvent(String servlet, ApplicationContext context, javax.servlet.http.HttpServletRequest request)
          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.common.ghn.service.handlers
 

Methods in org.gcube.common.ghn.service.handlers with parameters of type ApplicationContext
 void RequestHandler.start(ApplicationContext ctx)
          Initialises the handler.
 

Uses of ApplicationContext in org.gcube.common.ghn.service.provider
 

Methods in org.gcube.common.ghn.service.provider that return ApplicationContext
 ApplicationContext Provider.contextFor(javax.servlet.ServletContext application)
           
 ApplicationContext DefaultProvider.contextFor(javax.servlet.ServletContext application)
           
 

Methods in org.gcube.common.ghn.service.provider with parameters of type ApplicationContext
 Handlers Provider.handlersFor(ApplicationContext application)
           
 Handlers DefaultProvider.handlersFor(ApplicationContext context)
           
 



Copyright © 2013. All Rights Reserved.