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 classPropertiesConfigurationManagerFileConfigurationManager Supplies properties defined in a file. -
Uses of ConfigurationManager in org.eclipse.jetty.deploy.providers
Fields in org.eclipse.jetty.deploy.providers declared as ConfigurationManager Modifier and Type Field Description private ConfigurationManagerWebAppProvider. _configurationManagerMethods in org.eclipse.jetty.deploy.providers that return ConfigurationManager Modifier and Type Method Description ConfigurationManagerWebAppProvider. getConfigurationManager()Methods in org.eclipse.jetty.deploy.providers with parameters of type ConfigurationManager Modifier and Type Method Description voidWebAppProvider. setConfigurationManager(ConfigurationManager configurationManager)Set the configurationManager.
-