- scan(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.webapp.JarScanner
-
Find jar names from the provided list matching a pattern.
- scan(Pattern, ClassLoader, boolean, boolean) - Method in class org.eclipse.jetty.webapp.JarScanner
-
Find jar names from the classloader matching a pattern.
- SERVER_CONFIG - Static variable in class org.eclipse.jetty.webapp.WebAppContext
-
- SERVER_SRV_CLASSES - Static variable in class org.eclipse.jetty.webapp.WebAppContext
-
- SERVER_SYS_CLASSES - Static variable in class org.eclipse.jetty.webapp.WebAppContext
-
- 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
-
- setConfigurationDiscovered(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the configuration discovery mode.
- setConfigurations(Configuration[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setContextWhiteList(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the context white list
In certain circumstances you want may want to deny access of one webapp from another
when you may not fully trust the webapp.
- setCopyWebDir(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setCopyWebInf(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setDefaults(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
-
- setDefaultsDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
- setDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setDisplayName(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setDistributable(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setDistributable(boolean) - Method in class org.eclipse.jetty.webapp.WebDescriptor
-
- setEventListeners(EventListener[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setExtraClasspath(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setExtractWAR(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setLogUrlOnStart(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Sets whether or not the web app name and URL is logged on startup
- setName(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
- setOrdering(Ordering) - Method in class org.eclipse.jetty.webapp.MetaData
-
- setOrigin(String, Descriptor) - Method in class org.eclipse.jetty.webapp.MetaData
-
- setOrigin(String) - Method in class org.eclipse.jetty.webapp.MetaData
-
- setOrigin(String, Origin) - Method in class org.eclipse.jetty.webapp.MetaData
-
- setOverrideDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- 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
-
- setPattern(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
-
Initialize the matcher by parsing a classpath pattern string
- setPermissions(PermissionCollection) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setResourceAlias(String, String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set Resource Alias.
- setResourceAliases(Map<String, String>) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setServer(Server) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setServerClasses(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the server classes patterns.
- setServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setSystemClasses(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set the system classes patterns.
- setTempDirectory(File) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Set temporary directory for context.
- setThrowUnavailableOnStartupException(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setValidating(boolean) - Method in class org.eclipse.jetty.webapp.Descriptor
-
- setValidating(boolean) - Method in class org.eclipse.jetty.webapp.WebDescriptor
-
- setWar(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- setWebXml(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
-
- STANDARD_PROCESSOR - Static variable in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
-
- StandardDescriptorProcessor - Class in org.eclipse.jetty.webapp
-
StandardDescriptorProcessor
Process a web.xml, web-defaults.xml, web-overrides.xml, web-fragment.xml.
- 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
- start(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor
-
- startContext() - Method in class org.eclipse.jetty.webapp.WebAppContext
-