Uses of Class
org.eclipse.jetty.webapp.MetaData
-
Packages that use MetaData Package Description org.eclipse.jetty.quickstart org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of MetaData in org.eclipse.jetty.quickstart
Methods in org.eclipse.jetty.quickstart with parameters of type MetaData Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
QuickStartDescriptorGenerator. origin(MetaData md, java.lang.String name)
Find the origin (web.xml, fragment, annotation etc) of a web artifact from MetaData. -
Uses of MetaData in org.eclipse.jetty.webapp
Fields in org.eclipse.jetty.webapp declared as MetaData Modifier and Type Field Description protected MetaData
AbsoluteOrdering. _metaData
protected MetaData
RelativeOrdering. _metaData
Methods in org.eclipse.jetty.webapp that return MetaData Modifier and Type Method Description MetaData
WebAppContext. getMetaData()
Methods in org.eclipse.jetty.webapp with parameters of type MetaData Modifier and Type Method Description void
FragmentConfiguration. addWebFragments(WebAppContext context, MetaData metaData)
Add in fragment descriptors that have already been discovered by MetaInfConfigurationvoid
FragmentConfiguration. findWebFragments(WebAppContext context, MetaData metaData)
Deprecated.Constructors in org.eclipse.jetty.webapp with parameters of type MetaData Constructor Description AbsoluteOrdering(MetaData metaData)
RelativeOrdering(MetaData metaData)
-