Index

A B C D E F G H I J L M N O P R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values

A

abort(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
 
abort(WebAppContext) - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
 
AbsoluteOrdering - Class in org.eclipse.jetty.ee11.webapp
AbsoluteOrdering
AbsoluteOrdering(MetaData) - Constructor for class org.eclipse.jetty.ee11.webapp.AbsoluteOrdering
 
AbstractConfiguration - Class in org.eclipse.jetty.ee11.webapp
 
AbstractConfiguration(AbstractConfiguration.Builder) - Constructor for class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
 
AbstractConfiguration.Builder - Class in org.eclipse.jetty.ee11.webapp
 
add(String) - Method in class org.eclipse.jetty.ee11.webapp.AbsoluteOrdering
 
add(String...) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
add(Configuration) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
add(Configuration...) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
addClassName(String) - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
addConfiguration(Configuration...) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
addContainerResource(Resource) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
addDependencies(Class...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
Add configuration classes that come before this configuration
addDependencies(String...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
Add configuration classes that come before this configuration
addDependents(Class...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
Add configuration classes that come after this configuration
addDependents(String...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
Add configuration classes that come after this configuration
addDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
addDiscoveredAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
Add an annotation that has been discovered on a class, method or field within a resource eg a jar or dir.
addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
addFragmentDescriptor(Resource, FragmentDescriptor) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
Add a web-fragment.xml, and the jar it is contained in.
addHiddenClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Add a ClassMatcher for hidden (server) classes by combining with any existing matcher.
addOthers() - Method in class org.eclipse.jetty.ee11.webapp.AbsoluteOrdering
 
addOverrideDescriptor(String) - Method in class org.eclipse.jetty.ee11.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.ee11.webapp.MetaData
Add a override-web.xml descriptor.
addProtectedClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Add a ClassMatcher for protected (system) classes by combining with any existing matcher.
addServerClasses(Server, String...) - Static method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Deprecated, for removal: This API element is subject to removal in a future version.
use WebAppClassLoading.addProtectedClasses(Server, String...)
addServletMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
addSessionConfigAttribute(WebAppContext, Descriptor, String, String) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
addSystemClasses(Server, String...) - Static method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Deprecated, for removal: This API element is subject to removal in a future version.
use WebAppClassLoading.addHiddenClasses(Server, String...)
addWebFragments(WebAppContext, MetaData) - Method in class org.eclipse.jetty.ee11.webapp.FragmentConfiguration
Add in fragment descriptors that have already been discovered by MetaInfConfiguration
addWebInfResource(Resource) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
addWelcomeFiles(WebAppContext, XmlParser.Node, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
After - Enum constant in enum class org.eclipse.jetty.ee11.webapp.FragmentDescriptor.OtherType
 
Annotation - Enum constant in enum class org.eclipse.jetty.ee11.webapp.Origin
 
API - Enum constant in enum class org.eclipse.jetty.ee11.webapp.Origin
 
apply() - Method in class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
 

B

Before - Enum constant in enum class org.eclipse.jetty.ee11.webapp.FragmentDescriptor.OtherType
 
Builder() - Constructor for class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
 

C

CACHED_CONTAINER_FRAGMENTS - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
CACHED_CONTAINER_RESOURCES - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
CACHED_CONTAINER_TLDS - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
CachingWebAppClassLoader - Class in org.eclipse.jetty.ee11.webapp
Deprecated, for removal: This API element is subject to removal in a future version.
use core CachingWebAppClassLoader instead
CachingWebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee11.webapp.CachingWebAppClassLoader
Deprecated.
 
CachingWebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee11.webapp.CachingWebAppClassLoader
Deprecated.
 
checkAndSetAttributeName() - Method in class org.eclipse.jetty.ee11.webapp.DecoratingListener
 
cleanupAfterStop() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Prevent the temp directory from being deleted during the normal stop sequence, and require that ContextHandler.cleanupAfterStop() is explicitly called after the webapp classloader is closed
clear() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
clear() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
Empty ready for reuse
Configuration - Interface in org.eclipse.jetty.ee11.webapp
A pluggable Configuration for WebAppContexts.
Configurations - Class in org.eclipse.jetty.ee11.webapp
An ordered list of Configuration instances.
Configurations() - Constructor for class org.eclipse.jetty.ee11.webapp.Configurations
 
Configurations(String...) - Constructor for class org.eclipse.jetty.ee11.webapp.Configurations
 
Configurations(List) - Constructor for class org.eclipse.jetty.ee11.webapp.Configurations
 
Configurations(Configuration...) - Constructor for class org.eclipse.jetty.ee11.webapp.Configurations
 
configure() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
 
configure(WebAppContext) - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
Configure WebApp.
configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.JettyWebXmlConfiguration
Configure Apply web-jetty.xml configuration
configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebXmlConfiguration
Process web-default.xml, web.xml, override-web.xml
configureClassLoader(ClassLoader) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Configure the context ClassLoader, potentially wrapping it.
CONTAINER_JAR_PATTERN - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
createTempDirectory() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 

D

deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
 
deconfigure(WebAppContext) - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
DeConfigure WebApp.
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
 
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebXmlConfiguration
 
DecoratingListener - Class in org.eclipse.jetty.ee11.webapp
An extended org.eclipse.jetty.servlet.DecoratingListener.
DecoratingListener() - Constructor for class org.eclipse.jetty.ee11.webapp.DecoratingListener
 
DecoratingListener(String) - Constructor for class org.eclipse.jetty.ee11.webapp.DecoratingListener
 
DecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee11.webapp.DecoratingListener
 
DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.ee11.webapp.DecoratingListener
 
DECORATOR_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee11.webapp.DecoratingListener
 
DEFAULT_USE_CONTAINER_METAINF_CACHE - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
DefaultsDescriptor - Class in org.eclipse.jetty.ee11.webapp
DefaultsDescriptor
DefaultsDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee11.webapp.DefaultsDescriptor
 
Descriptor - Class in org.eclipse.jetty.ee11.webapp
 
Descriptor(Resource) - Constructor for class org.eclipse.jetty.ee11.webapp.Descriptor
 
DescriptorProcessor - Interface in org.eclipse.jetty.ee11.webapp
DescriptorProcessor
destroy() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
destroy(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
 
destroy(WebAppContext) - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
Destroy WebApp.
DiscoveredAnnotation - Class in org.eclipse.jetty.ee11.webapp
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.ee11.webapp.DiscoveredAnnotation
 
DiscoveredAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
 
doStart() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
dump() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 

E

enabledByDefault(boolean) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
 
end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.IterativeDescriptorProcessor
 
end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
expose(String...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
Expose classes to the web application by adding them as exclusions to the AbstractConfiguration.getHiddenClasses()

F

findAndFilterContainerPaths(WebAppContext) - Method in class org.eclipse.jetty.ee11.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.ee11.webapp.MetaInfConfiguration
Finds the jars that are either physically or virtually in WEB-INF/lib, and applies an optional filter to their full pathnames.
findClassDirs(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
findExtraClasspathDirs(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
Get class dirs from WebAppContext.getExtraClasspath as resources
findExtraClasspathJars(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
Get jars from WebAppContext.getExtraClasspath as resources
findJars(WebAppContext) - Method in class org.eclipse.jetty.ee11.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.ee11.webapp.MetaInfConfiguration
Get WEB-INF/classes dir
findWebInfLibJars(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
Look for jars in WEB-INF/lib
findWebXml(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebXmlConfiguration
 
FRAGMENT_RESOURCES - Static variable in class org.eclipse.jetty.ee11.webapp.FragmentConfiguration
 
FragmentConfiguration - Class in org.eclipse.jetty.ee11.webapp
FragmentConfiguration
FragmentConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.FragmentConfiguration
 
FragmentDescriptor - Class in org.eclipse.jetty.ee11.webapp
A web-fragment.xml descriptor.
FragmentDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
FragmentDescriptor.OtherType - Enum Class in org.eclipse.jetty.ee11.webapp
 

G

get(int) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
get(Class) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
getAfters() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
getAllContainerJars(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
getBefores() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
getCanonicalNameForTmpDir() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getCanonicalNameForWebAppTmpDir(WebAppContext) - Static method in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
this method is no longer used
getClassName() - Method in class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
 
getClassNames() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
getConfiguration(Class) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getConfigurationClasses() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getConfigurations() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
getConfigurations() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getConfigurations(Class) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
getContainerResources() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getContext(String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext.ServletApiContext
 
getCurrentWebAppContext() - Static method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getDefaultsDescriptor() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getDefaultsDescriptor() - Method in class org.eclipse.jetty.ee11.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.ee11.webapp.AbstractConfiguration
 
getDependencies() - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
Get known Configuration Dependencies.
getDependents() - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
 
getDependents() - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
Get known Configuration Dependents.
getDescriptor() - Method in class org.eclipse.jetty.ee11.webapp.MetaData.OriginInfo
 
getDescriptor() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getExtraClasspath() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getFragmentDescriptor(String) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getFragmentDescriptor(Resource) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getFragmentDescriptorForJar(Resource) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
Get the web-fragment.xml related to a jar
getHiddenClasses() - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
 
getHiddenClasses() - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
Get the server (hidden) classes associated with this Configuration.
getHiddenClasses() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getHiddenClassMatcher() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getJarForFragmentName(String) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getKnown() - Static method in class org.eclipse.jetty.ee11.webapp.Configurations
 
getMajorVersion() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
getMetaData() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getMetaDataComplete() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
getMinorVersion() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
getName() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
getName() - Method in class org.eclipse.jetty.ee11.webapp.MetaData.OriginInfo
 
getNamedFragmentDescriptors() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getOrdering() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
getOrdering() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getOrdering() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
getOrigin(String) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getOriginDescriptor(String) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getOriginInfo(String) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getOrigins() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getOriginType() - Method in class org.eclipse.jetty.ee11.webapp.MetaData.OriginInfo
 
getOtherType() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
getOverrideDescriptor() - Method in class org.eclipse.jetty.ee11.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.ee11.webapp.MetaData
 
getOverrideDescriptors() - Method in class org.eclipse.jetty.ee11.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.ee11.webapp.WebDescriptor
Get a parser for parsing web descriptor content.
getPermissions() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getProtectedClasses() - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
 
getProtectedClasses() - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
Get the system (protected) classes associated with this Configuration.
getProtectedClasses() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getProtectedClassMatcher() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getResource() - Method in class org.eclipse.jetty.ee11.webapp.Descriptor
 
getResource() - Method in class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
 
getResource(String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getResource(String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext.ServletApiContext
 
getResourceAlias(String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getResourceAliases() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getResourceBaseName(Resource) - Static method in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
this method is no longer needed
getResourceFactory() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getResourceForTempDirName() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
If the webapp has no baseresource yet, use the war to make the temp directory name.
getRoot() - Method in class org.eclipse.jetty.ee11.webapp.Descriptor
 
getServerDefault(Server) - Static method in class org.eclipse.jetty.ee11.webapp.Configurations
Get/Create the server default Configuration ClassList.
getTargetClass() - Method in class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
 
getUnavailableException() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Get an exception that caused the webapp to be unavailable
getURI() - Method in class org.eclipse.jetty.ee11.webapp.Descriptor
 
getWar() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getWebDescriptor() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getWebInf() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
getWebInfClassesResources() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
getWebInfResources(boolean) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 

H

hide(String...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
Hide classes from the web application by adding them to the AbstractConfiguration.getHiddenClasses()

I

initializeDefault(String, Object) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
isAllowDuplicateFragmentNames() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
isAllowDuplicateFragmentNames() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
isAvailable() - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
 
isAvailable() - Method in class org.eclipse.jetty.ee11.webapp.JaasConfiguration
 
isAvailable() - Method in class org.eclipse.jetty.ee11.webapp.JaspiConfiguration
 
isAvailable() - Method in class org.eclipse.jetty.ee11.webapp.JmxConfiguration
 
isAvailable() - Method in class org.eclipse.jetty.ee11.webapp.JndiConfiguration
 
isAvailable() - Method in class org.eclipse.jetty.ee11.webapp.JspConfiguration
 
isAvailable() - Method in class org.eclipse.jetty.ee11.webapp.ServletsConfiguration
 
isConfigurationDiscovered() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Is the context Automatically configured.
isCopyWebDir() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
isCopyWebInf() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
isDistributable() - Method in class org.eclipse.jetty.ee11.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.ee11.webapp.WebAppContext
 
isDistributable() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
isEnabledByDefault() - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
 
isEnabledByDefault() - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
 
isExtractWAR() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
isLogUrlOnStart() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
isMetaDataComplete() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
isMetaDataComplete(WebDescriptor) - Static method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
Check if the descriptor is metadata-complete.
isOrdered() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
isOrdered() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
isParentLoaderPriority() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
isThrowUnavailableOnStartupException() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
isValidateXml() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
IterativeDescriptorProcessor - Class in org.eclipse.jetty.ee11.webapp
IterativeDescriptorProcessor
IterativeDescriptorProcessor() - Constructor for class org.eclipse.jetty.ee11.webapp.IterativeDescriptorProcessor
 
iterator() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 

J

JaasConfiguration - Class in org.eclipse.jetty.ee11.webapp
JAAS Configuration
JaasConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.JaasConfiguration
 
JaspiConfiguration - Class in org.eclipse.jetty.ee11.webapp
JASPI Configuration
JaspiConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.JaspiConfiguration
 
JETTY_EE11_WEB_XML - Static variable in class org.eclipse.jetty.ee11.webapp.JettyWebXmlConfiguration
 
JETTY_WEB_XML - Static variable in class org.eclipse.jetty.ee11.webapp.JettyWebXmlConfiguration
 
JettyWebXmlConfiguration - Class in org.eclipse.jetty.ee11.webapp
Looks for XmlConfiguration files in WEB-INF.
JettyWebXmlConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.JettyWebXmlConfiguration
 
JmxConfiguration - Class in org.eclipse.jetty.ee11.webapp
This configuration configures the WebAppContext protected/hidden classes so that web applications are able to see the org.eclipse.jetty.jmx and org.eclipse.jetty.util.annotation packages and sub-packages.
JmxConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.JmxConfiguration
 
JndiConfiguration - Class in org.eclipse.jetty.ee11.webapp
JNDI Configuration
JndiConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.JndiConfiguration
 
JspConfiguration - Class in org.eclipse.jetty.ee11.webapp
JSP Configuration
JspConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.JspConfiguration
 

L

loadConfigurations() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 

M

makeTempDirectory() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
makeTempDirectory(File, WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
MetaData - Class in org.eclipse.jetty.ee11.webapp
The metadata associated with the configuration and deployment of a web application, obtained from descriptors, annotations and direct configuration.
MetaData() - Constructor for class org.eclipse.jetty.ee11.webapp.MetaData
 
MetaData.OriginInfo - Class in org.eclipse.jetty.ee11.webapp
Metadata regarding where a deployable element was declared: by annotation or by descriptor.
METAINF_FRAGMENTS - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
METAINF_RESOURCES - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
METAINF_TLDS - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
MetaInfConfiguration - Class in org.eclipse.jetty.ee11.webapp
MetaInfConfiguration
MetaInfConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 

N

NAMELESS - Static variable in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
newConfiguration(String) - Static method in class org.eclipse.jetty.ee11.webapp.Configurations
 
newConfigurations() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
newParser(boolean) - Static method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
Create a new parser for parsing web descriptors.
newServletContextApi() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
None - Enum constant in enum class org.eclipse.jetty.ee11.webapp.FragmentDescriptor.OtherType
 
NotSet - Enum constant in enum class org.eclipse.jetty.ee11.webapp.Origin
 

O

of(Object) - Static method in enum class org.eclipse.jetty.ee11.webapp.Origin
 
order(List) - Method in class org.eclipse.jetty.ee11.webapp.AbsoluteOrdering
 
order(List) - Method in interface org.eclipse.jetty.ee11.webapp.Ordering
 
order(List) - Method in class org.eclipse.jetty.ee11.webapp.RelativeOrdering
 
orderFragments() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
Ordering - Interface in org.eclipse.jetty.ee11.webapp
Ordering options for jars in WEB-INF lib.
org.eclipse.jetty.ee11.webapp - module org.eclipse.jetty.ee11.webapp
 
org.eclipse.jetty.ee11.webapp - package org.eclipse.jetty.ee11.webapp
Jetty Util : Modular Web Application Support
Origin - Enum Class in org.eclipse.jetty.ee11.webapp
 
ORIGINAL_RESOURCE_BASE - Static variable in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
 
OriginInfo(String) - Constructor for class org.eclipse.jetty.ee11.webapp.MetaData.OriginInfo
 
OriginInfo(String, Annotation, Class) - Constructor for class org.eclipse.jetty.ee11.webapp.MetaData.OriginInfo
 
OriginInfo(String, Descriptor) - Constructor for class org.eclipse.jetty.ee11.webapp.MetaData.OriginInfo
 
OTHER - Static variable in class org.eclipse.jetty.ee11.webapp.AbsoluteOrdering
 
OverrideDescriptor - Class in org.eclipse.jetty.ee11.webapp
OverrideDescriptor
OverrideDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee11.webapp.OverrideDescriptor
 

P

parse(XmlParser) - Method in class org.eclipse.jetty.ee11.webapp.Descriptor
 
parse(XmlParser) - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
parse(XmlParser) - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
postConfigure() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
 
postConfigure(WebAppContext) - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
Clear down after configuration.
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.FragmentConfiguration
 
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
preConfigure() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Pre configure the web application.
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
 
preConfigure(WebAppContext) - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
Set up for configuration.
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.FragmentConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebXmlConfiguration
 
process(WebAppContext, Descriptor) - Method in interface org.eclipse.jetty.ee11.webapp.DescriptorProcessor
 
process(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.IterativeDescriptorProcessor
processAfters(XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
processBefores(XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
processDistributable() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
processName() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
processOrdering() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
processOrdering() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
processVersion() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
PROPERTY_WEB_INF - Static variable in class org.eclipse.jetty.ee11.webapp.JettyWebXmlConfiguration
 
PROPERTY_WEB_INF_URI - Static variable in class org.eclipse.jetty.ee11.webapp.JettyWebXmlConfiguration
 
protect(String...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
Protect classes from modification by the web application by adding them to the AbstractConfiguration.getProtectedClasses()
protectAndExpose(String...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
Protect classes from modification by the web application by adding them to the AbstractConfiguration.getProtectedClasses() and expose them to the web application by adding them as exclusions to the AbstractConfiguration.getHiddenClasses()

R

registerVisitor(String, Method) - Method in class org.eclipse.jetty.ee11.webapp.IterativeDescriptorProcessor
Register a method to be called back when visiting the node with the given name.
RelativeOrdering - Class in org.eclipse.jetty.ee11.webapp
Relative Fragment Ordering
RelativeOrdering(MetaData) - Constructor for class org.eclipse.jetty.ee11.webapp.RelativeOrdering
 
remove(Class...) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
remove(String...) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
remove(Configuration...) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
removeConfiguration(Class...) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
removeConfiguration(Configuration...) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
removeDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
removeResourceAlias(String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
replaces() - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
Get a class that this class replaces/extends.
resolveMetaData() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
resolveTempDirectory(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
Get a temporary directory in which to unpack the war etc etc.
RESOURCE_DIRS - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
If set, to a list of URLs, these resources are added to the context resource base as a resource collection.

S

scanForFragment(WebAppContext, Resource, ConcurrentHashMap) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
Scan for META-INF/web-fragment.xml file in the given directory.
scanForResources(WebAppContext, Resource, ConcurrentHashMap) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
Scan for META-INF/resources dir in the given directory.
scanForTlds(WebAppContext, Resource, ConcurrentHashMap) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
Discover META-INF/*.tld files in the given directory
scanJars(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
scanJars(WebAppContext, Collection, boolean) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
For backwards compatibility.
scanJars(WebAppContext, Collection, boolean, List) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
Look into the jars to discover info in META-INF.
SERVER_DEFAULT_ATTR - Static variable in class org.eclipse.jetty.ee11.webapp.Configurations
 
SERVER_SRV_CLASSES - Static variable in class org.eclipse.jetty.ee11.webapp.WebAppContext
Deprecated, for removal: This API element is subject to removal in a future version.
use WebAppClassLoading.HIDDEN_CLASSES_ATTRIBUTE instead.
SERVER_SYS_CLASSES - Static variable in class org.eclipse.jetty.ee11.webapp.WebAppContext
Deprecated, for removal: This API element is subject to removal in a future version.
use WebAppClassLoading.PROTECTED_CLASSES_ATTRIBUTE instead.
ServletApiContext() - Constructor for class org.eclipse.jetty.ee11.webapp.WebAppContext.ServletApiContext
 
ServletsConfiguration - Class in org.eclipse.jetty.ee11.webapp
Jetty Servlets Configuration
ServletsConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.ServletsConfiguration
 
set(String...) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
set(Configuration...) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
setAllowDuplicateFragmentNames(boolean) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
setAllowDuplicateFragmentNames(boolean) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setBaseResource(Resource) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setConfigurationClasses(String[]) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setConfigurationClasses(List) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setConfigurationDiscovered(boolean) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Set the configuration discovery mode.
setConfigurations(Configuration[]) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setConfigurations(Configurations) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setContextWhiteList(String...) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Set the context white list
setCopyWebDir(boolean) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setCopyWebInf(boolean) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setDefaultsDescriptor(String) - Method in class org.eclipse.jetty.ee11.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.ee11.webapp.MetaData
Set the web-default.xml.
setDescriptor(String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Set the web.xml descriptor to use.
setDisplayName(String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setDistributable(boolean) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setExtraClasspath(String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Set the Extra ClassPath via delimited String.
setExtraClasspath(List) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setExtractWAR(boolean) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setHiddenClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Set the hidden (server) classes patterns.
setKnown(String...) - Static method in class org.eclipse.jetty.ee11.webapp.Configurations
 
setLogUrlOnStart(boolean) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Sets whether or not the web app name and URL is logged on startup
setOrdering(Ordering) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
setOrigin(String, Annotation, Class) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
setOrigin(String, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
setOriginAPI(String) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
setOverrideDescriptor(String) - Method in class org.eclipse.jetty.ee11.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) - Method in class org.eclipse.jetty.ee11.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.ee11.webapp.WebAppContext
 
setPermissions(PermissionCollection) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setProtectedClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Set the protected (system) classes patterns.
setResourceAlias(String, String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Set Resource Alias.
setResourceAliases(Map) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setServer(Server) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setServerDefault(Server) - Static method in class org.eclipse.jetty.ee11.webapp.Configurations
Get/Set/Create the server default Configuration ClassList.
setServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setThrowUnavailableOnStartupException(boolean) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
setValidateXml(boolean) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
Set if true xml syntax is validated by the parser, false otherwise.
setWar(String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Set the war of the webapp.
setWarResource(Resource) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Set the war of the webapp as a Resource.
setWebDescriptor(WebDescriptor) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
Set the web.xml descriptor.
setWebInfClassesResources(List) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
 
size() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
sort() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
sort(List) - Static method in class org.eclipse.jetty.ee11.webapp.Configurations
 
STANDARD_PROCESSOR - Static variable in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
StandardDescriptorProcessor - Class in org.eclipse.jetty.ee11.webapp
StandardDescriptorProcessor.
StandardDescriptorProcessor() - Constructor for class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
start(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.IterativeDescriptorProcessor
 
start(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
startContext() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
startWebapp() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Continue the WebAppContext.startContext() before calling super.startContext().
stopContext() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
stopWebapp() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
Continue the WebAppContext.stopContext() before calling super.stopContext().

T

TEMPORARY_RESOURCE_BASE - Static variable in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
 
toArray() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
toString() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 
toString() - Method in class org.eclipse.jetty.ee11.webapp.Descriptor
 
toString() - Method in class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
 
toString() - Method in class org.eclipse.jetty.ee11.webapp.MetaData.OriginInfo
 
toString() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
toStringArray() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
 

U

unpack(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
 
USE_CONTAINER_METAINF_CACHE - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 

V

VALIDATE_XML - Static variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
valueOf(String) - Static method in enum class org.eclipse.jetty.ee11.webapp.FragmentDescriptor.OtherType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.ee11.webapp.Origin
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.eclipse.jetty.ee11.webapp.FragmentDescriptor.OtherType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.ee11.webapp.Origin
Returns an array containing the constants of this enum class, in the order they are declared.
visit(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.IterativeDescriptorProcessor
 
visitContextParam(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitDefaultContextPath(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.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.ee11.webapp.StandardDescriptorProcessor
Servlet spec 3.1.
visitDisplayName(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitErrorPage(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitFilter(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitFilterMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitJspConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitListener(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitLocaleEncodingList(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitLoginConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitMimeMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitRequestCharacterEncoding(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.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.ee11.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.ee11.webapp.StandardDescriptorProcessor
 
visitSecurityRole(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitServlet(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitServletMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitSessionConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitTagLib(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 
visitWelcomeFileList(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
 

W

WEB_APP_ELEMENT - Static variable in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
WEB_DEFAULTS_XML - Static variable in class org.eclipse.jetty.ee11.webapp.WebAppContext
 
WebAppConfiguration - Class in org.eclipse.jetty.ee11.webapp
WebApp Configuration
WebAppConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.WebAppConfiguration
 
WebAppContext - Class in org.eclipse.jetty.ee11.webapp
Web Application Context Handler.
WebAppContext() - Constructor for class org.eclipse.jetty.ee11.webapp.WebAppContext
 
WebAppContext(String, String) - Constructor for class org.eclipse.jetty.ee11.webapp.WebAppContext
 
WebAppContext(String, SessionHandler, SecurityHandler, ServletHandler, ErrorHandler, int) - Constructor for class org.eclipse.jetty.ee11.webapp.WebAppContext
 
WebAppContext(SessionHandler, SecurityHandler, ServletHandler, ErrorHandler) - Constructor for class org.eclipse.jetty.ee11.webapp.WebAppContext
 
WebAppContext(Resource, String) - Constructor for class org.eclipse.jetty.ee11.webapp.WebAppContext
 
WebAppContext.ServletApiContext - Class in org.eclipse.jetty.ee11.webapp
 
WebDefaults - Enum constant in enum class org.eclipse.jetty.ee11.webapp.Origin
 
WebDescriptor - Class in org.eclipse.jetty.ee11.webapp
A web descriptor (web.xml/web-defaults.xml/web-overrides.xml).
WebDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
WebFragment - Enum constant in enum class org.eclipse.jetty.ee11.webapp.Origin
 
WEBINF_JAR_PATTERN - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
WebInfConfiguration - Class in org.eclipse.jetty.ee11.webapp
 
WebInfConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
 
WebInfConfiguration(AbstractConfiguration.Builder) - Constructor for class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
 
WebOverride - Enum constant in enum class org.eclipse.jetty.ee11.webapp.Origin
 
WebXml - Enum constant in enum class org.eclipse.jetty.ee11.webapp.Origin
 
WebXmlConfiguration - Class in org.eclipse.jetty.ee11.webapp
Configure by parsing default web.xml and web.xml
WebXmlConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.WebXmlConfiguration
 

X

XML_CONFIGURATION - Static variable in class org.eclipse.jetty.ee11.webapp.JettyWebXmlConfiguration
 

_

__allScanTypes - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
 
__nonValidatingStaticParser - Static variable in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
__signature - Static variable in class org.eclipse.jetty.ee11.webapp.IterativeDescriptorProcessor
 
_afters - Variable in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
_allowDuplicateFragmentNames - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_annotations - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_befores - Variable in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
_className - Variable in class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
 
_classNames - Variable in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
_clazz - Variable in class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
 
_context - Variable in class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
 
_counter - Static variable in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
_descriptorProcessors - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_distributable - Variable in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
_dtd - Variable in class org.eclipse.jetty.ee11.webapp.Descriptor
 
_hasOther - Variable in class org.eclipse.jetty.ee11.webapp.AbsoluteOrdering
 
_isOrdered - Variable in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
_majorVersion - Variable in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
_metaData - Variable in class org.eclipse.jetty.ee11.webapp.AbsoluteOrdering
 
_metaData - Variable in class org.eclipse.jetty.ee11.webapp.RelativeOrdering
 
_metaDataComplete - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_metaDataComplete - Variable in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
_minorVersion - Variable in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
_name - Variable in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
_order - Variable in class org.eclipse.jetty.ee11.webapp.AbsoluteOrdering
 
_orderedContainerResources - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_orderedWebInfResources - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_ordering - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_ordering - Variable in class org.eclipse.jetty.ee11.webapp.WebDescriptor
 
_origins - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_otherType - Variable in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
 
_resource - Variable in class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
 
_root - Variable in class org.eclipse.jetty.ee11.webapp.Descriptor
 
_validateXml - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_visitors - Variable in class org.eclipse.jetty.ee11.webapp.IterativeDescriptorProcessor
 
_webDefaultsRoot - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_webFragmentNameMap - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_webFragmentResourceMap - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_webFragmentRoots - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_webInfClasses - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_webInfJars - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_webOverrideRoots - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_webXmlRoot - Variable in class org.eclipse.jetty.ee11.webapp.MetaData
 
_xml - Variable in class org.eclipse.jetty.ee11.webapp.Descriptor
 
A B C D E F G H I J L M N O P R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values