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 Process a web.xml, web-defaults.xml, web-overrides.xml, web-fragment.xml.
 class TagLibConfiguration.TldProcessor
          TldProcessor Process TldDescriptors representing tag libs to find listeners.
 

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-2011 Mort Bay Consulting. All Rights Reserved.