Uses of Class
org.eclipse.jetty.annotations.AnnotationParser
Packages that use AnnotationParser
Package
Description
Jetty Annotations : Support for Servlet Annotations
-
Uses of AnnotationParser in org.eclipse.jetty.annotations
Fields in org.eclipse.jetty.annotations declared as AnnotationParserModifier and TypeFieldDescriptionprotected final AnnotationParserAnnotationConfiguration.ParserTask._parserMethods in org.eclipse.jetty.annotations that return AnnotationParserModifier and TypeMethodDescriptionprotected AnnotationParserAnnotationConfiguration.createAnnotationParser(int javaPlatform) Methods in org.eclipse.jetty.annotations with parameters of type AnnotationParserModifier and TypeMethodDescriptionvoidAnnotationConfiguration.parseContainerPath(WebAppContext context, AnnotationParser parser) Scan jars on container path.voidAnnotationConfiguration.parseWebInfClasses(WebAppContext context, AnnotationParser parser) Scan classes in WEB-INF/classesvoidAnnotationConfiguration.parseWebInfLib(WebAppContext context, AnnotationParser parser) Scan jars in WEB-INF/libConstructors in org.eclipse.jetty.annotations with parameters of type AnnotationParserModifierConstructorDescriptionParserTask(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource)