Class AppEngineWebAppContextFactory
- java.lang.Object
-
- com.google.apphosting.runtime.jetty94.AppEngineWebAppContextFactory
-
- All Implemented Interfaces:
WebAppContextFactory
public class AppEngineWebAppContextFactory extends Object implements WebAppContextFactory
This factory createsAppEngineWebAppContext.
-
-
Constructor Summary
Constructors Constructor Description AppEngineWebAppContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppEngineWebAppContextcreateContext(AppVersion appVersion, String serverInfo)
-
-
-
Method Detail
-
createContext
public AppEngineWebAppContext createContext(AppVersion appVersion, String serverInfo)
- Specified by:
createContextin interfaceWebAppContextFactory
-
-