Uses of Interface
org.eclipse.jetty.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.plus.webapp
Classes in org.eclipse.jetty.plus.webapp that implement DescriptorProcessor -
Uses of DescriptorProcessor in org.eclipse.jetty.quickstart
Classes in org.eclipse.jetty.quickstart that implement DescriptorProcessorModifier and TypeClassDescriptionclass
ExtraXmlDescriptorProcessor Saves literal XML snippets from web.xml.class
QuickStartDescriptorProcessor Handle extended elements for quickstart-web.xml -
Uses of DescriptorProcessor in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement DescriptorProcessorModifier and TypeClassDescriptionclass
IterativeDescriptorProcessorclass
StandardDescriptorProcessor.Fields in org.eclipse.jetty.webapp with type parameters of type DescriptorProcessorModifier and TypeFieldDescriptionprotected final List<DescriptorProcessor>
MetaData._descriptorProcessors
Methods in org.eclipse.jetty.webapp with parameters of type DescriptorProcessorModifier and TypeMethodDescriptionvoid
MetaData.addDescriptorProcessor
(DescriptorProcessor p) void
MetaData.removeDescriptorProcessor
(DescriptorProcessor p)