Uses of Interface
org.eclipse.jetty.webapp.Configuration
-
Packages that use Configuration Package Description org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of Configuration in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement Configuration Modifier and Type Class Description class
AbstractConfiguration
class
CloneConfiguration
class
FragmentConfiguration
FragmentConfigurationclass
JettyWebXmlConfiguration
JettyWebConfiguration.class
MetaInfConfiguration
MetaInfConfigurationclass
WebInfConfiguration
class
WebXmlConfiguration
Configure by parsing default web.xml and web.xmlMethods in org.eclipse.jetty.webapp that return Configuration Modifier and Type Method Description Configuration[]
WebAppContext. getConfigurations()
Methods in org.eclipse.jetty.webapp with parameters of type Configuration Modifier and Type Method Description void
WebAppContext. setConfigurations(Configuration[] configurations)
-