A B C D E F G H I J L M N O P R S T U V W X _
A
- AbstractConfiguration - org.eclipse.jetty.webapp 中的 类
-
- AbstractConfiguration() -
类 org.eclipse.jetty.webapp.AbstractConfiguration 的构造方法
-
- add(String) -
类 org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering 中的方法
-
- addAfterOthers(Resource) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
-
- addBeforeOthers(Resource) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
-
- addClassName(String) -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- addClassPath(Resource) -
类 org.eclipse.jetty.webapp.WebAppClassLoader 中的方法
-
- addClassPath(String) -
类 org.eclipse.jetty.webapp.WebAppClassLoader 中的方法
-
- addContainerJar(Resource) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- addDescriptorProcessor(DescriptorProcessor) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- addDiscoveredAnnotation(Resource, DiscoveredAnnotation) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- addDiscoveredAnnotations(List<DiscoveredAnnotation>) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
- Annotations not associated with a WEB-INF/lib fragment jar.
- addDiscoveredAnnotations(Resource, List<DiscoveredAnnotation>) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- addEventListener(EventListener) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- Add EventListener
Conveniance method that calls
WebAppContext.setEventListeners(EventListener[])
- addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- addFragment(Resource, Resource) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
- Add a web-fragment.xml
- addJars(Resource) -
类 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.
- addNoOthers(Resource) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
-
- addOthers() -
类 org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering 中的方法
-
- addOverride(Resource) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- addOverrideDescriptor(String) -
类 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
- addPattern(String) -
类 org.eclipse.jetty.webapp.ClasspathPattern 中的方法
- Parse a classpath pattern string and appending the result
to the existing configuration.
- addResource(WebAppContext, String, Resource) -
类 org.eclipse.jetty.webapp.MetaInfConfiguration 中的方法
-
- addServerClass(String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- addServletMapping(String, XmlParser.Node, WebAppContext, Descriptor) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- addSystemClass(String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- addWebInfJar(Resource) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- addWelcomeFiles(WebAppContext, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- allowDuplicateFragmentNames -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- apply() -
类 org.eclipse.jetty.webapp.DiscoveredAnnotation 中的方法
-
B
- BASETEMPDIR -
类 org.eclipse.jetty.webapp.WebAppContext 中的静态变量
-
C
- checkSecurity(Request) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- checkUserDataPermissions(String, Request, Response, Object) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- ClasspathPattern - org.eclipse.jetty.webapp 中的 类
- ClasspathPattern performs sequential pattern matching of a class name
against an internal array of classpath pattern entries.
- ClasspathPattern() -
类 org.eclipse.jetty.webapp.ClasspathPattern 的构造方法
-
- ClasspathPattern(String[]) -
类 org.eclipse.jetty.webapp.ClasspathPattern 的构造方法
-
- ClasspathPattern(String) -
类 org.eclipse.jetty.webapp.ClasspathPattern 的构造方法
-
- clear() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
- Empty ready for reuse
- CloneConfiguration - org.eclipse.jetty.webapp 中的 类
-
- cloneConfigure(WebAppContext, WebAppContext) -
类 org.eclipse.jetty.webapp.AbstractConfiguration 中的方法
-
- cloneConfigure(WebAppContext, WebAppContext) -
接口 org.eclipse.jetty.webapp.Configuration 中的方法
- Clone configuration instance.
- cloneConfigure(WebAppContext, WebAppContext) -
类 org.eclipse.jetty.webapp.TagLibConfiguration 中的方法
-
- cloneConfigure(WebAppContext, WebAppContext) -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的方法
-
- condensePackageString(String) -
类 org.eclipse.jetty.util.log.StdErrLog 中的静态方法
- Condenses a classname by stripping down the package name to just the first character of each package name
segment.Configured
Examples:
"org.eclipse.jetty.test.FooTest" = "oejt.FooTest"
"org.eclipse.jetty.server.logging.LogTest" = "orjsl.LogTest"
- Configuration - org.eclipse.jetty.webapp 中的 接口
- Base Class for WebApplicationContext Configuration.
- configure(WebAppContext) -
类 org.eclipse.jetty.webapp.AbstractConfiguration 中的方法
-
- configure(WebAppContext) -
类 org.eclipse.jetty.webapp.CloneConfiguration 中的方法
-
- configure(WebAppContext) -
接口 org.eclipse.jetty.webapp.Configuration 中的方法
- Configure WebApp.
- configure(WebAppContext) -
类 org.eclipse.jetty.webapp.FragmentConfiguration 中的方法
-
- configure(WebAppContext) -
类 org.eclipse.jetty.webapp.JettyWebXmlConfiguration 中的方法
- Configure
Apply web-jetty.xml configuration
- configure(WebAppContext) -
类 org.eclipse.jetty.webapp.MetaInfConfiguration 中的方法
-
- configure(WebAppContext) -
类 org.eclipse.jetty.webapp.TagLibConfiguration 中的方法
-
- configure() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- configure(WebAppContext) -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的方法
-
- configure(WebAppContext) -
类 org.eclipse.jetty.webapp.WebXmlConfiguration 中的方法
- Process web-default.xml, web.xml, override-web.xml
- CONTAINER_JAR_PATTERN -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的静态变量
-
- contextDestroyed(ServletContextEvent) -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TagLibListener 中的方法
-
- contextInitialized(ServletContextEvent) -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TagLibListener 中的方法
-
D
- debug(String, Object...) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- debug(Throwable) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- debug(String, Throwable) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- deconfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.AbstractConfiguration 中的方法
-
- deconfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.CloneConfiguration 中的方法
-
- deconfigure(WebAppContext) -
接口 org.eclipse.jetty.webapp.Configuration 中的方法
- DeConfigure WebApp.
- deconfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.MetaInfConfiguration 中的方法
-
- deconfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.TagLibConfiguration 中的方法
-
- deconfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的方法
-
- deconfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.WebXmlConfiguration 中的方法
-
- DefaultsDescriptor - org.eclipse.jetty.webapp 中的 类
- DefaultsDescriptor
- DefaultsDescriptor(Resource) -
类 org.eclipse.jetty.webapp.DefaultsDescriptor 的构造方法
-
- Descriptor - org.eclipse.jetty.webapp 中的 类
-
- Descriptor(Resource) -
类 org.eclipse.jetty.webapp.Descriptor 的构造方法
-
- descriptor -
类 org.eclipse.jetty.webapp.MetaData.OriginInfo 中的变量
-
- DescriptorProcessor - org.eclipse.jetty.webapp 中的 接口
- DescriptorProcessor
- destroy(WebAppContext) -
类 org.eclipse.jetty.webapp.AbstractConfiguration 中的方法
-
- destroy(WebAppContext) -
接口 org.eclipse.jetty.webapp.Configuration 中的方法
- Destroy WebApp.
- destroy() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- DiscoveredAnnotation - 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) -
类 org.eclipse.jetty.webapp.DiscoveredAnnotation 的构造方法
-
- DiscoveredAnnotation(WebAppContext, String, Resource) -
类 org.eclipse.jetty.webapp.DiscoveredAnnotation 的构造方法
-
- doStart() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- doStart() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- doStop() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- doStop() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
E
- end(WebAppContext, Descriptor) -
类 org.eclipse.jetty.webapp.IterativeDescriptorProcessor 中的方法
-
- end(WebAppContext, Descriptor) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- end(WebAppContext, Descriptor) -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor 中的方法
-
- ensureParser() -
类 org.eclipse.jetty.webapp.Descriptor 中的方法
-
- ensureParser() -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TldDescriptor 中的方法
-
- ensureParser() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- ERROR_PAGE -
类 org.eclipse.jetty.webapp.WebAppContext 中的静态变量
-
F
- findIdentityService() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- findJars(WebAppContext) -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的方法
- Look for jars in WEB-INF/lib
- findLoginService() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- findWebFragments(WebAppContext, MetaData) -
类 org.eclipse.jetty.webapp.FragmentConfiguration 中的方法
- Look for any web-fragment.xml fragments in META-INF of jars in WEB-INF/lib
- findWebXml(WebAppContext) -
类 org.eclipse.jetty.webapp.WebXmlConfiguration 中的方法
-
- findWorkDirectory(WebAppContext) -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的方法
-
- FRAGMENT_RESOURCES -
类 org.eclipse.jetty.webapp.FragmentConfiguration 中的静态变量
-
- FragmentConfiguration - org.eclipse.jetty.webapp 中的 类
- FragmentConfiguration
Process web-fragments in jars
- FragmentConfiguration() -
类 org.eclipse.jetty.webapp.FragmentConfiguration 的构造方法
-
- FragmentDescriptor - org.eclipse.jetty.webapp 中的 类
- Fragment
A web-fragment.xml descriptor.
- FragmentDescriptor(Resource) -
类 org.eclipse.jetty.webapp.FragmentDescriptor 的构造方法
-
- FragmentDescriptor.OtherType - org.eclipse.jetty.webapp 中的 枚举
-
G
- getAfters() -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的方法
-
- getAuthenticator() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- getAuthenticatorFactory() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- getAuthMethod() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- getBefores() -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的方法
-
- getCanonicalNameForWebAppTmpDir(WebAppContext) -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的静态方法
- Create a canonical name for a webapp temp directory.
- getClassNames() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- getConfigurationClasses() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getConfigurations() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getContext() -
类 org.eclipse.jetty.webapp.WebAppClassLoader 中的方法
-
- getContext(String) -
类 org.eclipse.jetty.webapp.WebAppContext.Context 中的方法
-
- getCurrentSecurityHandler() -
类 org.eclipse.jetty.security.SecurityHandler 中的静态方法
-
- getCurrentWebAppContext() -
类 org.eclipse.jetty.webapp.WebAppContext 中的静态方法
-
- getDefaultConfigurationClasses() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getDefaultsDescriptor() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
- getDefaultServerClasses() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getDefaultSystemClasses() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getDescriptor() -
类 org.eclipse.jetty.webapp.MetaData.OriginInfo 中的方法
-
- getDescriptor() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getExtraClasspath() -
接口 org.eclipse.jetty.webapp.WebAppClassLoader.Context 中的方法
-
- getExtraClasspath() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getFragment(Resource) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getFragment(String) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getFragments() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getIdentityService() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
- Get the identityService.
- getIndexOf(List<Resource>, String) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
-
- getInitParameter(String) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- getInitParameterNames() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- getJarForFragment(String) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getLevel() -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- getLevelId(String, String) -
类 org.eclipse.jetty.util.log.StdErrLog 中的静态方法
-
- getListeners() -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor 中的方法
-
- getLoggingLevel(Properties, String) -
类 org.eclipse.jetty.util.log.StdErrLog 中的静态方法
- Get the Logging Level for the provided log name.
- getLoginService() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
- Get the loginService.
- getMajorVersion() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- getMetaData() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getMetaDataComplete() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- getMinorVersion() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- getName() -
类 org.eclipse.jetty.security.SecurityHandler.NotChecked 中的方法
-
- getName() -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- getName() -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的方法
-
- getName() -
类 org.eclipse.jetty.webapp.MetaData.OriginInfo 中的方法
-
- getName() -
类 org.eclipse.jetty.webapp.WebAppClassLoader 中的方法
-
- getNamedFragments() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getOrderedContainerJars() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getOrderedFragments() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getOrderedWebInfJars() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getOrdering() -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的方法
-
- getOrdering() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getOrdering() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- getOrigin(String) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getOriginDescriptor(String) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getOriginType() -
类 org.eclipse.jetty.webapp.MetaData.OriginInfo 中的方法
-
- getOtherType() -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的方法
-
- getOverrideDescriptor() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- 已过时。 use
WebAppContext.getOverrideDescriptors()
- getOverrideDescriptors() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- An override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getOverrideWebs() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getPatterns() -
类 org.eclipse.jetty.webapp.ClasspathPattern 中的方法
-
- getPermissions() -
接口 org.eclipse.jetty.webapp.WebAppClassLoader.Context 中的方法
-
- getPermissions(CodeSource) -
类 org.eclipse.jetty.webapp.WebAppClassLoader 中的方法
-
- getPermissions() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getRealmName() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- getResource() -
类 org.eclipse.jetty.webapp.Descriptor 中的方法
-
- getResource() -
类 org.eclipse.jetty.webapp.DiscoveredAnnotation 中的方法
-
- getResource(String) -
类 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) -
类 org.eclipse.jetty.webapp.WebAppContext.Context 中的方法
-
- getResource(String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getResourceAlias(String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getResourceAliases() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getResources(String) -
类 org.eclipse.jetty.webapp.WebAppClassLoader 中的方法
-
- getRoot() -
类 org.eclipse.jetty.webapp.Descriptor 中的方法
-
- getSecurityHandler() -
类 org.eclipse.jetty.security.SecurityHandler.NotChecked 中的方法
-
- getServerClasses() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getSystemClasses() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getTargetClass() -
类 org.eclipse.jetty.webapp.DiscoveredAnnotation 中的方法
-
- getTempDirectory() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getUnavailableException() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- Get an exception that caused the webapp to be unavailable
- getWar() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getWebDefault() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getWebInf() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- getWebInfJars() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- getWebXml() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
H
- handle(String, Request, HttpServletRequest, HttpServletResponse) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- hasOther() -
类 org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering 中的方法
-
- hasOther() -
接口 org.eclipse.jetty.webapp.Ordering 中的方法
-
- hasOther() -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
-
I
- ignore(Throwable) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- info(String, Object...) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- info(Throwable) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- info(String, Throwable) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- insert(List<Resource>, int, String) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
- Insert the resource matching the fragName into the list of resources
at the location indicated by index.
- insert(List<Resource>, int, Resource) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
-
- isAbsolute() -
类 org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering 中的方法
-
- isAbsolute() -
接口 org.eclipse.jetty.webapp.Ordering 中的方法
-
- isAbsolute() -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
-
- isAfter(List<Resource>, String, String) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
- Is fragment name "a" after fragment name "b"?
- isAllowDuplicateFragmentNames() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- isAllowDuplicateFragmentNames() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- isAuthMandatory(Request, Response, Object) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- isBefore(List<Resource>, String, String) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
- Is fragment with name a before fragment with name b?
- isCheckWelcomeFiles() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- isConfigurationDiscovered() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- Is the context Automatically configured.
- isCopyWebDir() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- isCopyWebInf() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- isDebugEnabled() -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- isDistributable() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- isDistributable() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- isDistributable() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- isExtractWAR() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- isHideStacks() -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- isLogUrlOnStart() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- isMetaDataComplete() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- isOrdered() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- isParentLoaderPriority() -
接口 org.eclipse.jetty.webapp.WebAppClassLoader.Context 中的方法
-
- isParentLoaderPriority() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- isPrintLongNames() -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- isServerClass(String) -
接口 org.eclipse.jetty.webapp.WebAppClassLoader.Context 中的方法
- Is the class a Server Class.
- isServerClass(String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- isSessionRenewedOnAuthentication() -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- isSource() -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
- Is the source of a log, logged
- isSystemClass(String) -
接口 org.eclipse.jetty.webapp.WebAppClassLoader.Context 中的方法
- Is the class a System Class.
- isSystemClass(String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- isTempWorkDirectory(File) -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的方法
- Check if the tmpDir itself is called "work", or if the tmpDir
is in a directory called "work".
- isThrowUnavailableOnStartupException() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- IterativeDescriptorProcessor - org.eclipse.jetty.webapp 中的 类
- IterativeDescriptorProcessor
- IterativeDescriptorProcessor() -
类 org.eclipse.jetty.webapp.IterativeDescriptorProcessor 的构造方法
-
J
- JarScanner - org.eclipse.jetty.webapp 中的 类
- JarScannerConfiguration
Abstract base class for configurations that want to scan jars in
WEB-INF/lib and the classloader hierarchy.
- JarScanner() -
类 org.eclipse.jetty.webapp.JarScanner 的构造方法
-
- JETTY_WEB_XML -
类 org.eclipse.jetty.webapp.JettyWebXmlConfiguration 中的静态变量
-
- JettyWebXmlConfiguration - org.eclipse.jetty.webapp 中的 类
- JettyWebConfiguration.
- JettyWebXmlConfiguration() -
类 org.eclipse.jetty.webapp.JettyWebXmlConfiguration 的构造方法
-
L
- LEVEL_ALL -
类 org.eclipse.jetty.util.log.StdErrLog 中的静态变量
-
- LEVEL_DEBUG -
类 org.eclipse.jetty.util.log.StdErrLog 中的静态变量
-
- LEVEL_INFO -
类 org.eclipse.jetty.util.log.StdErrLog 中的静态变量
-
- LEVEL_WARN -
类 org.eclipse.jetty.util.log.StdErrLog 中的静态变量
-
- loadClass(String) -
类 org.eclipse.jetty.webapp.WebAppClassLoader 中的方法
-
- loadClass(String, boolean) -
类 org.eclipse.jetty.webapp.WebAppClassLoader 中的方法
-
- loadConfigurations() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- loadSystemClasses() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- logout(Authentication.User) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
M
- makeTempDirectory(File, WebAppContext, boolean) -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的方法
-
- match(String) -
类 org.eclipse.jetty.webapp.ClasspathPattern 中的方法
- Match the class name against the pattern
- matched(URI) -
类 org.eclipse.jetty.webapp.JarScanner 中的方法
-
- MetaData - org.eclipse.jetty.webapp 中的 类
- MetaData
All data associated with the configuration and deployment of a web application.
- MetaData() -
类 org.eclipse.jetty.webapp.MetaData 的构造方法
-
- MetaData.OriginInfo - org.eclipse.jetty.webapp 中的 类
-
- MetaData.OriginInfo(String, Descriptor) -
类 org.eclipse.jetty.webapp.MetaData.OriginInfo 的构造方法
-
- MetaData.OriginInfo(String) -
类 org.eclipse.jetty.webapp.MetaData.OriginInfo 的构造方法
-
- MetaData.OriginInfo(String, Origin) -
类 org.eclipse.jetty.webapp.MetaData.OriginInfo 的构造方法
-
- MetaDataComplete - org.eclipse.jetty.webapp 中的 枚举
-
- METAINF_FRAGMENTS -
类 org.eclipse.jetty.webapp.MetaInfConfiguration 中的静态变量
-
- METAINF_RESOURCES -
类 org.eclipse.jetty.webapp.MetaInfConfiguration 中的静态变量
-
- METAINF_TLDS -
类 org.eclipse.jetty.webapp.MetaInfConfiguration 中的静态变量
-
- MetaInfConfiguration - org.eclipse.jetty.webapp 中的 类
- MetaInfConfiguration
Scan META-INF of all jars in WEB-INF/lib to find:
tlds
web-fragment.xml
resources
- MetaInfConfiguration() -
类 org.eclipse.jetty.webapp.MetaInfConfiguration 的构造方法
-
N
- name -
类 org.eclipse.jetty.webapp.MetaData.OriginInfo 中的变量
-
- NAMELESS -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的静态变量
-
- newListenerInstance(WebAppContext, Class<? extends EventListener>) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- newLogger(String) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
- Create a Child Logger of this Logger.
- newParser() -
类 org.eclipse.jetty.webapp.Descriptor 中的方法
-
- newParser() -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TldDescriptor 中的方法
-
- newParser() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- newResource(String) -
接口 org.eclipse.jetty.webapp.WebAppClassLoader.Context 中的方法
- Convert a URL or path to a Resource.
- normalizePattern(String) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
O
- order(List<Resource>) -
类 org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering 中的方法
- Order the list of jars in WEB-INF/lib according to the ordering declarations in the descriptors
- order(List<Resource>) -
接口 org.eclipse.jetty.webapp.Ordering 中的方法
-
- order(List<Resource>) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
- Order the list of jars according to the ordering declared
in the various web-fragment.xml files.
- ORDERED_LIBS -
类 org.eclipse.jetty.webapp.MetaData 中的静态变量
-
- orderFragments() -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- Ordering - org.eclipse.jetty.webapp 中的 接口
- Ordering
Ordering options for jars in WEB-INF lib.
- Ordering.AbsoluteOrdering - org.eclipse.jetty.webapp 中的 类
- AbsoluteOrdering
An <absolute-order> element in web.xml
- Ordering.AbsoluteOrdering(MetaData) -
类 org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering 的构造方法
-
- Ordering.RelativeOrdering - org.eclipse.jetty.webapp 中的 类
- RelativeOrdering
A set of <order> elements in web-fragment.xmls.
- Ordering.RelativeOrdering(MetaData) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 的构造方法
-
- orderList(LinkedList<Resource>) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
-
- org.eclipse.jetty.security - 软件包 org.eclipse.jetty.security
-
- org.eclipse.jetty.util.log - 软件包 org.eclipse.jetty.util.log
-
- org.eclipse.jetty.webapp - 软件包 org.eclipse.jetty.webapp
-
- origin -
类 org.eclipse.jetty.webapp.MetaData.OriginInfo 中的变量
-
- Origin - org.eclipse.jetty.webapp 中的 枚举
-
- OTHER -
类 org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering 中的静态变量
-
- OverrideDescriptor - org.eclipse.jetty.webapp 中的 类
- OverrideDescriptor
- OverrideDescriptor(Resource) -
类 org.eclipse.jetty.webapp.OverrideDescriptor 的构造方法
-
P
- parse() -
类 org.eclipse.jetty.webapp.Descriptor 中的方法
-
- parse() -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的方法
-
- parse() -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TldDescriptor 中的方法
-
- parse() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- postConfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.AbstractConfiguration 中的方法
-
- postConfigure(WebAppContext) -
接口 org.eclipse.jetty.webapp.Configuration 中的方法
- Clear down after configuration.
- postConfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.FragmentConfiguration 中的方法
-
- postConfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.MetaInfConfiguration 中的方法
-
- postConfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.TagLibConfiguration 中的方法
-
- postConfigure() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- preConfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.AbstractConfiguration 中的方法
-
- preConfigure(WebAppContext) -
接口 org.eclipse.jetty.webapp.Configuration 中的方法
- Set up for configuration.
- preConfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.FragmentConfiguration 中的方法
-
- preConfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.MetaInfConfiguration 中的方法
-
- preConfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.TagLibConfiguration 中的方法
-
- preConfigure() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- Pre configure the web application.
- preConfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的方法
-
- preConfigure(WebAppContext) -
类 org.eclipse.jetty.webapp.WebXmlConfiguration 中的方法
-
- prepareConstraintInfo(String, Request) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- process(WebAppContext, Descriptor) -
接口 org.eclipse.jetty.webapp.DescriptorProcessor 中的方法
-
- process(WebAppContext, Descriptor) -
类 org.eclipse.jetty.webapp.IterativeDescriptorProcessor 中的方法
-
- processAfters(XmlParser.Node) -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的方法
-
- processBefores(XmlParser.Node) -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的方法
-
- processEntry(URI, JarEntry) -
类 org.eclipse.jetty.webapp.JarScanner 中的方法
-
- processEntry(WebAppContext, URI, JarEntry) -
类 org.eclipse.jetty.webapp.MetaInfConfiguration 中的方法
-
- processName() -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的方法
-
- processOrdering() -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的方法
-
- processOrdering() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- processVersion() -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- PROPERTY_THIS_WEB_INF_URL -
类 org.eclipse.jetty.webapp.JettyWebXmlConfiguration 中的静态变量
- The value of this property points to the WEB-INF directory of
the web-app currently installed.
R
- redirect(XmlParser, String, URL) -
类 org.eclipse.jetty.webapp.Descriptor 中的方法
-
- registerVisitor(String, Method) -
类 org.eclipse.jetty.webapp.IterativeDescriptorProcessor 中的方法
- Register a method to be called back when visiting the node with the given name.
- remove(List<Resource>, Resource) -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的方法
-
- removeResourceAlias(String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- resolve(WebAppContext) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
- Resolve all servlet/filter/listener metadata from all sources: descriptors and annotations.
- resolveTempDirectory(WebAppContext) -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的方法
- Get a temporary directory in which to unpack the war etc etc.
- RESOURCE_URLS -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的静态变量
- If set, to a list of URLs, these resources are added to the context
resource base as a resource collection.
S
- scan(Pattern, URI[], boolean) -
类 org.eclipse.jetty.webapp.JarScanner 中的方法
- Find jar names from the provided list matching a pattern.
- scan(Pattern, ClassLoader, boolean, boolean) -
类 org.eclipse.jetty.webapp.JarScanner 中的方法
- Find jar names from the classloader matching a pattern.
- SecurityHandler - org.eclipse.jetty.security 中的 类
- Abstract SecurityHandler.
- SecurityHandler() -
类 org.eclipse.jetty.security.SecurityHandler 的构造方法
-
- SecurityHandler.NotChecked - org.eclipse.jetty.security 中的 类
-
- SecurityHandler.NotChecked() -
类 org.eclipse.jetty.security.SecurityHandler.NotChecked 的构造方法
-
- SERVER_CONFIG -
类 org.eclipse.jetty.webapp.WebAppContext 中的静态变量
-
- SERVER_SRV_CLASSES -
类 org.eclipse.jetty.webapp.WebAppContext 中的静态变量
-
- SERVER_SYS_CLASSES -
类 org.eclipse.jetty.webapp.WebAppContext 中的静态变量
-
- setAllowDuplicateFragmentNames(boolean) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- setAllowDuplicateFragmentNames(boolean) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setAuthenticator(Authenticator) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
- Set the authenticator.
- setAuthenticatorFactory(Authenticator.Factory) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- setAuthMethod(String) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- setCheckWelcomeFiles(boolean) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- setClassLoader(ClassLoader) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setConfigurationClasses(String[]) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setConfigurationDiscovered(boolean) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- Set the configuration discovery mode.
- setConfigurations(Configuration[]) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setContextWhiteList(String[]) -
类 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) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setCopyWebInf(boolean) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setDebugEnabled(boolean) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
- Legacy interface where a programmatic configuration of the logger level
is done as a wholesale approach.
- setDefaults(Resource) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- setDefaultsDescriptor(String) -
类 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) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setDisplayName(String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setDistributable(boolean) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setDistributable(boolean) -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- setEventListeners(EventListener[]) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setExtraClasspath(String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setExtractWAR(boolean) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setHideStacks(boolean) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- setIdentityService(IdentityService) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
- Set the identityService.
- setInitParameter(String, String) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
- Set an initialization parameter.
- setLevel(int) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
- Set the level for this logger.
- setLoginService(LoginService) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
- Set the loginService.
- setLogUrlOnStart(boolean) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- Sets whether or not the web app name and URL is logged on startup
- setName(String) -
类 org.eclipse.jetty.webapp.WebAppClassLoader 中的方法
-
- setOrdering(Ordering) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- setOrigin(String, Descriptor) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- setOrigin(String) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- setOrigin(String, Origin) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- setOverrideDescriptor(String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- 已过时。 use
WebAppContext.setOverrideDescriptors(List)
- setOverrideDescriptors(List<String>) -
类 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) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setPattern(String) -
类 org.eclipse.jetty.webapp.ClasspathPattern 中的方法
- Initialize the matcher by parsing a classpath pattern string
- setPermissions(PermissionCollection) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setPrintLongNames(boolean) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- setProperties(Properties) -
类 org.eclipse.jetty.util.log.StdErrLog 中的静态方法
-
- setRealmName(String) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
-
- setResourceAlias(String, String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- Set Resource Alias.
- setResourceAliases(Map<String, String>) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setServer(Server) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setServerClasses(String[]) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- Set the server classes patterns.
- setServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setSessionRenewedOnAuthentication(boolean) -
类 org.eclipse.jetty.security.SecurityHandler 中的方法
- Set renew the session on Authentication.
- setSource(boolean) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
- Set if a log source is logged.
- setStdErrStream(PrintStream) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- setSystemClasses(String[]) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- Set the system classes patterns.
- setTempDirectory(File) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
- Set temporary directory for context.
- setThrowUnavailableOnStartupException(boolean) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setValidating(boolean) -
类 org.eclipse.jetty.webapp.Descriptor 中的方法
-
- setValidating(boolean) -
类 org.eclipse.jetty.webapp.WebDescriptor 中的方法
-
- setWar(String) -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- setWebXml(Resource) -
类 org.eclipse.jetty.webapp.MetaData 中的方法
-
- STANDARD_PROCESSOR -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的静态变量
-
- StandardDescriptorProcessor - org.eclipse.jetty.webapp 中的 类
- StandardDescriptorProcessor
Process a web.xml, web-defaults.xml, web-overrides.xml, web-fragment.xml.
- StandardDescriptorProcessor() -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 的构造方法
-
- start(WebAppContext, Descriptor) -
类 org.eclipse.jetty.webapp.IterativeDescriptorProcessor 中的方法
-
- start(WebAppContext, Descriptor) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- start(WebAppContext, Descriptor) -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor 中的方法
-
- startContext() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
- StdErrLog - org.eclipse.jetty.util.log 中的 类
- StdErr Logging.
- StdErrLog() -
类 org.eclipse.jetty.util.log.StdErrLog 的构造方法
-
- StdErrLog(String) -
类 org.eclipse.jetty.util.log.StdErrLog 的构造方法
-
- StdErrLog(String, Properties) -
类 org.eclipse.jetty.util.log.StdErrLog 的构造方法
-
T
- TAGLIB_PROCESSOR -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor 中的静态变量
-
- TagLibConfiguration - org.eclipse.jetty.webapp 中的 类
- TagLibConfiguration.
- TagLibConfiguration() -
类 org.eclipse.jetty.webapp.TagLibConfiguration 的构造方法
-
- TagLibConfiguration.TagLibListener - org.eclipse.jetty.webapp 中的 类
- TagLibListener
A listener that does the job of finding .tld files that contain
(other) listeners that need to be called by the servlet container.
- TagLibConfiguration.TagLibListener(WebAppContext) -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TagLibListener 的构造方法
-
- TagLibConfiguration.TldDescriptor - org.eclipse.jetty.webapp 中的 类
- TldDescriptor
- TagLibConfiguration.TldDescriptor(Resource) -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TldDescriptor 的构造方法
-
- TagLibConfiguration.TldProcessor - org.eclipse.jetty.webapp 中的 类
- TldProcessor
Process TldDescriptors representing tag libs to find listeners.
- TagLibConfiguration.TldProcessor() -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor 的构造方法
-
- TEMPDIR -
类 org.eclipse.jetty.webapp.WebAppContext 中的静态变量
-
- TEMPDIR_CONFIGURED -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的静态变量
-
- TLD_RESOURCES -
类 org.eclipse.jetty.webapp.TagLibConfiguration 中的静态变量
-
- toString() -
类 org.eclipse.jetty.security.SecurityHandler.NotChecked 中的方法
-
- toString() -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- toString() -
类 org.eclipse.jetty.webapp.Descriptor 中的方法
-
- toString() -
类 org.eclipse.jetty.webapp.WebAppClassLoader 中的方法
-
- toString() -
类 org.eclipse.jetty.webapp.WebAppContext 中的方法
-
U
- unpack(WebAppContext) -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的方法
-
V
- valueOf(String) -
枚举 org.eclipse.jetty.webapp.FragmentDescriptor.OtherType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 org.eclipse.jetty.webapp.MetaDataComplete 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 org.eclipse.jetty.webapp.Origin 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
枚举 org.eclipse.jetty.webapp.FragmentDescriptor.OtherType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.eclipse.jetty.webapp.MetaDataComplete 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.eclipse.jetty.webapp.Origin 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- visit(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.IterativeDescriptorProcessor 中的方法
-
- visitContextParam(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitDisplayName(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitDistributable(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitErrorPage(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitFilter(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitFilterMapping(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitJspConfig(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitListener(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitListener(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor 中的方法
-
- visitLocaleEncodingList(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitLoginConfig(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitMimeMapping(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitSecurityConstraint(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitSecurityRole(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitServlet(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitServletMapping(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitSessionConfig(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitTagLib(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
- visitWelcomeFileList(WebAppContext, Descriptor, XmlParser.Node) -
类 org.eclipse.jetty.webapp.StandardDescriptorProcessor 中的方法
-
W
- warn(String, Object...) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- warn(Throwable) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- warn(String, Throwable) -
类 org.eclipse.jetty.util.log.StdErrLog 中的方法
-
- WEB_DEFAULTS_XML -
类 org.eclipse.jetty.webapp.WebAppContext 中的静态变量
-
- WebAppClassLoader - org.eclipse.jetty.webapp 中的 类
- ClassLoader for HttpContext.
- WebAppClassLoader(WebAppClassLoader.Context) -
类 org.eclipse.jetty.webapp.WebAppClassLoader 的构造方法
- Constructor.
- WebAppClassLoader(ClassLoader, WebAppClassLoader.Context) -
类 org.eclipse.jetty.webapp.WebAppClassLoader 的构造方法
- Constructor.
- WebAppClassLoader.Context - org.eclipse.jetty.webapp 中的 接口
- The Context in which the classloader operates.
- WebAppContext - org.eclipse.jetty.webapp 中的 类
- Web Application Context Handler.
- WebAppContext() -
类 org.eclipse.jetty.webapp.WebAppContext 的构造方法
-
- WebAppContext(String, String) -
类 org.eclipse.jetty.webapp.WebAppContext 的构造方法
-
- WebAppContext(HandlerContainer, String, String) -
类 org.eclipse.jetty.webapp.WebAppContext 的构造方法
-
- WebAppContext(SessionHandler, SecurityHandler, ServletHandler, ErrorHandler) -
类 org.eclipse.jetty.webapp.WebAppContext 的构造方法
- This constructor is used in the geronimo integration.
- WebAppContext.Context - org.eclipse.jetty.webapp 中的 类
-
- WebAppContext.Context() -
类 org.eclipse.jetty.webapp.WebAppContext.Context 的构造方法
-
- WebDescriptor - org.eclipse.jetty.webapp 中的 类
- Descriptor
A web descriptor (web.xml/web-defaults.xml/web-overrides.xml).
- WebDescriptor(Resource) -
类 org.eclipse.jetty.webapp.WebDescriptor 的构造方法
-
- WEBINF_JAR_PATTERN -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的静态变量
-
- WebInfConfiguration - org.eclipse.jetty.webapp 中的 类
-
- WebInfConfiguration() -
类 org.eclipse.jetty.webapp.WebInfConfiguration 的构造方法
-
- WebXmlConfiguration - org.eclipse.jetty.webapp 中的 类
- Configure by parsing default web.xml and web.xml
- WebXmlConfiguration() -
类 org.eclipse.jetty.webapp.WebXmlConfiguration 的构造方法
-
X
- XML_CONFIGURATION -
类 org.eclipse.jetty.webapp.JettyWebXmlConfiguration 中的静态变量
-
_
- __dftServerClasses -
类 org.eclipse.jetty.webapp.WebAppContext 中的静态变量
-
- __dftSystemClasses -
类 org.eclipse.jetty.webapp.WebAppContext 中的静态变量
-
- __NO_USER -
类 org.eclipse.jetty.security.SecurityHandler 中的静态变量
-
- __NOBODY -
类 org.eclipse.jetty.security.SecurityHandler 中的静态变量
- Nobody user.
- __parserSingleton -
类 org.eclipse.jetty.webapp.TagLibConfiguration.TldDescriptor 中的静态变量
-
- __signature -
类 org.eclipse.jetty.webapp.IterativeDescriptorProcessor 中的静态变量
-
- _afterOthers -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的变量
-
- _afters -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的变量
-
- _annotations -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _beforeOthers -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的变量
-
- _befores -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的变量
-
- _className -
类 org.eclipse.jetty.webapp.DiscoveredAnnotation 中的变量
-
- _classNames -
类 org.eclipse.jetty.webapp.WebDescriptor 中的变量
-
- _clazz -
类 org.eclipse.jetty.webapp.DiscoveredAnnotation 中的变量
-
- _context -
类 org.eclipse.jetty.webapp.DiscoveredAnnotation 中的变量
-
- _counter -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的静态变量
-
- _descriptorProcessors -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _distributable -
类 org.eclipse.jetty.webapp.WebDescriptor 中的变量
-
- _hasOther -
类 org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering 中的变量
-
- _isOrdered -
类 org.eclipse.jetty.webapp.WebDescriptor 中的变量
-
- _majorVersion -
类 org.eclipse.jetty.webapp.WebDescriptor 中的变量
-
- _metaData -
类 org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering 中的变量
-
- _metaData -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的变量
-
- _metaDataComplete -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _metaDataComplete -
类 org.eclipse.jetty.webapp.WebDescriptor 中的变量
-
- _minorVersion -
类 org.eclipse.jetty.webapp.WebDescriptor 中的变量
-
- _name -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的变量
-
- _noOthers -
类 org.eclipse.jetty.webapp.Ordering.RelativeOrdering 中的变量
-
- _order -
类 org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering 中的变量
-
- _orderedContainerJars -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _orderedWebInfJars -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _ordering -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _ordering -
类 org.eclipse.jetty.webapp.WebDescriptor 中的变量
-
- _origins -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _otherType -
类 org.eclipse.jetty.webapp.FragmentDescriptor 中的变量
-
- _parser -
类 org.eclipse.jetty.webapp.Descriptor 中的变量
-
- _parserSingleton -
类 org.eclipse.jetty.webapp.WebDescriptor 中的静态变量
-
- _preUnpackBaseResource -
类 org.eclipse.jetty.webapp.WebInfConfiguration 中的变量
-
- _resource -
类 org.eclipse.jetty.webapp.DiscoveredAnnotation 中的变量
-
- _root -
类 org.eclipse.jetty.webapp.Descriptor 中的变量
-
- _validating -
类 org.eclipse.jetty.webapp.Descriptor 中的变量
-
- _visitors -
类 org.eclipse.jetty.webapp.IterativeDescriptorProcessor 中的变量
-
- _webDefaultsRoot -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _webFragmentAnnotations -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _webFragmentNameMap -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _webFragmentResourceMap -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _webFragmentRoots -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _webInfJars -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _webOverrideRoots -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _webXmlRoot -
类 org.eclipse.jetty.webapp.MetaData 中的变量
-
- _xml -
类 org.eclipse.jetty.webapp.Descriptor 中的变量
-
A B C D E F G H I J L M N O P R S T U V W X _
Copyright © 2013. All Rights Reserved.