Package | Description |
---|---|
org.eclipse.jetty.annotations |
Jetty Annotations : Support for Servlet Annotations
|
Modifier and Type | Field and Description |
---|---|
protected AnnotationParser |
AnnotationConfiguration.ParserTask._parser |
Modifier and Type | Method and Description |
---|---|
protected AnnotationParser |
AnnotationConfiguration.createAnnotationParser(int javaPlatform) |
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 |
---|
ParserTask(AnnotationParser parser,
java.util.Set<? extends AnnotationParser.Handler> handlers,
Resource resource) |