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

Packages that use WebAppContext
org.eclipse.jetty.annotations   
org.eclipse.jetty.plus.annotation   
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._context
           
protected  WebAppContext DeclareRolesAnnotationHandler._context
           
protected  WebAppContext PostConstructAnnotationHandler._context
           
protected  WebAppContext WebFilterAnnotationHandler._context
           
protected  WebAppContext WebServletAnnotationHandler._context
           
protected  WebAppContext WebListenerAnnotationHandler._context
           
protected  WebAppContext ResourceAnnotationHandler._context
           
protected  WebAppContext MultiPartConfigAnnotationHandler._context
           
protected  WebAppContext ResourcesAnnotationHandler._wac
           
 

Methods in org.eclipse.jetty.annotations with parameters of type WebAppContext
 void AnnotationConfiguration.configure(WebAppContext context)
           
 void ContainerInitializerConfiguration.configure(WebAppContext context)
           
 void AnnotationConfiguration.deconfigure(WebAppContext context)
           
 void ContainerInitializerConfiguration.deconfigure(WebAppContext context)
           
 boolean AnnotationConfiguration.isFromExcludedJar(WebAppContext context, ServletContainerInitializer service)
          Check to see if the ServletContainerIntializer loaded via the ServiceLoader came from a jar that is excluded by the fragment ordering.
 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 ContainerInitializerConfiguration.postConfigure(WebAppContext context)
           
 void AnnotationConfiguration.preConfigure(WebAppContext context)
           
 void ContainerInitializerConfiguration.preConfigure(WebAppContext context)
           
 void AnnotationConfiguration.registerServletContainerInitializerAnnotationHandlers(WebAppContext context, AnnotationParser parser)
           
 

Constructors in org.eclipse.jetty.annotations with parameters of type WebAppContext
DeclareRolesAnnotationHandler(WebAppContext context)
           
MultiPartConfigAnnotationHandler(WebAppContext context)
           
PostConstructAnnotationHandler(WebAppContext wac)
           
PreDestroyAnnotationHandler(WebAppContext wac)
           
ResourceAnnotationHandler(WebAppContext wac)
           
ResourcesAnnotationHandler(WebAppContext wac)
           
RunAsAnnotationHandler(WebAppContext wac)
           
ServletSecurityAnnotationHandler(WebAppContext wac)
           
WebAppDecoratorWrapper(WebAppContext context, ServletContextHandler.Decorator wrappedDecorator)
           
WebFilterAnnotation(WebAppContext context, String className)
           
WebFilterAnnotationHandler(WebAppContext wac)
           
WebListenerAnnotation(WebAppContext context, String className)
           
WebListenerAnnotationHandler(WebAppContext wac)
           
WebServletAnnotation(WebAppContext context, String className)
           
WebServletAnnotationHandler(WebAppContext wac)
           
 

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

Methods in org.eclipse.jetty.plus.annotation with parameters of type WebAppContext
 void ContainerInitializer.callStartup(WebAppContext context)
           
 

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

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

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.
 void Configuration.bindUserTransaction(WebAppContext context)
           
 void Configuration.configure(WebAppContext context)
           
 void EnvConfiguration.configure(WebAppContext context)
           
protected  void EnvConfiguration.createEnvContext(WebAppContext wac)
           
 void Configuration.deconfigure(WebAppContext context)
           
 void EnvConfiguration.deconfigure(WebAppContext context)
          Remove all jndi setup
protected  void Configuration.lockCompEnv(WebAppContext wac)
           
 void Configuration.postConfigure(WebAppContext context)
           
 void EnvConfiguration.postConfigure(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
WebAppDecorator(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 DiscoveredAnnotation._context
           
protected  WebAppContext MetaData._context
           
protected  WebAppContext StandardDescriptorProcessor._context
           
 

Methods in org.eclipse.jetty.webapp that return WebAppContext
 WebAppContext MetaData.getContext()
           
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 TagLibConfiguration.configure(WebAppContext context)
           
 void Configuration.configure(WebAppContext context)
          Configure WebApp.
 void FragmentConfiguration.configure(WebAppContext context)
           
 void JettyWebXmlConfiguration.configure(WebAppContext context)
          Configure Apply web-jetty.xml configuration
 void MetaInfConfiguration.configure(WebAppContext context)
           
 void WebXmlConfiguration.configure(WebAppContext context)
          Process web-default.xml, web.xml, override-web.xml
 void WebInfConfiguration.deconfigure(WebAppContext context)
           
 void TagLibConfiguration.deconfigure(WebAppContext context)
           
 void Configuration.deconfigure(WebAppContext context)
          DeConfigure WebApp.
 void FragmentConfiguration.deconfigure(WebAppContext context)
           
 void JettyWebXmlConfiguration.deconfigure(WebAppContext context)
           
 void MetaInfConfiguration.deconfigure(WebAppContext context)
           
 void WebXmlConfiguration.deconfigure(WebAppContext context)
           
protected  List<Resource> WebInfConfiguration.findJars(WebAppContext context)
          Look for jars in WEB-INF/lib
 void FragmentConfiguration.findWebFragments(WebAppContext context, MetaData metaData)
          Look for any web-fragment.xml fragments in META-INF of 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 WebInfConfiguration.postConfigure(WebAppContext context)
           
 void TagLibConfiguration.postConfigure(WebAppContext context)
           
 void Configuration.postConfigure(WebAppContext context)
          Clear down after configuration.
 void FragmentConfiguration.postConfigure(WebAppContext context)
           
 void JettyWebXmlConfiguration.postConfigure(WebAppContext context)
           
 void MetaInfConfiguration.postConfigure(WebAppContext context)
           
 void WebXmlConfiguration.postConfigure(WebAppContext context)
           
 void WebInfConfiguration.preConfigure(WebAppContext context)
           
 void TagLibConfiguration.preConfigure(WebAppContext context)
           
 void Configuration.preConfigure(WebAppContext context)
          Set up for configuration.
 void FragmentConfiguration.preConfigure(WebAppContext context)
           
 void JettyWebXmlConfiguration.preConfigure(WebAppContext context)
           
 void MetaInfConfiguration.preConfigure(WebAppContext context)
           
 void WebXmlConfiguration.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
DiscoveredAnnotation(WebAppContext context, String className)
           
MetaData(WebAppContext context)
           
TagLibConfiguration.TldProcessor(WebAppContext context)
           
WebAppClassLoader(ClassLoader parent, WebAppContext context)
          Constructor.
WebAppClassLoader(WebAppContext context)
          Constructor.
 



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