Uses of Class
org.eclipse.jetty.webapp.WebAppContext

Packages that use WebAppContext
org.eclipse.jetty.webapp   
 

Uses of WebAppContext in org.eclipse.jetty.webapp
 

Fields in org.eclipse.jetty.webapp declared as WebAppContext
protected  WebAppContext WebXmlProcessor._context
           
 

Methods in org.eclipse.jetty.webapp that return WebAppContext
static WebAppContext WebAppContext.getCurrentWebAppContext()
           
 

Methods in org.eclipse.jetty.webapp with parameters of type WebAppContext
 void MetaInfConfiguration.addResource(WebAppContext context, java.lang.String attribute, Resource jar)
           
 void WebInfConfiguration.configure(WebAppContext context)
           
 void WebXmlConfiguration.configure(WebAppContext context)
          Process web.xml, web-fragment.xml(s), override-web.xml
 void TagLibConfiguration.configure(WebAppContext context)
           
 void MetaInfConfiguration.configure(WebAppContext context)
           
 void Configuration.configure(WebAppContext context)
          Configure WebApp.
 void JettyWebXmlConfiguration.configure(WebAppContext context)
          Configure Apply web-jetty.xml configuration
 void FragmentConfiguration.configure(WebAppContext context)
           
 void WebInfConfiguration.deconfigure(WebAppContext context)
           
 void WebXmlConfiguration.deconfigure(WebAppContext context)
           
 void TagLibConfiguration.deconfigure(WebAppContext context)
           
 void MetaInfConfiguration.deconfigure(WebAppContext context)
           
 void Configuration.deconfigure(WebAppContext context)
          DeConfigure WebApp.
 void JettyWebXmlConfiguration.deconfigure(WebAppContext context)
           
 void FragmentConfiguration.deconfigure(WebAppContext context)
           
protected  java.util.List<Resource> WebInfConfiguration.findJars(WebAppContext context)
          Look for jars in WEB-INF/lib
protected  Resource WebXmlConfiguration.findWebXml(WebAppContext context)
           
 java.io.File WebInfConfiguration.findWorkDirectory(WebAppContext context)
           
 java.lang.String WebInfConfiguration.getCanonicalNameForWebAppTmpDir(WebAppContext context)
          Create a canonical name for a webapp temp directory.
 void WebInfConfiguration.makeTempDirectory(java.io.File parent, WebAppContext context, boolean deleteExisting)
           
 void FragmentConfiguration.parseWebFragments(WebAppContext context, WebXmlProcessor processor)
          Look for any web.xml fragments in META-INF of jars in WEB-INF/lib
 void WebInfConfiguration.postConfigure(WebAppContext context)
           
 void WebXmlConfiguration.postConfigure(WebAppContext context)
           
 void TagLibConfiguration.postConfigure(WebAppContext context)
           
 void MetaInfConfiguration.postConfigure(WebAppContext context)
           
 void Configuration.postConfigure(WebAppContext context)
          Clear down after configuration.
 void JettyWebXmlConfiguration.postConfigure(WebAppContext context)
           
 void FragmentConfiguration.postConfigure(WebAppContext context)
           
 void WebInfConfiguration.preConfigure(WebAppContext context)
           
 void WebXmlConfiguration.preConfigure(WebAppContext context)
          Process webdefaults.xml
 void TagLibConfiguration.preConfigure(WebAppContext context)
           
 void MetaInfConfiguration.preConfigure(WebAppContext context)
           
 void Configuration.preConfigure(WebAppContext context)
          Set up for configuration.
 void JettyWebXmlConfiguration.preConfigure(WebAppContext context)
           
 void FragmentConfiguration.preConfigure(WebAppContext context)
           
protected  void MetaInfConfiguration.processEntry(WebAppContext context, java.net.URI jarUri, java.util.jar.JarEntry entry)
           
 void WebInfConfiguration.resolveTempDirectory(WebAppContext context)
          Get a temporary directory in which to unpack the war etc etc.
 void WebInfConfiguration.setTempDirectory(java.io.File tmpDir, WebAppContext context)
           
 void WebInfConfiguration.unpack(WebAppContext context)
           
 

Constructors in org.eclipse.jetty.webapp with parameters of type WebAppContext
TagLibConfiguration.TldProcessor(WebAppContext context)
           
WebAppClassLoader(java.lang.ClassLoader parent, WebAppContext context)
          Constructor.
WebAppClassLoader(WebAppContext context)
          Constructor.
WebXmlProcessor(WebAppContext context)
           
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.