Uses of Class
org.eclipse.jetty.webapp.FragmentDescriptor

Packages that use FragmentDescriptor
org.eclipse.jetty.annotations   
org.eclipse.jetty.webapp   
 

Uses of FragmentDescriptor in org.eclipse.jetty.annotations
 

Methods in org.eclipse.jetty.annotations that return FragmentDescriptor
 FragmentDescriptor AbstractConfiguration.getFragmentFromJar(Resource jar, List<FragmentDescriptor> frags)
           
 

Method parameters in org.eclipse.jetty.annotations with type arguments of type FragmentDescriptor
 FragmentDescriptor AbstractConfiguration.getFragmentFromJar(Resource jar, List<FragmentDescriptor> frags)
           
 

Uses of FragmentDescriptor in org.eclipse.jetty.webapp
 

Fields in org.eclipse.jetty.webapp with type parameters of type FragmentDescriptor
protected  Map<String,FragmentDescriptor> MetaData._webFragmentNameMap
           
protected  Map<Resource,FragmentDescriptor> MetaData._webFragmentResourceMap
           
protected  List<FragmentDescriptor> MetaData._webFragmentRoots
           
 

Methods in org.eclipse.jetty.webapp that return FragmentDescriptor
 FragmentDescriptor MetaData.getFragment(Resource jar)
           
 FragmentDescriptor MetaData.getFragment(String name)
           
 

Methods in org.eclipse.jetty.webapp that return types with arguments of type FragmentDescriptor
 List<FragmentDescriptor> MetaData.getFragments()
           
 Map<String,FragmentDescriptor> MetaData.getNamedFragments()
           
 List<FragmentDescriptor> MetaData.getOrderedFragments()
           
 



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