Uses of Interface
org.eclipse.jetty.ee10.webapp.DescriptorProcessor
Package
Description
Jetty Plus : Limited Additional JEE Webapp Support
Jetty Util : Modular Web Application Support
-
Uses of DescriptorProcessor in org.eclipse.jetty.ee10.plus.webapp
-
Uses of DescriptorProcessor in org.eclipse.jetty.ee10.quickstart
Modifier 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.ee10.webapp
Modifier and TypeClassDescriptionclass
IterativeDescriptorProcessorclass
StandardDescriptorProcessor.Modifier and TypeFieldDescriptionprotected final List<DescriptorProcessor>
MetaData._descriptorProcessors
Modifier and TypeMethodDescriptionvoid
MetaData.addDescriptorProcessor
(DescriptorProcessor p) void
MetaData.removeDescriptorProcessor
(DescriptorProcessor p)