Uses of Class
org.eclipse.jetty.webapp.FragmentDescriptor
Packages that use FragmentDescriptor
Package
Description
Jetty Annotations : Support for Servlet Annotations
Jetty Util : Modular Web Application Support
-
Uses of FragmentDescriptor in org.eclipse.jetty.annotations
Methods in org.eclipse.jetty.annotations that return FragmentDescriptorModifier and TypeMethodDescriptionAnnotationConfiguration.getFragmentFromJar(Resource jar, List<FragmentDescriptor> frags) Get the web-fragment.xml from a jarMethod parameters in org.eclipse.jetty.annotations with type arguments of type FragmentDescriptorModifier and TypeMethodDescriptionAnnotationConfiguration.getFragmentFromJar(Resource jar, 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 FragmentDescriptorModifier and TypeFieldDescriptionprotected final Map<String, FragmentDescriptor> MetaData._webFragmentNameMapprotected final Map<Resource, FragmentDescriptor> MetaData._webFragmentResourceMapprotected final List<FragmentDescriptor> MetaData._webFragmentRootsMethods in org.eclipse.jetty.webapp that return FragmentDescriptorModifier and TypeMethodDescriptionMetaData.getFragment(String name) MetaData.getFragment(Resource jar) Methods in org.eclipse.jetty.webapp that return types with arguments of type FragmentDescriptorModifier and TypeMethodDescriptionMetaData.getFragments()MetaData.getNamedFragments()MetaData.getOrderedFragments()