Package | Description |
---|---|
org.eclipse.jetty.annotations |
Jetty Annotations : Support for Servlet Annotations
|
org.eclipse.jetty.osgi.annotations |
Modifier and Type | Field and Description |
---|---|
protected AnnotationParser |
AnnotationConfiguration.ParserTask._parser |
Modifier and Type | Method and Description |
---|---|
protected AnnotationParser |
AnnotationConfiguration.createAnnotationParser() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationConfiguration.parseContainerPath(WebAppContext context,
AnnotationParser parser)
Scan jars on container path.
|
void |
AnnotationConfiguration.parseWebInfClasses(WebAppContext context,
AnnotationParser parser)
Scan classes in WEB-INF/classes
|
void |
AnnotationConfiguration.parseWebInfLib(WebAppContext context,
AnnotationParser parser)
Scan jars in WEB-INF/lib
|
Constructor and Description |
---|
AnnotationConfiguration.ParserTask(AnnotationParser parser,
Set<? extends AnnotationParser.Handler> handlers,
Resource resource,
ClassNameResolver resolver) |
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-2015 Webtide. All Rights Reserved.