Uses of Interface
org.eclipse.jetty.annotations.AnnotationParser.Handler
Package
Description
Jetty Annotations : Support for Servlet Annotations
-
Uses of AnnotationParser.Handler in org.eclipse.jetty.annotations
Modifier and TypeClassDescriptionclass
DiscoverableAnnotationHandler Base class for handling the discovery of an annotation.static class
Convenience base class to provide no-ops for all Handler methods.class
ClassInheritanceHandler As asm scans for classes, remember the type hierarchy.class
ContainerInitializerAnnotationHandlerclass
WebFilterAnnotationHandlerclass
class
WebServletAnnotationHandler Process a WebServlet annotation on a class.Modifier and TypeFieldDescriptionprotected final Set<? extends AnnotationParser.Handler>
AnnotationConfiguration.ParserTask._handlers
Modifier and TypeMethodDescriptionvoid
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, Class<?> clazz, boolean visitSuperClasses) Parse the given class, optionally walking its inheritance hierarchyvoid
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, String className) Parse a given classvoid
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, String[] classNames) Parse the given classesvoid
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, URI uri) Parse a particular urivoid
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, URI[] uris) Parse classes in the supplied uris.void
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, List<String> classNames) Parse the given classesvoid
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, Resource r) Parse a resourceprotected void
AnnotationParser.parseDir
(Set<? extends AnnotationParser.Handler> handlers, Resource root) Parse all classes in a directoryprotected void
AnnotationParser.parseJar
(Set<? extends AnnotationParser.Handler> handlers, Resource jarResource) Parse a resource that is a jar file.protected void
AnnotationParser.parseJarEntry
(Set<? extends AnnotationParser.Handler> handlers, Resource jar, MultiReleaseJarFile.VersionedJarEntry entry) Parse a single entry in a jar fileprotected void
AnnotationParser.scanClass
(Set<? extends AnnotationParser.Handler> handlers, Resource containingResource, InputStream is) Use ASM on a classModifierConstructorDescriptionMyClassVisitor
(Set<? extends AnnotationParser.Handler> handlers, Resource containingResource, int asmVersion) MyFieldVisitor
(Set<? extends AnnotationParser.Handler> handlers, AnnotationParser.ClassInfo classInfo, int access, String fieldName, String fieldType, String signature, Object value, int asmVersion) MyMethodVisitor
(Set<? extends AnnotationParser.Handler> handlers, AnnotationParser.ClassInfo classInfo, int access, String name, String methodDesc, String signature, String[] exceptions, int asmVersion) ParserTask
(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource) -
Uses of AnnotationParser.Handler in org.eclipse.jetty.osgi.annotations
Modifier and TypeMethodDescriptionvoid
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, URI[] uris) void
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, org.osgi.framework.Bundle bundle) ModifierConstructorDescriptionBundleParserTask
(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource)