Package | Description |
---|---|
org.eclipse.jetty.annotations |
Jetty Annotations : Support for Servlet Annotations
|
org.eclipse.jetty.ant |
Jetty Ant : Ant Tasks and Configuration
|
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
org.eclipse.jetty.osgi.boot | |
org.eclipse.jetty.plus.webapp |
Jetty Plus : Limited Additional JEE Webapp Support
|
org.eclipse.jetty.quickstart | |
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationConfiguration
Configuration for Annotations
|
Modifier and Type | Class and Description |
---|---|
class |
AntWebInfConfiguration |
class |
AntWebXmlConfiguration
This configuration object provides additional way to inject application
properties into the configured web application.
|
Modifier and Type | Field and Description |
---|---|
Configuration[] |
AntWebAppContext.DEFAULT_CONFIGURATIONS |
Modifier and Type | Class and Description |
---|---|
class |
MavenQuickStartConfiguration
MavenQuickStartConfiguration
|
class |
MavenWebInfConfiguration
MavenWebInfConfiguration
WebInfConfiguration to take account of overlaid wars expressed as project dependencies and
potentiall configured via the maven-war-plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
OSGiWebInfConfiguration
OSGiWebInfConfiguration
Handle adding resources found in bundle fragments, and add them into the
|
Modifier and Type | Class and Description |
---|---|
class |
EnvConfiguration
EnvConfiguration
|
class |
PlusConfiguration
Configuration
|
Modifier and Type | Class and Description |
---|---|
class |
QuickStartConfiguration
QuickStartConfiguration
Re-inflate a deployable webapp from a saved effective-web.xml
which combines all pre-parsed web xml descriptors and annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfiguration |
class |
CloneConfiguration |
class |
FragmentConfiguration
FragmentConfiguration
Process web-fragments in jars
|
class |
JettyWebXmlConfiguration
JettyWebConfiguration.
|
class |
MetaInfConfiguration
MetaInfConfiguration
Scan META-INF of jars to find:
tlds
web-fragment.xml
resources
The jars which are scanned are:
those from the container classpath whose pattern matched the WebInfConfiguration.CONTAINER_JAR_PATTERN
those from WEB-INF/lib
|
class |
WebInfConfiguration |
class |
WebXmlConfiguration
Configure by parsing default web.xml and web.xml
|
Modifier and Type | Method and Description |
---|---|
Configuration[] |
WebAppContext.getConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
WebAppContext.setConfigurations(Configuration[] configurations) |
Copyright © 1995-2015 Webtide. All Rights Reserved.