Uses of Interface
org.eclipse.jetty.webapp.DescriptorProcessor

Packages that use DescriptorProcessor
org.eclipse.jetty.plus.webapp   
org.eclipse.jetty.webapp   
 

Uses of DescriptorProcessor in org.eclipse.jetty.plus.webapp
 

Classes in org.eclipse.jetty.plus.webapp that implement DescriptorProcessor
 class PlusDescriptorProcessor
          PlusDescriptorProcessor
 

Uses of DescriptorProcessor in org.eclipse.jetty.webapp
 

Classes in org.eclipse.jetty.webapp that implement DescriptorProcessor
 class IterativeDescriptorProcessor
          IterativeDescriptorProcessor
 class StandardDescriptorProcessor
          StandardDescriptorProcessor
 

Fields in org.eclipse.jetty.webapp with type parameters of type DescriptorProcessor
protected  List<DescriptorProcessor> MetaData._descriptorProcessors
           
 

Methods in org.eclipse.jetty.webapp with parameters of type DescriptorProcessor
 void MetaData.addDescriptorProcessor(DescriptorProcessor p)
           
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.