| Package | Description |
|---|---|
| org.eclipse.jetty.annotations | |
| org.eclipse.jetty.osgi.annotations |
| Modifier and Type | Method and Description |
|---|---|
protected AnnotationParser |
AnnotationConfiguration.createAnnotationParser() |
AnnotationParser |
AnnotationConfiguration.registerServletContainerInitializerAnnotationHandlers(WebAppContext context,
AnnotationParser parser,
List<javax.servlet.ServletContainerInitializer> scis) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationConfiguration.parseContainerPath(WebAppContext context,
AnnotationParser parser) |
void |
AnnotationConfiguration.parseWebInfClasses(WebAppContext context,
AnnotationParser parser) |
void |
AnnotationConfiguration.parseWebInfLib(WebAppContext context,
AnnotationParser parser) |
AnnotationParser |
AnnotationConfiguration.registerServletContainerInitializerAnnotationHandlers(WebAppContext context,
AnnotationParser parser,
List<javax.servlet.ServletContainerInitializer> scis) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationParser |
| Modifier and Type | Method and Description |
|---|---|
protected AnnotationParser |
AnnotationConfiguration.createAnnotationParser()
This parser scans the bundles using the OSGi APIs instead of assuming a jar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationConfiguration.parseWebInfLib(WebAppContext context,
AnnotationParser parser)
Here is the order in which jars and osgi artifacts are scanned for discoverable annotations.
|
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.