Uses of Interface
org.eclipse.jetty.deploy.ConfigurationManager
-
Packages that use ConfigurationManager Package Description org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providers -
-
Uses of ConfigurationManager in org.eclipse.jetty.deploy
Classes in org.eclipse.jetty.deploy that implement ConfigurationManager Modifier and Type Class Description class
PropertiesConfigurationManager
FileConfigurationManager Supplies properties defined in a file. -
Uses of ConfigurationManager in org.eclipse.jetty.deploy.providers
Methods in org.eclipse.jetty.deploy.providers that return ConfigurationManager Modifier and Type Method Description ConfigurationManager
WebAppProvider. getConfigurationManager()
Methods in org.eclipse.jetty.deploy.providers with parameters of type ConfigurationManager Modifier and Type Method Description void
WebAppProvider. setConfigurationManager(ConfigurationManager configurationManager)
Set the configurationManager.
-