Uses of Class
org.eclipse.jetty.annotations.AnnotationParser
-
Packages that use AnnotationParser Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.osgi.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)
-
Uses of AnnotationParser in org.eclipse.jetty.osgi.annotations
Subclasses of AnnotationParser in org.eclipse.jetty.osgi.annotations Modifier and Type Class Description class
AnnotationParser
Methods in org.eclipse.jetty.osgi.annotations that return AnnotationParser Modifier and Type Method Description protected AnnotationParser
AnnotationConfiguration. createAnnotationParser(int javaTargetVersion)
This parser scans the bundles using the OSGi APIs instead of assuming a jar.Methods in org.eclipse.jetty.osgi.annotations with parameters of type AnnotationParser Modifier and Type Method Description void
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.
-