Uses of Class
org.eclipse.jetty.annotations.AnnotationParser
-
Packages that use AnnotationParser Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotations -
-
Uses of AnnotationParser in org.eclipse.jetty.annotations
Fields in org.eclipse.jetty.annotations declared as AnnotationParser Modifier and Type Field Description protected AnnotationParser
AnnotationConfiguration.ParserTask. _parser
Methods in org.eclipse.jetty.annotations that return AnnotationParser Modifier and Type Method Description protected AnnotationParser
AnnotationConfiguration. createAnnotationParser(int javaPlatform)
Methods in org.eclipse.jetty.annotations with parameters of type AnnotationParser Modifier and Type Method 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/classesvoid
AnnotationConfiguration. parseWebInfLib(WebAppContext context, AnnotationParser parser)
Scan jars in WEB-INF/libConstructors in org.eclipse.jetty.annotations with parameters of type AnnotationParser Constructor Description ParserTask(AnnotationParser parser, java.util.Set<? extends AnnotationParser.Handler> handlers, Resource resource)
-