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 FragmentDescriptorAnnotationConfiguration. 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 FragmentDescriptorAnnotationConfiguration. 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. _webFragmentNameMapprotected java.util.Map<Resource,FragmentDescriptor>MetaData. _webFragmentResourceMapprotected java.util.List<FragmentDescriptor>MetaData. _webFragmentRootsMethods in org.eclipse.jetty.webapp that return FragmentDescriptor Modifier and Type Method Description FragmentDescriptorMetaData. getFragment(java.lang.String name)FragmentDescriptorMetaData. 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()
-