Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abort(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- abort(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
- abort(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- 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
- AbstractConfiguration(boolean) - 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.ClassMatcher
- add(String...) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- add(String...) - Method in class org.eclipse.jetty.webapp.Configurations
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByClass
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByLocationOrModule
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByModule
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackage
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackageOrName
- add(Configuration) - Method in class org.eclipse.jetty.webapp.Configurations
- add(Configuration...) - Method in class org.eclipse.jetty.webapp.Configurations
- 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
- addConfiguration(Configuration...) - Method in class org.eclipse.jetty.webapp.WebAppContext
- addContainerResource(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- addDependencies(Class<? extends Configuration>...) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
Add configuration classes that come before this configuration
- addDependencies(String...) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
Add configuration classes that come before this configuration
- addDependents(Class<?>...) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
Add configuration classes that come after this configuration
- addDependents(String...) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
Add configuration classes that come after this configuration
- 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 such as WebServlet, WebFilter, WebListener that can be discovered by scanning unloaded classes.
- addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- addFragmentDescriptor(Resource, FragmentDescriptor) - Method in class org.eclipse.jetty.webapp.MetaData
-
Add a web-fragment.xml, and the jar it is contained in.
- 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
- 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
- addOverrideDescriptor(OverrideDescriptor) - Method in class org.eclipse.jetty.webapp.MetaData
-
Add a override-web.xml descriptor.
- addServerClasses(Server, String...) - Static method in class org.eclipse.jetty.webapp.WebAppContext
- addServerClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Add a ClassMatcher for server classes by combining with any existing matcher.
- addServletMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- addSystemClasses(Server, String...) - Static method in class org.eclipse.jetty.webapp.WebAppContext
- addSystemClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Add a ClassMatcher for system classes by combining with any existing matcher.
- 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
- addWebInfResource(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- addWelcomeFiles(WebAppContext, XmlParser.Node, Descriptor) - 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.ClassMatcher.ByClass
- ByLocation() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.ByLocation
- ByLocationOrModule() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.ByLocationOrModule
- ByModule() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.ByModule
- ByPackage() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.ByPackage
- ByPackageOrName() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.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
- ClassMatcher - Class in org.eclipse.jetty.webapp
-
A matcher for classes based on package and/or location and/or module/
- ClassMatcher() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher
- ClassMatcher(String) - Constructor for class org.eclipse.jetty.webapp.ClassMatcher
- ClassMatcher(String...) - Constructor for class org.eclipse.jetty.webapp.ClassMatcher
- ClassMatcher(ClassMatcher) - Constructor for class org.eclipse.jetty.webapp.ClassMatcher
- ClassMatcher.ByClass - Class in org.eclipse.jetty.webapp
- ClassMatcher.ByLocation - Class in org.eclipse.jetty.webapp
- ClassMatcher.ByLocationOrModule - Class in org.eclipse.jetty.webapp
- ClassMatcher.ByModule - Class in org.eclipse.jetty.webapp
- ClassMatcher.ByPackage - Class in org.eclipse.jetty.webapp
- ClassMatcher.ByPackageOrName - Class in org.eclipse.jetty.webapp
- ClassMatcher.Entry - Class in org.eclipse.jetty.webapp
- clear() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByLocationOrModule
- clear() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackage
- clear() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackageOrName
- clear() - Method in class org.eclipse.jetty.webapp.ClassMatcher
- clear() - Method in class org.eclipse.jetty.webapp.Configurations
- clear() - Method in class org.eclipse.jetty.webapp.MetaData
-
Empty ready for reuse
- clearCache() - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- 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
-
A pluggable Configuration for
WebAppContext
s. - Configuration.Wrapper - Class in org.eclipse.jetty.webapp
- Configuration.WrapperFunction - Interface in org.eclipse.jetty.webapp
-
Experimental Wrapper mechanism for WebApp Configuration components.
- Configurations - Class in org.eclipse.jetty.webapp
-
An ordered list of
Configuration
instances. - Configurations() - Constructor for class org.eclipse.jetty.webapp.Configurations
- Configurations(String...) - Constructor for class org.eclipse.jetty.webapp.Configurations
- Configurations(List<String>) - Constructor for class org.eclipse.jetty.webapp.Configurations
- Configurations(Configurations) - Constructor for class org.eclipse.jetty.webapp.Configurations
- configure() - Method in class org.eclipse.jetty.webapp.WebAppContext
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- 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.Configurations
- 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.MetaInfConfiguration
- 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.MetaInfConfiguration
- ContainerPathNameMatcher(WebAppContext, String) - Constructor for class org.eclipse.jetty.webapp.MetaInfConfiguration.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 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_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
- dump() - Method in class org.eclipse.jetty.webapp.Configurations
- dump(Appendable, String) - Method in class org.eclipse.jetty.webapp.Configurations
- 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
- Entry(String, boolean) - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.Entry
- equals(Object) - Method in class org.eclipse.jetty.webapp.ClassMatcher.Entry
- ERROR_PAGE - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- exclude(String) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- exclude(String...) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- expose(String...) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
Expose classes to the web application by adding them as exclusions to the
AbstractConfiguration.getServerClasses()
F
- False - Enum constant in enum org.eclipse.jetty.webapp.MetaData.Complete
- findAndFilterContainerPaths(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
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.MetaInfConfiguration
-
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.MetaInfConfiguration
- findExtraClasspathDirs(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Get class dirs from WebAppContext.getExtraClasspath as resources
- findExtraClasspathJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Get jars from WebAppContext.getExtraClasspath as resources
- findJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Look for jars that should be treated as if they are in WEB-INF/lib
- findWebInfClassesDir(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Get
WEB-INF/classes
dir - findWebInfLibJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
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
- get(int) - Method in class org.eclipse.jetty.webapp.Configurations
- get(Class<? extends T>) - Method in class org.eclipse.jetty.webapp.Configurations
- getAfters() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- getAllContainerJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
- 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.
- getClassName() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- getClassNames() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- getConfiguration(Class<? extends T>) - Method in class org.eclipse.jetty.webapp.WebAppContext
- getConfigurationClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getConfigurations() - Method in class org.eclipse.jetty.webapp.Configurations
- getConfigurations() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getConfigurations(Class<? extends T>) - Method in class org.eclipse.jetty.webapp.Configurations
- 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
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.webapp.MetaData
- 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
- getDependencies() - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- getDependencies() - Method in interface org.eclipse.jetty.webapp.Configuration
-
Get known Configuration Dependencies.
- getDependents() - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- getDependents() - Method in interface org.eclipse.jetty.webapp.Configuration
-
Get known Configuration Dependents.
- getDescriptor() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
- getDescriptor() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getExclusions() - Method in class org.eclipse.jetty.webapp.ClassMatcher
- getExtraClasspath() - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
- getExtraClasspath() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getFragmentDescriptor(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getFragmentDescriptor(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- getFragmentDescriptorForJar(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
-
Get the web-fragment.xml related to a jar
- getInclusions() - Method in class org.eclipse.jetty.webapp.ClassMatcher
- getJarForFragmentName(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getKnown() - Static method in class org.eclipse.jetty.webapp.Configurations
- 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.ClassMatcher.Entry
- 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
- getNamedFragmentDescriptors() - 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.MetaData
- 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
- getParser(boolean) - Static method in class org.eclipse.jetty.webapp.WebDescriptor
-
Get a parser for parsing web descriptor content.
- getPattern() - Method in class org.eclipse.jetty.webapp.ClassMatcher.Entry
- getPatterns() - Method in class org.eclipse.jetty.webapp.ClassMatcher
- 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.AbstractConfiguration
- getServerClasses() - Method in interface org.eclipse.jetty.webapp.Configuration
-
Get the system classes associated with this Configuration.
- getServerClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getServerClassMatcher() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getServerDefault(Server) - Static method in class org.eclipse.jetty.webapp.Configurations
-
Get/Create the server default Configuration ClassList.
- getSystemClasses() - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- getSystemClasses() - Method in interface org.eclipse.jetty.webapp.Configuration
-
Get the system classes associated with this Configuration.
- getSystemClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getSystemClassMatcher() - 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
- getWebDescriptor() - Method in class org.eclipse.jetty.webapp.MetaData
- getWebInf() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getWebInfClassesResources() - Method in class org.eclipse.jetty.webapp.MetaData
- getWebInfResources(boolean) - Method in class org.eclipse.jetty.webapp.MetaData
- getWrapped() - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
H
- hashCode() - Method in class org.eclipse.jetty.webapp.ClassMatcher.Entry
- hide(String...) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
Hide classes from the web application by adding them to the
AbstractConfiguration.getServerClasses()
I
- include(String) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- include(String...) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- isAllowDuplicateFragmentNames() - Method in class org.eclipse.jetty.webapp.MetaData
- isAllowDuplicateFragmentNames() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isAvailable() - Method in interface org.eclipse.jetty.webapp.Configuration
- isAvailable() - Method in class org.eclipse.jetty.webapp.JaasConfiguration
- isAvailable() - Method in class org.eclipse.jetty.webapp.JaspiConfiguration
- isAvailable() - Method in class org.eclipse.jetty.webapp.JmxConfiguration
- isAvailable() - Method in class org.eclipse.jetty.webapp.JndiConfiguration
- isAvailable() - Method in class org.eclipse.jetty.webapp.JspConfiguration
- isAvailable() - Method in class org.eclipse.jetty.webapp.ServletsConfiguration
- 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
-
A webapp is distributable if web.xml is metadata-complete and distributable=true, or if metadata-complete is false, but all web-fragments.xml are distributable=true.
- 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.ClassMatcher.ByPackage
- isEnabledByDefault() - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- isEnabledByDefault() - Method in interface org.eclipse.jetty.webapp.Configuration
- isEnabledByDefault() - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- isExtractWAR() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isInclusive() - Method in class org.eclipse.jetty.webapp.ClassMatcher.Entry
- isLogUrlOnStart() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isMetaDataComplete() - Method in class org.eclipse.jetty.webapp.MetaData
- isMetaDataComplete(WebDescriptor) - Static method in class org.eclipse.jetty.webapp.WebDescriptor
-
Check if the descriptor is metadata-complete.
- isOrdered() - 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
- isParsed() - Method in class org.eclipse.jetty.webapp.Descriptor
- 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
- 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
- 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
- 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.ClassMatcher.ByClass
- iterator() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByLocationOrModule
- iterator() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByModule
- iterator() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackage
- iterator() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackageOrName
- iterator() - Method in class org.eclipse.jetty.webapp.ClassMatcher
- iterator() - Method in class org.eclipse.jetty.webapp.Configurations
J
- JaasConfiguration - Class in org.eclipse.jetty.webapp
-
JAAS Configuration
- JaasConfiguration() - Constructor for class org.eclipse.jetty.webapp.JaasConfiguration
- JaspiConfiguration - Class in org.eclipse.jetty.webapp
-
JASPI Configuration
- JaspiConfiguration() - Constructor for class org.eclipse.jetty.webapp.JaspiConfiguration
- 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
- JmxConfiguration - Class in org.eclipse.jetty.webapp
-
JMX Configuration
- JmxConfiguration() - Constructor for class org.eclipse.jetty.webapp.JmxConfiguration
- JndiConfiguration - Class in org.eclipse.jetty.webapp
-
JNDI Configuration
- JndiConfiguration() - Constructor for class org.eclipse.jetty.webapp.JndiConfiguration
- JspConfiguration - Class in org.eclipse.jetty.webapp
-
JSP Configuration
- JspConfiguration() - Constructor for class org.eclipse.jetty.webapp.JspConfiguration
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
M
- makeTempDirectory(File, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- match(Class<?>) - Method in class org.eclipse.jetty.webapp.ClassMatcher
-
Match the class name against the pattern
- match(String) - Method in class org.eclipse.jetty.webapp.ClassMatcher
-
Match the class name against the pattern
- match(String, URL) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- match(List<URI>) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration.ContainerPathNameMatcher
- match(List<URI>) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration.WebAppPathNameMatcher
- matched(URI) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration.ContainerPathNameMatcher
- matched(URI) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration.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.Complete - Enum in org.eclipse.jetty.webapp
- MetaData.OriginInfo - Class in org.eclipse.jetty.webapp
-
Metadata regarding where a deployable element was declared: by annotation or by descriptor.
- 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
- MetaInfConfiguration.ContainerPathNameMatcher - Class in org.eclipse.jetty.webapp
-
ContainerPathNameMatcher Matches names of jars on the container classpath against a pattern.
- MetaInfConfiguration.WebAppPathNameMatcher - Class in org.eclipse.jetty.webapp
-
WebAppPathNameMatcher Matches names of jars or dirs on the webapp classpath against a pattern.
N
- NAMELESS - Static variable in class org.eclipse.jetty.webapp.FragmentDescriptor
- newConfiguration(String) - Static method in class org.eclipse.jetty.webapp.Configurations
- newConfigurations() - Method in class org.eclipse.jetty.webapp.WebAppContext
- newEntry(String) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- newEntry(String, boolean) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- newParser(boolean) - Static method in class org.eclipse.jetty.webapp.WebDescriptor
-
Create a new parser for parsing web descriptors.
- 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.MetaData.Complete
- NotSet - Enum constant in enum org.eclipse.jetty.webapp.Origin
O
- of(Object) - Static method in enum org.eclipse.jetty.webapp.Origin
- 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 - module org.eclipse.jetty.webapp
- 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(XmlParser) - Method in class org.eclipse.jetty.webapp.Descriptor
- parse(XmlParser) - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- parse(XmlParser) - 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.Configurations
- 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.Configurations
- 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
- 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
- processDistributable() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- 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_WEB_INF - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
- PROPERTY_WEB_INF_URI - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
- protect(String...) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
Protect classes from modification by the web application by adding them to the
AbstractConfiguration.getSystemClasses()
- protectAndExpose(String...) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
Protect classes from modification by the web application by adding them to the
AbstractConfiguration.getSystemClasses()
and expose them to the web application by adding them as exclusions to theAbstractConfiguration.getServerClasses()
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(Class<? extends Configuration>...) - Method in class org.eclipse.jetty.webapp.Configurations
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByClass
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByLocationOrModule
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByModule
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackage
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackageOrName
- remove(Object) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- remove(String...) - Method in class org.eclipse.jetty.webapp.Configurations
- remove(Configuration...) - Method in class org.eclipse.jetty.webapp.Configurations
- removeConfiguration(Class<? extends Configuration>...) - Method in class org.eclipse.jetty.webapp.WebAppContext
- removeConfiguration(Configuration...) - Method in class org.eclipse.jetty.webapp.WebAppContext
- 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
- replaces() - Method in interface org.eclipse.jetty.webapp.Configuration
-
Get a class that this class replaces/extends.
- 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.MetaInfConfiguration
-
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
- 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) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
- 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
- ServletsConfiguration - Class in org.eclipse.jetty.webapp
-
Jetty Servlets Configuration
- ServletsConfiguration() - Constructor for class org.eclipse.jetty.webapp.ServletsConfiguration
- set(String...) - Method in class org.eclipse.jetty.webapp.Configurations
- set(Configuration...) - Method in class org.eclipse.jetty.webapp.Configurations
- 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
- 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
- setDefaultsDescriptor(DefaultsDescriptor) - Method in class org.eclipse.jetty.webapp.MetaData
-
Set the web-default.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
- setExtraClasspath(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the Extra ClassPath via delimited String.
- setExtraClasspath(List<Resource>) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setExtractWAR(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setKnown(String...) - Static method in class org.eclipse.jetty.webapp.Configurations
- 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
- setServerClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the server classes patterns.
- setServerDefault(Server) - Static method in class org.eclipse.jetty.webapp.Configurations
-
Get/Set/Create the server default Configuration ClassList.
- setServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.eclipse.jetty.webapp.WebAppContext
- setSystemClassMatcher(ClassMatcher) - 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
- 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
. - setWebDescriptor(WebDescriptor) - Method in class org.eclipse.jetty.webapp.MetaData
- setWebInfClassesResources(List<Resource>) - Method in class org.eclipse.jetty.webapp.MetaData
- size() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByClass
- size() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByLocationOrModule
- size() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByModule
- size() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackage
- size() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackageOrName
- size() - Method in class org.eclipse.jetty.webapp.ClassMatcher
- size() - Method in class org.eclipse.jetty.webapp.Configurations
- sort() - Method in class org.eclipse.jetty.webapp.Configurations
- sort(List<Configuration>) - Static method in class org.eclipse.jetty.webapp.Configurations
- 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
- stopContext() - 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
- TEMPORARY_RESOURCE_BASE - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
- test(String) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByClass
- test(String) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackage
- test(String) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackageOrName
- test(URI) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByLocation
- test(URI) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByLocationOrModule
- test(URI) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByModule
- toArray() - Method in class org.eclipse.jetty.webapp.Configurations
- toString() - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- toString() - Method in class org.eclipse.jetty.webapp.ClassMatcher.Entry
- toString() - Method in class org.eclipse.jetty.webapp.Configurations
- toString() - Method in class org.eclipse.jetty.webapp.Descriptor
- toString() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- 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.MetaData.Complete
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.MetaData.Complete
-
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.MetaData.Complete
-
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
- visitDefaultContextPath(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
-
When specified, this element provides a default context path of the web application.
- 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
- 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
- visitRequestCharacterEncoding(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
-
When specified, this element provides a default request encoding of the web application.
- visitResponseCharacterEncoding(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
-
When specified, this element provides a default response encoding of the web application.
- 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.
- WebAppConfiguration - Class in org.eclipse.jetty.webapp
-
WebApp Configuration
- WebAppConfiguration() - Constructor for class org.eclipse.jetty.webapp.WebAppConfiguration
- 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, String) - Constructor for class org.eclipse.jetty.webapp.MetaInfConfiguration.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.MetaInfConfiguration
- WebInfConfiguration - Class in org.eclipse.jetty.webapp
- WebInfConfiguration() - Constructor for class org.eclipse.jetty.webapp.WebInfConfiguration
- 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
- __nonValidatingStaticParser - Static variable in class org.eclipse.jetty.webapp.WebDescriptor
- __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
- _configurations - Variable in class org.eclipse.jetty.webapp.Configurations
- _context - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- _context - Variable in class org.eclipse.jetty.webapp.MetaInfConfiguration.ContainerPathNameMatcher
- _context - Variable in class org.eclipse.jetty.webapp.MetaInfConfiguration.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
- _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.MetaInfConfiguration.ContainerPathNameMatcher
- _pattern - Variable in class org.eclipse.jetty.webapp.MetaInfConfiguration.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
- _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