Uses of Class
org.eclipse.jetty.annotations.AnnotationParser
Package
Description
Jetty Annotations : Support for Servlet Annotations
-
Uses of AnnotationParser in org.eclipse.jetty.annotations
Modifier and TypeFieldDescriptionprotected final AnnotationParser
AnnotationConfiguration.ParserTask._parser
Modifier and TypeMethodDescriptionprotected AnnotationParser
AnnotationConfiguration.createAnnotationParser
(int javaPlatform) Modifier and TypeMethodDescriptionvoid
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.ModifierConstructorDescriptionParserTask
(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource) -
Uses of AnnotationParser in org.eclipse.jetty.osgi.annotations
Modifier and TypeMethodDescriptionprotected AnnotationParser
AnnotationConfiguration.createAnnotationParser
(int javaTargetVersion) This parser scans the bundles using the OSGi APIs instead of assuming a jar.Modifier and TypeMethodDescriptionvoid
AnnotationConfiguration.parseWebInfClasses
(WebAppContext context, AnnotationParser parser) void
AnnotationConfiguration.parseWebInfLib
(WebAppContext context, AnnotationParser parser) Here is the order in which jars and osgi artifacts are scanned for discoverable annotations.