Uses of Interface
com.google.apphosting.runtime.jetty94.WebAppContextFactory
-
Packages that use WebAppContextFactory Package Description com.google.apphosting.runtime.jetty94 -
-
Uses of WebAppContextFactory in com.google.apphosting.runtime.jetty94
Classes in com.google.apphosting.runtime.jetty94 that implement WebAppContextFactory Modifier and Type Class Description classAppEngineWebAppContextFactoryThis factory createsAppEngineWebAppContext.Constructors in com.google.apphosting.runtime.jetty94 with parameters of type WebAppContextFactory Constructor Description AppVersionHandlerFactory(org.eclipse.jetty.server.Server server, String serverInfo, WebAppContextFactory contextFactory, boolean useJettyErrorPageHandler)Constructor parameters in com.google.apphosting.runtime.jetty94 with type arguments of type WebAppContextFactory Constructor Description JettyServletEngineAdapter(Optional<WebAppContextFactory> contextFactory, Optional<com.google.apphosting.utils.config.AppYaml> appYaml)
-