| Package | Description |
|---|---|
| org.eclipse.jetty.annotations |
Jetty Annotations : Support for Servlet Annotations
|
| 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 |
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-2014 Mort Bay Consulting. All Rights Reserved.