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

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