Uses of Class
org.eclipse.jetty.ee10.annotations.AnnotationParser
Package
Description
Jetty Annotations : Support for Servlet Annotations
-
Uses of AnnotationParser in org.eclipse.jetty.ee10.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.protected void
AnnotationConfiguration.parseWebInfClasses
(AnnotationConfiguration.State state, AnnotationParser parser) Scan classes in WEB-INF/classes.protected void
AnnotationConfiguration.parseWebInfLib
(AnnotationConfiguration.State state, 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.ee10.osgi.annotations
Modifier and TypeMethodDescriptionprotected AnnotationParser
AnnotationConfiguration.createAnnotationParser
(int platform) This parser scans the bundles using the OSGi APIs instead of assuming a jar.Modifier and TypeMethodDescriptionvoid
AnnotationConfiguration.parseWebInfClasses
(AnnotationConfiguration.State state, AnnotationParser parser) void
AnnotationConfiguration.parseWebInfLib
(AnnotationConfiguration.State state, AnnotationParser parser) Here is the order in which jars and osgi artifacts are scanned for discoverable annotations.