Uses of Class
org.eclipse.jetty.webapp.WebDescriptor
-
Packages that use WebDescriptor Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of WebDescriptor in org.eclipse.jetty.annotations
Methods in org.eclipse.jetty.annotations with parameters of type WebDescriptor Modifier and Type Method Description booleanAnnotationConfiguration. isMetaDataComplete(WebDescriptor d) -
Uses of WebDescriptor in org.eclipse.jetty.webapp
Subclasses of WebDescriptor in org.eclipse.jetty.webapp Modifier and Type Class Description classDefaultsDescriptorDefaultsDescriptorclassFragmentDescriptorFragment A web-fragment.xml descriptor.classOverrideDescriptorOverrideDescriptorFields in org.eclipse.jetty.webapp declared as WebDescriptor Modifier and Type Field Description protected WebDescriptorMetaData. _webDefaultsRootprotected WebDescriptorMetaData. _webXmlRootFields in org.eclipse.jetty.webapp with type parameters of type WebDescriptor Modifier and Type Field Description protected java.util.List<WebDescriptor>MetaData. _webOverrideRootsMethods in org.eclipse.jetty.webapp that return WebDescriptor Modifier and Type Method Description WebDescriptorMetaData. getWebDefault()WebDescriptorMetaData. getWebXml()Methods in org.eclipse.jetty.webapp that return types with arguments of type WebDescriptor Modifier and Type Method Description java.util.List<WebDescriptor>MetaData. getOverrideWebs()
-