Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbsoluteOrdering - Class in org.eclipse.jetty.webapp
-
AbsoluteOrdering
- AbsoluteOrdering(MetaData) - Constructor for class org.eclipse.jetty.webapp.AbsoluteOrdering
- AbstractConfiguration - Class in org.eclipse.jetty.webapp
- AbstractConfiguration() - Constructor for class org.eclipse.jetty.webapp.AbstractConfiguration
- add(String) - Method in class org.eclipse.jetty.webapp.AbsoluteOrdering
- add(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- add(String...) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
- add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
- add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
- add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
- add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
- addAfter(String, String...) - Method in class org.eclipse.jetty.webapp.Configuration.ClassList
- addBefore(String, String...) - Method in class org.eclipse.jetty.webapp.Configuration.ClassList
- addClassFileTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
Deprecated.
- addClassName(String) - Method in class org.eclipse.jetty.webapp.WebDescriptor
- addClassPath(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- addClassPath(Resource) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- addContainerResource(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- addDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.webapp.MetaData
- addDiscoveredAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.webapp.MetaData
-
Add an annotation that has been discovered on a class, method or field within a resource eg a jar or dir.
- addDiscoveredAnnotations(List<DiscoveredAnnotation>) - Method in class org.eclipse.jetty.webapp.MetaData
-
Annotations not associated with a WEB-INF/lib fragment jar.
- addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- addFragment(Resource, Resource) - Method in class org.eclipse.jetty.webapp.MetaData
-
Add a web-fragment.xml
- addJars(Resource) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
Add elements to the class path for the context from the jar and zip files found in the specified resource.
- addOthers() - Method in class org.eclipse.jetty.webapp.AbsoluteOrdering
- addOverride(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- addOverrideDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- addServerClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- addServerClasses(Server, String...) - Static method in class org.eclipse.jetty.webapp.WebAppContext
- addServletMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- addSystemClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- addSystemClasses(Server, String...) - Static method in class org.eclipse.jetty.webapp.WebAppContext
- addTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- addWebFragments(WebAppContext, MetaData) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
-
Add in fragment descriptors that have already been discovered by MetaInfConfiguration
- addWebInfJar(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- addWelcomeFiles(WebAppContext, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- After - Enum constant in enum org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
- Annotation - Enum constant in enum org.eclipse.jetty.webapp.Origin
- API - Enum constant in enum org.eclipse.jetty.webapp.Origin
- apply() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- ATTR - Static variable in interface org.eclipse.jetty.webapp.Configuration
B
- BASETEMPDIR - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- Before - Enum constant in enum org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
- ByClass() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
- ByLocation() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ByLocation
- ByLocationOrModule() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
- ByModule() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
- ByPackage() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
- ByPackageOrName() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
C
- CACHED_CONTAINER_FRAGMENTS - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- CACHED_CONTAINER_RESOURCES - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- CACHED_CONTAINER_TLDS - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- CachingWebAppClassLoader - Class in org.eclipse.jetty.webapp
-
A WebAppClassLoader that caches
CachingWebAppClassLoader.getResource(String)results. - CachingWebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- CachingWebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- checkAndSetAttributeName() - Method in class org.eclipse.jetty.webapp.DecoratingListener
- checkListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.webapp.WebAppContext.Context
- ClassList() - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
- ClassList(String[]) - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
- ClassList(List<String>) - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
- ClasspathPattern - Class in org.eclipse.jetty.webapp
-
Classpath classes list performs pattern matching of a class name against an internal array of classpath pattern entries.
- ClasspathPattern() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
- ClasspathPattern(String) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
- ClasspathPattern(String[]) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
- ClasspathPattern.ByClass - Class in org.eclipse.jetty.webapp
- ClasspathPattern.ByLocation - Class in org.eclipse.jetty.webapp
- ClasspathPattern.ByLocationOrModule - Class in org.eclipse.jetty.webapp
- ClasspathPattern.ByModule - Class in org.eclipse.jetty.webapp
- ClasspathPattern.ByPackage - Class in org.eclipse.jetty.webapp
- ClasspathPattern.ByPackageOrName - Class in org.eclipse.jetty.webapp
- clear() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
- clear() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
- clear() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
- clear() - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- clear() - Method in class org.eclipse.jetty.webapp.MetaData
-
Empty ready for reuse
- clearCache() - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- CloneConfiguration - Class in org.eclipse.jetty.webapp
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- cloneConfigure(WebAppContext, WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
Clone configuration instance.
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- close() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- Configuration - Interface in org.eclipse.jetty.webapp
-
Base Class for WebApplicationContext Configuration.
- Configuration.ClassList - Class in org.eclipse.jetty.webapp
- Configuration.Wrapper - Class in org.eclipse.jetty.webapp
- Configuration.WrapperFunction - Interface in org.eclipse.jetty.webapp
-
Experimental Wrapper mechanism for WebApp Configuration components.
- configure() - Method in class org.eclipse.jetty.webapp.WebAppContext
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.CloneConfiguration
- configure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
Configure WebApp.
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
-
Configure Apply web-jetty.xml configuration
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
-
Process web-default.xml, web.xml, override-web.xml
- configureTempDirectory(File, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- CONTAINER_JAR_PATTERN - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
- ContainerPathNameMatcher(WebAppContext, Pattern) - Constructor for class org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
- Context() - Constructor for class org.eclipse.jetty.webapp.WebAppContext.Context
D
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.CloneConfiguration
- deconfigure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
DeConfigure WebApp.
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
- DecoratingListener - Class in org.eclipse.jetty.webapp
-
An extended org.eclipse.jetty.servlet.DecoratingListener.
- DecoratingListener() - Constructor for class org.eclipse.jetty.webapp.DecoratingListener
- DecoratingListener(String) - Constructor for class org.eclipse.jetty.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.webapp.DecoratingListener
- DECORATOR_ATTRIBUTE - Static variable in class org.eclipse.jetty.webapp.DecoratingListener
- DEFAULT_CONFIGURATION_CLASSES - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- DEFAULT_USE_CONTAINER_METAINF_CACHE - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- DefaultsDescriptor - Class in org.eclipse.jetty.webapp
-
DefaultsDescriptor
- DefaultsDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.DefaultsDescriptor
- Descriptor - Class in org.eclipse.jetty.webapp
- Descriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.Descriptor
- DescriptorProcessor - Interface in org.eclipse.jetty.webapp
-
DescriptorProcessor
- destroy() - Method in class org.eclipse.jetty.webapp.WebAppContext
- destroy(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- destroy(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
Destroy WebApp.
- destroy(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- DiscoveredAnnotation - Class in org.eclipse.jetty.webapp
-
DiscoveredAnnotation Represents an annotation that has been discovered by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
- DiscoveredAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.webapp.DiscoveredAnnotation
- DiscoveredAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.webapp.DiscoveredAnnotation
- doStart() - Method in class org.eclipse.jetty.webapp.WebAppContext
- doStop() - Method in class org.eclipse.jetty.webapp.WebAppContext
- dump(Appendable, String) - Method in class org.eclipse.jetty.webapp.WebAppContext
E
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- ensureParser() - Method in class org.eclipse.jetty.webapp.Descriptor
- ensureParser() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- ERROR_PAGE - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- exclude(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- exclude(String...) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
F
- False - Enum constant in enum org.eclipse.jetty.webapp.MetaDataComplete
- findAndFilterContainerPaths(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Find jars and directories that are on the container's classpath and apply an optional filter.
- findAndFilterWebAppPaths(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Finds the jars that are either physically or virtually in WEB-INF/lib, and applies an optional filter to their full pathnames.
- findClass(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- findClassDirs(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- findExtraClasspathDirs(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Get class dirs from WebAppContext.getExtraClasspath as resources
- findExtraClasspathJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Get jars from WebAppContext.getExtraClasspath as resources
- findJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Look for jars that should be treated as if they are in WEB-INF/lib
- findWebFragments(WebAppContext, MetaData) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
-
Deprecated.
- findWebInfClassesDir(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Get
WEB-INF/classesdir - findWebInfLibJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Look for jars in
WEB-INF/lib - findWebXml(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
- foundClass(String, URL) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- FRAGMENT_RESOURCES - Static variable in class org.eclipse.jetty.webapp.FragmentConfiguration
- FragmentConfiguration - Class in org.eclipse.jetty.webapp
-
FragmentConfiguration
- FragmentConfiguration() - Constructor for class org.eclipse.jetty.webapp.FragmentConfiguration
- FragmentDescriptor - Class in org.eclipse.jetty.webapp
-
Fragment A web-fragment.xml descriptor.
- FragmentDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.FragmentDescriptor
- FragmentDescriptor.OtherType - Enum in org.eclipse.jetty.webapp
G
- getAfters() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- getBefores() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- getCanonicalNameForWebAppTmpDir(WebAppContext) - Static method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Create a canonical name for a webapp temp directory.
- getClassNames() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- getConfigurationClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getConfigurations() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getContainerResources() - Method in class org.eclipse.jetty.webapp.MetaData
- getContext() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- getContext(String) - Method in class org.eclipse.jetty.webapp.WebAppContext.Context
- getCurrentWebAppContext() - Static method in class org.eclipse.jetty.webapp.WebAppContext
- getDefaultConfigurationClasses() - Static method in class org.eclipse.jetty.webapp.WebAppContext
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
- getDefaultServerClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getDefaultSystemClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getDescriptor() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
- getDescriptor() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getExtraClasspath() - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
- getExtraClasspath() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getFragment(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getFragment(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- getFragments() - Method in class org.eclipse.jetty.webapp.MetaData
- getJarForFragment(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getMajorVersion() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- getMetaData() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getMetaDataComplete() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- getMinorVersion() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- getName() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- getName() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
- getName() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- getNamedFragments() - Method in class org.eclipse.jetty.webapp.MetaData
- getOrderedFragments() - Method in class org.eclipse.jetty.webapp.MetaData
- getOrderedWebInfJars() - Method in class org.eclipse.jetty.webapp.MetaData
- getOrdering() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- getOrdering() - Method in class org.eclipse.jetty.webapp.MetaData
- getOrdering() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- getOrigin(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getOriginDescriptor(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getOriginInfo(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getOrigins() - Method in class org.eclipse.jetty.webapp.MetaData
- getOriginType() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
- getOtherType() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- getOverrideDescriptor() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getOverrideDescriptors() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
An override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getOverrideWebs() - Method in class org.eclipse.jetty.webapp.MetaData
- getPatterns() - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- getPermissions() - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
- getPermissions() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getPermissions(CodeSource) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- getResource() - Method in class org.eclipse.jetty.webapp.Descriptor
- getResource() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- getResource(String) - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- getResource(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
Get a resource from the classloader NOTE: this method provides a convenience of hacking off a leading / should one be present.
- getResource(String) - Method in class org.eclipse.jetty.webapp.WebAppContext.Context
- getResource(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- getResourceAlias(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- getResourceAliases() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getResourceBaseName(Resource) - Static method in class org.eclipse.jetty.webapp.WebInfConfiguration
- getResources(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- getRoot() - Method in class org.eclipse.jetty.webapp.Descriptor
- getServerClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getServerClasspathPattern() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getSystemClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getSystemClasspathPattern() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getTargetClass() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- getTempDirectory() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getTlds(File) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Find all .tld files in all subdirs of the given dir.
- getTlds(URI) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Find all .tld files in the given jar.
- getUnavailableException() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Get an exception that caused the webapp to be unavailable
- getWar() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getWebDefault() - Method in class org.eclipse.jetty.webapp.MetaData
- getWebInf() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getWebInfClassesDirs() - Method in class org.eclipse.jetty.webapp.MetaData
- getWebInfJars() - Method in class org.eclipse.jetty.webapp.MetaData
- getWebXml() - Method in class org.eclipse.jetty.webapp.MetaData
- getWrapped() - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
I
- include(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- include(String...) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- isAllowDuplicateFragmentNames() - Method in class org.eclipse.jetty.webapp.MetaData
- isAllowDuplicateFragmentNames() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isConfigurationDiscovered() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Is the context Automatically configured.
- isCopyWebDir() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isCopyWebInf() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isDistributable() - Method in class org.eclipse.jetty.webapp.MetaData
- isDistributable() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isDistributable() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- isEmpty() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
- isExtractWAR() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isLogUrlOnStart() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isMetaDataComplete() - Method in class org.eclipse.jetty.webapp.MetaData
- isOrdered() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- isParentLoaderPriority() - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
- isParentLoaderPriority() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isPersistTempDirectory() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isServerClass(Class<?>) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- isServerClass(Class<?>) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isServerClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isServerResource(String, URL) - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
- isServerResource(String, URL) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isSystemClass(Class<?>) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- isSystemClass(Class<?>) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isSystemClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isSystemResource(String, URL) - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
- isSystemResource(String, URL) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isThrowUnavailableOnStartupException() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isValidateXml() - Method in class org.eclipse.jetty.webapp.MetaData
- isValidating() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- IterativeDescriptorProcessor - Class in org.eclipse.jetty.webapp
-
IterativeDescriptorProcessor
- IterativeDescriptorProcessor() - Constructor for class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern
J
- JarScanner - Class in org.eclipse.jetty.webapp
-
Deprecated.Does not handle MR Jars
- JarScanner() - Constructor for class org.eclipse.jetty.webapp.JarScanner
-
Deprecated.
- JETTY_WEB_XML - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
- JettyWebXmlConfiguration - Class in org.eclipse.jetty.webapp
-
JettyWebConfiguration.
- JettyWebXmlConfiguration() - Constructor for class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
L
- loadAsResource(String, boolean) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
Look for the classname as a resource to avoid loading a class that is potentially a system resource.
- loadClass(String) - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- loadClass(String, boolean) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- loadConfigurations() - Method in class org.eclipse.jetty.webapp.WebAppContext
- loadServerClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- loadSystemClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
M
- makeTempDirectory(File, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- match(Class<?>) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
-
Match the class name against the pattern
- match(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
-
Match the class name against the pattern
- match(String, URL) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- match(List<URI>) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
- match(List<URI>) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration.WebAppPathNameMatcher
- matched(URI) - Method in class org.eclipse.jetty.webapp.JarScanner
-
Deprecated.
- matched(URI) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
- matched(URI) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration.WebAppPathNameMatcher
- MetaData - Class in org.eclipse.jetty.webapp
-
MetaData All data associated with the configuration and deployment of a web application.
- MetaData() - Constructor for class org.eclipse.jetty.webapp.MetaData
- MetaData.OriginInfo - Class in org.eclipse.jetty.webapp
- MetaDataComplete - Enum in org.eclipse.jetty.webapp
- METAINF_FRAGMENTS - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- METAINF_RESOURCES - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- METAINF_TLDS - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- MetaInfConfiguration - Class in org.eclipse.jetty.webapp
-
MetaInfConfiguration
- MetaInfConfiguration() - Constructor for class org.eclipse.jetty.webapp.MetaInfConfiguration
N
- NAMELESS - Static variable in class org.eclipse.jetty.webapp.FragmentDescriptor
- newEntry(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- newEntry(String, boolean) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- newParser(boolean) - Static method in class org.eclipse.jetty.webapp.WebDescriptor
- newResource(String) - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
-
Convert a URL or path to a Resource.
- NON_FRAG_RESOURCE - Static variable in class org.eclipse.jetty.webapp.MetaData
- None - Enum constant in enum org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
- NotSet - Enum constant in enum org.eclipse.jetty.webapp.MetaDataComplete
- NotSet - Enum constant in enum org.eclipse.jetty.webapp.Origin
O
- order(List<Resource>) - Method in class org.eclipse.jetty.webapp.AbsoluteOrdering
- order(List<Resource>) - Method in interface org.eclipse.jetty.webapp.Ordering
- order(List<Resource>) - Method in class org.eclipse.jetty.webapp.RelativeOrdering
- ORDERED_LIBS - Static variable in class org.eclipse.jetty.webapp.MetaData
- orderFragments() - Method in class org.eclipse.jetty.webapp.MetaData
- Ordering - Interface in org.eclipse.jetty.webapp
-
Ordering options for jars in WEB-INF lib.
- org.eclipse.jetty.webapp - package org.eclipse.jetty.webapp
-
Jetty Util : Modular Web Application Support
- Origin - Enum in org.eclipse.jetty.webapp
- OriginInfo(String) - Constructor for class org.eclipse.jetty.webapp.MetaData.OriginInfo
- OriginInfo(String, Annotation, Class<?>) - Constructor for class org.eclipse.jetty.webapp.MetaData.OriginInfo
- OriginInfo(String, Descriptor) - Constructor for class org.eclipse.jetty.webapp.MetaData.OriginInfo
- OTHER - Static variable in class org.eclipse.jetty.webapp.AbsoluteOrdering
- OverrideDescriptor - Class in org.eclipse.jetty.webapp
-
OverrideDescriptor
- OverrideDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.OverrideDescriptor
P
- parse() - Method in class org.eclipse.jetty.webapp.Descriptor
- parse() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- parse() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- postConfigure() - Method in class org.eclipse.jetty.webapp.WebAppContext
- postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- postConfigure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
Clear down after configuration.
- postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
- postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
- preConfigure() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Pre configure the web application.
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- preConfigure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
Set up for configuration.
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
- prependServerClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- prependSystemClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- process(WebAppContext, Descriptor) - Method in interface org.eclipse.jetty.webapp.DescriptorProcessor
- process(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
- processAfters(XmlParser.Node) - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- processBefores(XmlParser.Node) - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- processEntry(URI, JarEntry) - Method in class org.eclipse.jetty.webapp.JarScanner
-
Deprecated.
- processName() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- processOrdering() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- processOrdering() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- processVersion() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- PROPERTY_THIS_WEB_INF_URL - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
-
Deprecated.
- PROPERTY_WEB_INF - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
- PROPERTY_WEB_INF_URI - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
R
- registerVisitor(String, Method) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
-
Register a method to be called back when visiting the node with the given name.
- RelativeOrdering - Class in org.eclipse.jetty.webapp
-
Relative Fragment Ordering
- RelativeOrdering(MetaData) - Constructor for class org.eclipse.jetty.webapp.RelativeOrdering
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- removeClassFileTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
Deprecated.
- removeDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.webapp.MetaData
- removeEventListener(EventListener) - Method in class org.eclipse.jetty.webapp.WebAppContext
- removeResourceAlias(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- removeTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- replace(String, String) - Method in class org.eclipse.jetty.webapp.Configuration.ClassList
- resolve(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaData
-
Resolve all servlet/filter/listener metadata from all sources: descriptors and annotations.
- resolveTempDirectory(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Get a temporary directory in which to unpack the war etc etc.
- RESOURCE_DIRS - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
-
If set, to a list of URLs, these resources are added to the context resource base as a resource collection.
- runWithServerClassAccess(PrivilegedExceptionAction<T>) - Static method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
Run an action with access to ServerClasses
S
- scan(Pattern, ClassLoader, boolean, boolean) - Method in class org.eclipse.jetty.webapp.JarScanner
-
Deprecated.Find jar names from the classloader matching a pattern.
- scan(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.webapp.JarScanner
-
Deprecated.Find jar names from the provided list matching a pattern.
- scanForFragment(WebAppContext, Resource, ConcurrentHashMap<Resource, Resource>) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Scan for META-INF/web-fragment.xml file in the given jar.
- scanForResources(WebAppContext, Resource, ConcurrentHashMap<Resource, Resource>) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Scan for META-INF/resources dir in the given jar.
- scanForTlds(WebAppContext, Resource, ConcurrentHashMap<Resource, Collection<URL>>) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Discover META-INF/*.tld files in the given jar
- scanJars(WebAppContext, Collection<Resource>, boolean) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
For backwards compatibility.
- scanJars(WebAppContext, Collection<Resource>, boolean, List<String>) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Look into the jars to discover info in META-INF.
- SERVER_SRV_CLASSES - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- SERVER_SYS_CLASSES - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- serverDefault(Server) - Static method in class org.eclipse.jetty.webapp.Configuration.ClassList
-
Get/Create the server default Configuration ClassList.
- setAllowDuplicateFragmentNames(boolean) - Method in class org.eclipse.jetty.webapp.MetaData
- setAllowDuplicateFragmentNames(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setConfigurationClasses(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setConfigurationClasses(List<String>) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setConfigurationDiscovered(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the configuration discovery mode.
- setConfigurations(Configuration[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setContextWhiteList(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the context white list In certain circumstances you want may want to deny access of one webapp from another when you may not fully trust the webapp.
- setCopyWebDir(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setCopyWebInf(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setDefaults(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- setDefaultsDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
- setDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setDisplayName(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setDistributable(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setDistributable(boolean) - Method in class org.eclipse.jetty.webapp.WebDescriptor
- setEventListeners(EventListener[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setExtraClasspath(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setExtractWAR(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setLogUrlOnStart(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Sets whether or not the web app name and URL is logged on startup
- setName(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- setOrdering(Ordering) - Method in class org.eclipse.jetty.webapp.MetaData
- setOrigin(String, Annotation, Class<?>) - Method in class org.eclipse.jetty.webapp.MetaData
- setOrigin(String, Descriptor) - Method in class org.eclipse.jetty.webapp.MetaData
- setOriginAPI(String) - Method in class org.eclipse.jetty.webapp.MetaData
- setOverrideDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- setOverrideDescriptors(List<String>) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- setParentLoaderPriority(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setPermissions(PermissionCollection) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setPersistTempDirectory(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
If true the temp directory for this webapp will be kept when the webapp stops.
- setResourceAlias(String, String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set Resource Alias.
- setResourceAliases(Map<String, String>) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setServer(Server) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setServerClasses(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the server classes patterns.
- setServerDefault(Server) - Static method in class org.eclipse.jetty.webapp.Configuration.ClassList
-
Get/Set/Create the server default Configuration ClassList.
- setServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setSystemClasses(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the system classes patterns.
- setTempDirectory(File) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set temporary directory for context.
- setThrowUnavailableOnStartupException(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setValidateXml(boolean) - Method in class org.eclipse.jetty.webapp.MetaData
- setValidating(boolean) - Method in class org.eclipse.jetty.webapp.Descriptor
- setValidating(boolean) - Method in class org.eclipse.jetty.webapp.WebDescriptor
- setWar(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the war of the webapp.
- setWarResource(Resource) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the war of the webapp as a
Resource. - setWebInfClassesDirs(List<Resource>) - Method in class org.eclipse.jetty.webapp.MetaData
- setWebXml(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
- size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
- size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
- size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
- size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
- size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- STANDARD_PROCESSOR - Static variable in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- StandardDescriptorProcessor - Class in org.eclipse.jetty.webapp
-
StandardDescriptorProcessor.
- StandardDescriptorProcessor() - Constructor for class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- start(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
- start(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- startContext() - Method in class org.eclipse.jetty.webapp.WebAppContext
- startWebapp() - Method in class org.eclipse.jetty.webapp.WebAppContext
- stopContext() - Method in class org.eclipse.jetty.webapp.WebAppContext
- stopWebapp() - Method in class org.eclipse.jetty.webapp.WebAppContext
T
- TEMPDIR - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- TEMPDIR_CONFIGURED - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
- test(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
- test(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
- test(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
- test(URI) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocation
- test(URI) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
- test(URI) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
- toString() - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- toString() - Method in class org.eclipse.jetty.webapp.Descriptor
- toString() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
- toString() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- toString() - Method in class org.eclipse.jetty.webapp.WebAppContext
- True - Enum constant in enum org.eclipse.jetty.webapp.MetaDataComplete
U
- unpack(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- USE_CONTAINER_METAINF_CACHE - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
V
- VALIDATE_XML - Static variable in class org.eclipse.jetty.webapp.MetaData
- valueOf(String) - Static method in enum org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.webapp.MetaDataComplete
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.webapp.Origin
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jetty.webapp.MetaDataComplete
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jetty.webapp.Origin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visit(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
- visitContextParam(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitDenyUncoveredHttpMethods(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
-
Servlet spec 3.1.
- visitDisplayName(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitDistributable(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitErrorPage(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitFilter(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitFilterMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitJspConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitListener(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitLocaleEncodingList(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitLoginConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitMimeMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitSecurityConstraint(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitSecurityRole(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitServlet(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitServletMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitSessionConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitTagLib(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- visitWelcomeFileList(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
W
- WEB_DEFAULTS_XML - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- WebAppClassLoader - Class in org.eclipse.jetty.webapp
-
ClassLoader for HttpContext.
- WebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.WebAppClassLoader
-
Constructor.
- WebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.WebAppClassLoader
-
Constructor.
- WebAppClassLoader.Context - Interface in org.eclipse.jetty.webapp
-
The Context in which the classloader operates.
- WebAppContext - Class in org.eclipse.jetty.webapp
-
Web Application Context Handler.
- WebAppContext() - Constructor for class org.eclipse.jetty.webapp.WebAppContext
- WebAppContext(String, String) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
- WebAppContext(HandlerContainer, String, String) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
- WebAppContext(HandlerContainer, String, SessionHandler, SecurityHandler, ServletHandler, ErrorHandler, int) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
-
This constructor is used in the geronimo integration.
- WebAppContext(HandlerContainer, Resource, String) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
- WebAppContext(SessionHandler, SecurityHandler, ServletHandler, ErrorHandler) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
-
This constructor is used in the geronimo integration.
- WebAppContext(Resource, String) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
- WebAppContext.Context - Class in org.eclipse.jetty.webapp
- WebAppPathNameMatcher(WebAppContext, Pattern) - Constructor for class org.eclipse.jetty.webapp.WebInfConfiguration.WebAppPathNameMatcher
- WebDefaults - Enum constant in enum org.eclipse.jetty.webapp.Origin
- WebDescriptor - Class in org.eclipse.jetty.webapp
-
Descriptor A web descriptor (web.xml/web-defaults.xml/web-overrides.xml).
- WebDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.WebDescriptor
- WebFragment - Enum constant in enum org.eclipse.jetty.webapp.Origin
- WEBINF_JAR_PATTERN - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
- WebInfConfiguration - Class in org.eclipse.jetty.webapp
- WebInfConfiguration() - Constructor for class org.eclipse.jetty.webapp.WebInfConfiguration
- WebInfConfiguration.ContainerPathNameMatcher - Class in org.eclipse.jetty.webapp
-
ContainerPathNameMatcher Matches names of jars on the container classpath against a pattern.
- WebInfConfiguration.WebAppPathNameMatcher - Class in org.eclipse.jetty.webapp
-
WebAppPathNameMatcher Matches names of jars or dirs on the webapp classpath against a pattern.
- WebOverride - Enum constant in enum org.eclipse.jetty.webapp.Origin
- WebXml - Enum constant in enum org.eclipse.jetty.webapp.Origin
- WebXmlConfiguration - Class in org.eclipse.jetty.webapp
-
Configure by parsing default web.xml and web.xml
- WebXmlConfiguration() - Constructor for class org.eclipse.jetty.webapp.WebXmlConfiguration
- wrapConfiguration(Configuration) - Method in interface org.eclipse.jetty.webapp.Configuration.WrapperFunction
- Wrapper(Configuration) - Constructor for class org.eclipse.jetty.webapp.Configuration.Wrapper
X
- XML_CONFIGURATION - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
_
- __allScanTypes - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- __dftServerClasses - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- __dftSystemClasses - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- __signature - Static variable in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
- _afters - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
- _allowDuplicateFragmentNames - Variable in class org.eclipse.jetty.webapp.MetaData
- _annotations - Variable in class org.eclipse.jetty.webapp.MetaData
- _befores - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
- _className - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- _classNames - Variable in class org.eclipse.jetty.webapp.WebDescriptor
- _clazz - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- _context - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- _context - Variable in class org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
- _context - Variable in class org.eclipse.jetty.webapp.WebInfConfiguration.WebAppPathNameMatcher
- _counter - Static variable in class org.eclipse.jetty.webapp.FragmentDescriptor
- _descriptorProcessors - Variable in class org.eclipse.jetty.webapp.MetaData
- _distributable - Variable in class org.eclipse.jetty.webapp.WebDescriptor
- _dtd - Variable in class org.eclipse.jetty.webapp.Descriptor
- _hasOther - Variable in class org.eclipse.jetty.webapp.AbsoluteOrdering
- _isOrdered - Variable in class org.eclipse.jetty.webapp.WebDescriptor
- _majorVersion - Variable in class org.eclipse.jetty.webapp.WebDescriptor
- _metaData - Variable in class org.eclipse.jetty.webapp.AbsoluteOrdering
- _metaData - Variable in class org.eclipse.jetty.webapp.RelativeOrdering
- _metaDataComplete - Variable in class org.eclipse.jetty.webapp.MetaData
- _metaDataComplete - Variable in class org.eclipse.jetty.webapp.WebDescriptor
- _minorVersion - Variable in class org.eclipse.jetty.webapp.WebDescriptor
- _name - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
- _nonValidatingStaticParser - Static variable in class org.eclipse.jetty.webapp.WebDescriptor
- _order - Variable in class org.eclipse.jetty.webapp.AbsoluteOrdering
- _orderedContainerResources - Variable in class org.eclipse.jetty.webapp.MetaData
- _orderedWebInfResources - Variable in class org.eclipse.jetty.webapp.MetaData
- _ordering - Variable in class org.eclipse.jetty.webapp.MetaData
- _ordering - Variable in class org.eclipse.jetty.webapp.WebDescriptor
- _origins - Variable in class org.eclipse.jetty.webapp.MetaData
- _otherType - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
- _pattern - Variable in class org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
- _pattern - Variable in class org.eclipse.jetty.webapp.WebInfConfiguration.WebAppPathNameMatcher
- _preUnpackBaseResource - Variable in class org.eclipse.jetty.webapp.WebInfConfiguration
- _resource - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- _root - Variable in class org.eclipse.jetty.webapp.Descriptor
- _validateXml - Variable in class org.eclipse.jetty.webapp.MetaData
- _validating - Variable in class org.eclipse.jetty.webapp.Descriptor
- _visitors - Variable in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
- _webDefaultsRoot - Variable in class org.eclipse.jetty.webapp.MetaData
- _webFragmentNameMap - Variable in class org.eclipse.jetty.webapp.MetaData
- _webFragmentResourceMap - Variable in class org.eclipse.jetty.webapp.MetaData
- _webFragmentRoots - Variable in class org.eclipse.jetty.webapp.MetaData
- _webInfClasses - Variable in class org.eclipse.jetty.webapp.MetaData
- _webInfJars - Variable in class org.eclipse.jetty.webapp.MetaData
- _webOverrideRoots - Variable in class org.eclipse.jetty.webapp.MetaData
- _webXmlRoot - Variable in class org.eclipse.jetty.webapp.MetaData
- _xml - Variable in class org.eclipse.jetty.webapp.Descriptor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
WebAppClassLoader.addTransformer(ClassFileTransformer)instead