Uses of Class
org.eclipse.jetty.webapp.FragmentDescriptor
-
Packages that use FragmentDescriptor Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of FragmentDescriptor in org.eclipse.jetty.annotations
Methods in org.eclipse.jetty.annotations that return FragmentDescriptor Modifier and Type Method Description FragmentDescriptor
AnnotationConfiguration. getFragmentFromJar(Resource jar, java.util.List<FragmentDescriptor> frags)
Get the web-fragment.xml from a jarMethod parameters in org.eclipse.jetty.annotations with type arguments of type FragmentDescriptor Modifier and Type Method Description FragmentDescriptor
AnnotationConfiguration. getFragmentFromJar(Resource jar, java.util.List<FragmentDescriptor> frags)
Get the web-fragment.xml from a jar -
Uses of FragmentDescriptor in org.eclipse.jetty.webapp
Fields in org.eclipse.jetty.webapp with type parameters of type FragmentDescriptor Modifier and Type Field Description protected java.util.Map<java.lang.String,FragmentDescriptor>
MetaData. _webFragmentNameMap
protected java.util.Map<Resource,FragmentDescriptor>
MetaData. _webFragmentResourceMap
protected java.util.List<FragmentDescriptor>
MetaData. _webFragmentRoots
Methods in org.eclipse.jetty.webapp that return FragmentDescriptor Modifier and Type Method Description FragmentDescriptor
MetaData. getFragment(java.lang.String name)
FragmentDescriptor
MetaData. getFragment(Resource jar)
Methods in org.eclipse.jetty.webapp that return types with arguments of type FragmentDescriptor Modifier and Type Method Description java.util.List<FragmentDescriptor>
MetaData. getFragments()
java.util.Map<java.lang.String,FragmentDescriptor>
MetaData. getNamedFragments()
java.util.List<FragmentDescriptor>
MetaData. getOrderedFragments()
-