net.sf.gwtspringrpc
Interface WebApplicationContextRetriever
- All Known Implementing Classes:
- RootWebApplicationContextRetriever
public interface WebApplicationContextRetriever
This interface identifies a class as a web application context retriever.
Its responsibility is to retrieve or create the web application context for
accessing beans by a remote service servlet.
- Since:
- 1.0
- Author:
- Mike Clemens
getWebApplicationContext
WebApplicationContext getWebApplicationContext(ServletContext servletContext,
HttpServletRequest request)
- Retrieves the web application context.
- Parameters:
servletContext
- The servlet contextrequest
- The HTTP servlet request
- Returns:
- The web application context