Uses of Class
org.eclipse.jetty.xml.XmlConfiguration
-
Packages that use XmlConfiguration Package Description org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.xml Jetty Xml : IoC Mechanism for Jetty Configuration -
-
Uses of XmlConfiguration in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy with parameters of type XmlConfiguration Modifier and Type Method Description void
DeploymentManager. scope(XmlConfiguration xmlc, Resource webapp)
-
Uses of XmlConfiguration in org.eclipse.jetty.xml
Methods in org.eclipse.jetty.xml with parameters of type XmlConfiguration Modifier and Type Method Description void
ConfigurationProcessor. init(java.net.URL url, XmlParser.Node root, XmlConfiguration configuration)
Deprecated.default void
ConfigurationProcessor. init(Resource resource, XmlParser.Node root, XmlConfiguration configuration)
Initialize a ConfigurationProcessor from provided Resource and XML
-