Uses of Interface
org.eclipse.jetty.webapp.Configuration
-
Packages that use Configuration Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.osgi.annotations org.eclipse.jetty.osgi.boot org.eclipse.jetty.plus.webapp Jetty Plus : Limited Additional JEE Webapp Supportorg.eclipse.jetty.quickstart org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of Configuration in org.eclipse.jetty.annotations
Classes in org.eclipse.jetty.annotations that implement Configuration Modifier and Type Class Description classAnnotationConfigurationConfiguration for Annotations -
Uses of Configuration in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement Configuration Modifier and Type Class Description classAntWebInfConfigurationclassAntWebXmlConfigurationThis configuration object provides additional way to inject application properties into the configured web application.Fields in org.eclipse.jetty.ant declared as Configuration Modifier and Type Field Description static Configuration[]AntWebAppContext. DEFAULT_CONFIGURATIONS -
Uses of Configuration in org.eclipse.jetty.maven.plugin
Classes in org.eclipse.jetty.maven.plugin that implement Configuration Modifier and Type Class Description classMavenQuickStartConfigurationMavenQuickStartConfigurationclassMavenWebInfConfigurationMavenWebInfConfiguration WebInfConfiguration to take account of overlaid wars expressed as project dependencies and potential configured via the maven-war-plugin. -
Uses of Configuration in org.eclipse.jetty.osgi.annotations
Classes in org.eclipse.jetty.osgi.annotations that implement Configuration Modifier and Type Class Description classAnnotationConfigurationExtend the AnnotationConfiguration to support OSGi: Look for annotations inside WEB-INF/lib and also in the fragments and required bundles. -
Uses of Configuration in org.eclipse.jetty.osgi.boot
Classes in org.eclipse.jetty.osgi.boot that implement Configuration Modifier and Type Class Description classOSGiWebInfConfigurationOSGiWebInfConfiguration Handle adding resources found in bundle fragments, and add them into the -
Uses of Configuration in org.eclipse.jetty.plus.webapp
Classes in org.eclipse.jetty.plus.webapp that implement Configuration Modifier and Type Class Description classEnvConfigurationEnvConfigurationclassPlusConfigurationConfiguration -
Uses of Configuration in org.eclipse.jetty.quickstart
Classes in org.eclipse.jetty.quickstart that implement Configuration Modifier and Type Class Description classQuickStartConfigurationQuickStartConfiguration -
Uses of Configuration in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement Configuration Modifier and Type Class Description classAbstractConfigurationclassCloneConfigurationstatic classConfiguration.WrapperclassFragmentConfigurationFragmentConfigurationclassJettyWebXmlConfigurationJettyWebConfiguration.classMetaInfConfigurationMetaInfConfigurationclassWebInfConfigurationclassWebXmlConfigurationConfigure by parsing default web.xml and web.xmlMethods in org.eclipse.jetty.webapp that return Configuration Modifier and Type Method Description Configuration[]WebAppContext. getConfigurations()ConfigurationConfiguration.Wrapper. getWrapped()ConfigurationConfiguration.WrapperFunction. wrapConfiguration(Configuration configuration)Methods in org.eclipse.jetty.webapp with parameters of type Configuration Modifier and Type Method Description voidWebAppContext. setConfigurations(Configuration[] configurations)ConfigurationConfiguration.WrapperFunction. wrapConfiguration(Configuration configuration)Constructors in org.eclipse.jetty.webapp with parameters of type Configuration Constructor Description Wrapper(Configuration delegate)
-