Uses of Interface
org.eclipse.jetty.ee9.webapp.DescriptorProcessor
Packages that use DescriptorProcessor
Package
Description
Jetty Plus : Limited Additional JEE Webapp Support
Jetty Util : Modular Web Application Support
- 
Uses of DescriptorProcessor in org.eclipse.jetty.ee9.plus.webapp
Classes in org.eclipse.jetty.ee9.plus.webapp that implement DescriptorProcessor - 
Uses of DescriptorProcessor in org.eclipse.jetty.ee9.quickstart
Classes in org.eclipse.jetty.ee9.quickstart that implement DescriptorProcessorModifier and TypeClassDescriptionclassSaves literal XML snippets from web.xml.classHandle extended elements for quickstart-web.xml - 
Uses of DescriptorProcessor in org.eclipse.jetty.ee9.webapp
Classes in org.eclipse.jetty.ee9.webapp that implement DescriptorProcessorModifier and TypeClassDescriptionclassIterativeDescriptorProcessorclassStandardDescriptorProcessor.Fields in org.eclipse.jetty.ee9.webapp with type parameters of type DescriptorProcessorModifier and TypeFieldDescriptionprotected final List<DescriptorProcessor> MetaData._descriptorProcessorsMethods in org.eclipse.jetty.ee9.webapp with parameters of type DescriptorProcessorModifier and TypeMethodDescriptionvoidMetaData.addDescriptorProcessor(DescriptorProcessor p) voidMetaData.removeDescriptorProcessor(DescriptorProcessor p)