Uses of Interface
org.eclipse.jetty.webapp.DescriptorProcessor
-
Packages that use DescriptorProcessor Package Description org.eclipse.jetty.plus.webapp Jetty Plus : Limited Additional JEE Webapp Supportorg.eclipse.jetty.webapp 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 Modifier and Type Class Description class
PlusDescriptorProcessor
PlusDescriptorProcessor -
Uses of DescriptorProcessor in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement DescriptorProcessor Modifier and Type Class Description class
IterativeDescriptorProcessor
IterativeDescriptorProcessorclass
StandardDescriptorProcessor
StandardDescriptorProcessor.Fields in org.eclipse.jetty.webapp with type parameters of type DescriptorProcessor Modifier and Type Field Description protected java.util.List<DescriptorProcessor>
MetaData. _descriptorProcessors
Methods in org.eclipse.jetty.webapp with parameters of type DescriptorProcessor Modifier and Type Method Description void
MetaData. addDescriptorProcessor(DescriptorProcessor p)
void
MetaData. removeDescriptorProcessor(DescriptorProcessor p)
-