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 class
AnnotationConfiguration
Configuration for Annotations -
Uses of Configuration in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement Configuration Modifier and Type Class Description class
AntWebInfConfiguration
class
AntWebXmlConfiguration
This 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 class
MavenQuickStartConfiguration
MavenQuickStartConfigurationclass
MavenWebInfConfiguration
MavenWebInfConfiguration 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 class
AnnotationConfiguration
Extend 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 class
OSGiWebInfConfiguration
OSGiWebInfConfiguration 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 class
EnvConfiguration
EnvConfigurationclass
PlusConfiguration
Configuration -
Uses of Configuration in org.eclipse.jetty.quickstart
Classes in org.eclipse.jetty.quickstart that implement Configuration Modifier and Type Class Description class
QuickStartConfiguration
QuickStartConfiguration -
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
static class
Configuration.Wrapper
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()
Configuration
Configuration.Wrapper. getWrapped()
Configuration
Configuration.WrapperFunction. wrapConfiguration(Configuration configuration)
Methods in org.eclipse.jetty.webapp with parameters of type Configuration Modifier and Type Method Description void
WebAppContext. setConfigurations(Configuration[] configurations)
Configuration
Configuration.WrapperFunction. wrapConfiguration(Configuration configuration)
Constructors in org.eclipse.jetty.webapp with parameters of type Configuration Constructor Description Wrapper(Configuration delegate)
-