Uses of Class
org.openqa.jetty.jetty.servlet.WebApplicationContext

Packages that use WebApplicationContext
org.openqa.jetty.jetty   
org.openqa.jetty.jetty.servlet   
 

Uses of WebApplicationContext in org.openqa.jetty.jetty
 

Methods in org.openqa.jetty.jetty that return WebApplicationContext
 WebApplicationContext Server.addWebApplication(String contextPathSpec, String webApp)
          Add Web Application.
 WebApplicationContext Server.addWebApplication(String virtualHost, String contextPathSpec, String webApp)
          Add Web Application.
 WebApplicationContext[] Server.addWebApplications(String webapps)
          Add Web Applications.
 WebApplicationContext[] Server.addWebApplications(String host, String webapps)
          Add Web Applications.
 WebApplicationContext[] Server.addWebApplications(String host, String webapps, boolean extract)
          Add Web Applications.
 WebApplicationContext[] Server.addWebApplications(String host, String webapps, String defaults, boolean extract)
          Add Web Applications.
 WebApplicationContext[] Server.addWebApplications(String host, String webapps, String defaults, boolean extract, boolean java2CompliantClassLoader)
          Add Web Applications.
protected  WebApplicationContext Server.newWebApplicationContext(String webApp)
          Create a new WebApplicationContext.
 

Uses of WebApplicationContext in org.openqa.jetty.jetty.servlet
 

Methods in org.openqa.jetty.jetty.servlet that return WebApplicationContext
 WebApplicationContext XMLConfiguration.getWebApplicationContext()
           
 WebApplicationContext JettyWebConfiguration.getWebApplicationContext()
           
 WebApplicationContext TagLibConfiguration.getWebApplicationContext()
           
 WebApplicationContext WebApplicationContext.Configuration.getWebApplicationContext()
          Get the context on which the configuration is performed.
 

Methods in org.openqa.jetty.jetty.servlet with parameters of type WebApplicationContext
 void XMLConfiguration.setWebApplicationContext(WebApplicationContext context)
           
 void JettyWebConfiguration.setWebApplicationContext(WebApplicationContext context)
           
 void TagLibConfiguration.setWebApplicationContext(WebApplicationContext context)
           
 void WebApplicationContext.Configuration.setWebApplicationContext(WebApplicationContext context)
          Set up a context on which to perform the configuration.
 



Copyright © 2011. All Rights Reserved.