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

Packages that use WebAppContext
org.eclipse.jetty.annotations   
org.eclipse.jetty.plus.webapp   
org.eclipse.jetty.webapp   
 

Uses of WebAppContext in org.eclipse.jetty.annotations
 

Fields in org.eclipse.jetty.annotations declared as WebAppContext
protected  WebAppContext ResourceAnnotationHandler._wac
           
protected  WebAppContext RunAsAnnotationHandler._wac
           
protected  WebAppContext ResourcesAnnotationHandler._wac
           
protected  WebAppContext PostConstructAnnotationHandler._wac
           
 

Methods in org.eclipse.jetty.annotations with parameters of type WebAppContext
 void AnnotationConfiguration.configure(WebAppContext context)
           
 void AnnotationConfiguration.deconfigure(WebAppContext context)
           
 void AbstractConfiguration.parse25Classes(WebAppContext context, AnnotationParser parser)
           
 void AbstractConfiguration.parseContainerPath(WebAppContext context, AnnotationParser parser)
           
 void AbstractConfiguration.parseWebInfClasses(WebAppContext context, AnnotationParser parser)
           
 void AbstractConfiguration.parseWebInfLib(WebAppContext context, AnnotationParser parser)
           
 void AnnotationConfiguration.postConfigure(WebAppContext context)
           
 void AnnotationConfiguration.preConfigure(WebAppContext context)
           
 

Constructors in org.eclipse.jetty.annotations with parameters of type WebAppContext
PostConstructAnnotationHandler(WebAppContext wac)
           
PreDestroyAnnotationHandler(WebAppContext wac)
           
ResourceAnnotationHandler(WebAppContext wac)
           
ResourcesAnnotationHandler(WebAppContext wac)
           
RunAsAnnotationHandler(WebAppContext wac)
           
 

Uses of WebAppContext in org.eclipse.jetty.plus.webapp
 

Methods in org.eclipse.jetty.plus.webapp with parameters of type WebAppContext
 void EnvConfiguration.bindEnvEntries(WebAppContext context)
          Bind all EnvEntries that have been declared, so that the processing of the web.xml file can potentially override them.
abstract  void AbstractConfiguration.bindEnvEntry(WebAppContext context, String name, Object value)
           
 void Configuration.bindEnvEntry(WebAppContext context, String name, Object value)
           
abstract  void AbstractConfiguration.bindMessageDestinationRef(WebAppContext context, String name, Class type)
           
 void Configuration.bindMessageDestinationRef(WebAppContext context, String name, Class typeClass)
           
abstract  void AbstractConfiguration.bindResourceEnvRef(WebAppContext context, String name, Class type)
           
 void Configuration.bindResourceEnvRef(WebAppContext context, String name, Class typeClass)
           
abstract  void AbstractConfiguration.bindResourceRef(WebAppContext context, String name, Class type)
           
 void Configuration.bindResourceRef(WebAppContext context, String name, Class typeClass)
          Bind a resource reference.
abstract  void AbstractConfiguration.bindUserTransaction(WebAppContext context)
           
 void Configuration.bindUserTransaction(WebAppContext context)
           
protected  void AbstractConfiguration.callPreDestroyCallbacks(WebAppContext context)
           
 void AbstractConfiguration.configure(WebAppContext context)
           
 void Configuration.configure(WebAppContext context)
           
 void EnvConfiguration.configure(WebAppContext context)
           
protected  void EnvConfiguration.createEnvContext(WebAppContext wac)
           
 void AbstractConfiguration.deconfigure(WebAppContext context)
           
 void Configuration.deconfigure(WebAppContext context)
           
 void EnvConfiguration.deconfigure(WebAppContext context)
          Remove all jndi setup
protected  void AbstractConfiguration.injectAndCallPostConstructCallbacks(WebAppContext context)
           
protected  void Configuration.lockCompEnv(WebAppContext wac)
           
 void AbstractConfiguration.postConfigure(WebAppContext context)
           
 void Configuration.postConfigure(WebAppContext context)
           
 void EnvConfiguration.postConfigure(WebAppContext context)
           
 void AbstractConfiguration.preConfigure(WebAppContext context)
           
 void Configuration.preConfigure(WebAppContext context)
           
 void EnvConfiguration.preConfigure(WebAppContext context)
           
protected  void Configuration.unlockCompEnv(WebAppContext wac)
           
 

Constructors in org.eclipse.jetty.plus.webapp with parameters of type WebAppContext
AbstractConfiguration.PlusWebXmlProcessor(WebAppContext context)
           
 

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 with parameters of type WebAppContext
 void MetaInfConfiguration.addResource(WebAppContext context, String attribute, Resource jar)
           
 void JettyWebXmlConfiguration.configure(WebAppContext context)
          Configure Apply web-jetty.xml configuration
 void FragmentConfiguration.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 WebInfConfiguration.configure(WebAppContext context)
           
 void Configuration.configure(WebAppContext context)
          Configure WebApp.
 void JettyWebXmlConfiguration.deconfigure(WebAppContext context)
           
 void FragmentConfiguration.deconfigure(WebAppContext context)
           
 void WebXmlConfiguration.deconfigure(WebAppContext context)
           
 void TagLibConfiguration.deconfigure(WebAppContext context)
           
 void MetaInfConfiguration.deconfigure(WebAppContext context)
           
 void WebInfConfiguration.deconfigure(WebAppContext context)
           
 void Configuration.deconfigure(WebAppContext context)
          DeConfigure WebApp.
protected  List<Resource> WebInfConfiguration.findJars(WebAppContext context)
          Look for jars in WEB-INF/lib
protected  Resource WebXmlConfiguration.findWebXml(WebAppContext context)
           
 File WebInfConfiguration.findWorkDirectory(WebAppContext context)
           
 String WebInfConfiguration.getCanonicalNameForWebAppTmpDir(WebAppContext context)
          Create a canonical name for a webapp tmp directory.
 void WebInfConfiguration.makeTempDirectory(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 JettyWebXmlConfiguration.postConfigure(WebAppContext context)
           
 void FragmentConfiguration.postConfigure(WebAppContext context)
           
 void WebXmlConfiguration.postConfigure(WebAppContext context)
           
 void TagLibConfiguration.postConfigure(WebAppContext context)
           
 void MetaInfConfiguration.postConfigure(WebAppContext context)
           
 void WebInfConfiguration.postConfigure(WebAppContext context)
           
 void Configuration.postConfigure(WebAppContext context)
          Clear down after configuration.
 void JettyWebXmlConfiguration.preConfigure(WebAppContext context)
           
 void FragmentConfiguration.preConfigure(WebAppContext context)
           
 void WebXmlConfiguration.preConfigure(WebAppContext context)
          Process webdefaults.xml
 void TagLibConfiguration.preConfigure(WebAppContext context)
           
 void MetaInfConfiguration.preConfigure(WebAppContext context)
           
 void WebInfConfiguration.preConfigure(WebAppContext context)
           
 void Configuration.preConfigure(WebAppContext context)
          Set up for configuration.
protected  void MetaInfConfiguration.processEntry(WebAppContext context, URI jarUri, JarEntry entry)
           
 void WebInfConfiguration.resolveTempDirectory(WebAppContext context)
          Get a temporary directory in which to unpack the war etc etc.
 void WebInfConfiguration.setTempDirectory(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(ClassLoader parent, WebAppContext context)
          Constructor.
WebAppClassLoader(WebAppContext context)
          Constructor.
WebXmlProcessor(WebAppContext context)
           
 



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