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

Packages that use WebAppContext
org.eclipse.jetty.annotations   
org.eclipse.jetty.osgi.boot.internal.webapp   
org.eclipse.jetty.plus.webapp   
org.eclipse.jetty.server.session   
org.eclipse.jetty.webapp   
 

Uses of WebAppContext in org.eclipse.jetty.annotations
 

Fields in org.eclipse.jetty.annotations declared as WebAppContext
protected  WebAppContext RunAsAnnotationHandler._wac
           
protected  WebAppContext ResourceAnnotationHandler._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.osgi.boot.internal.webapp
 

Methods in org.eclipse.jetty.osgi.boot.internal.webapp with parameters of type WebAppContext
protected  void WebappRegistrationHelper.configureWebAppContext(WebAppContext wah, org.osgi.framework.Bundle contributor)
          Applies the properties of WebAppDeployer as defined in jetty.xml.
 void OSGiWebappClassLoader.setWebappContext(WebAppContext webappContext)
          In the case of the generation of a webapp via a jetty context file we need a proper classloader to setup the app before we have the WebappContext So we place a fake one there to start with.
 

Constructors in org.eclipse.jetty.osgi.boot.internal.webapp with parameters of type WebAppContext
OSGiWebappClassLoader(ClassLoader parent, WebAppContext context, org.osgi.framework.Bundle contributor)
           
 

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 EnvConfiguration.configure(WebAppContext context)
           
 void AbstractConfiguration.configure(WebAppContext context)
           
 void Configuration.configure(WebAppContext context)
           
protected  void EnvConfiguration.createEnvContext(WebAppContext wac)
           
 void EnvConfiguration.deconfigure(WebAppContext context)
          Remove all jndi setup
 void AbstractConfiguration.deconfigure(WebAppContext context)
           
 void Configuration.deconfigure(WebAppContext context)
           
protected  void AbstractConfiguration.injectAndCallPostConstructCallbacks(WebAppContext context)
           
protected  void Configuration.lockCompEnv(WebAppContext wac)
           
 void EnvConfiguration.postConfigure(WebAppContext context)
           
 void AbstractConfiguration.postConfigure(WebAppContext context)
           
 void Configuration.postConfigure(WebAppContext context)
           
 void EnvConfiguration.preConfigure(WebAppContext context)
           
 void AbstractConfiguration.preConfigure(WebAppContext context)
           
 void Configuration.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.server.session
 

Methods in org.eclipse.jetty.server.session that return WebAppContext
 WebAppContext AbstractTestServer.addWebAppContext(String warPath, String contextPath)
           
 

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, 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  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 temp 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 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, 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-2010 Mort Bay Consulting. All Rights Reserved.