Uses of Interface
org.eclipse.jetty.annotations.AnnotationParser.Handler
-
Packages that use AnnotationParser.Handler Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.osgi.annotations -
-
Uses of AnnotationParser.Handler in org.eclipse.jetty.annotations
Classes in org.eclipse.jetty.annotations that implement AnnotationParser.Handler Modifier and Type Class Description class
AbstractDiscoverableAnnotationHandler
DiscoverableAnnotationHandler Base class for handling the discovery of an annotation.static class
AnnotationParser.AbstractHandler
Convenience base class to provide no-ops for all Handler methods.class
ClassInheritanceHandler
ClassInheritanceHandler As asm scans for classes, remember the type hierarchy.class
ContainerInitializerAnnotationHandler
ContainerInitializerAnnotationHandlerclass
WebFilterAnnotationHandler
WebFilterAnnotationHandlerclass
WebListenerAnnotationHandler
class
WebServletAnnotationHandler
WebServletAnnotationHandler Process a WebServlet annotation on a class.Fields in org.eclipse.jetty.annotations with type parameters of type AnnotationParser.Handler Modifier and Type Field Description protected java.util.Set<? extends AnnotationParser.Handler>
AnnotationConfiguration.ParserTask. _handlers
Method parameters in org.eclipse.jetty.annotations with type arguments of type AnnotationParser.Handler Modifier and Type Method Description void
AnnotationParser. parse(java.util.Set<? extends AnnotationParser.Handler> handlers, java.lang.Class<?> clazz, boolean visitSuperClasses)
Parse the given class, optionally walking its inheritance hierarchyvoid
AnnotationParser. parse(java.util.Set<? extends AnnotationParser.Handler> handlers, java.lang.ClassLoader loader, boolean visitParents, boolean nullInclusive)
Deprecated.void
AnnotationParser. parse(java.util.Set<? extends AnnotationParser.Handler> handlers, java.lang.String className)
Parse a given classvoid
AnnotationParser. parse(java.util.Set<? extends AnnotationParser.Handler> handlers, java.lang.String[] classNames)
Parse the given classesvoid
AnnotationParser. parse(java.util.Set<? extends AnnotationParser.Handler> handlers, java.net.URI uri)
Parse a particular urivoid
AnnotationParser. parse(java.util.Set<? extends AnnotationParser.Handler> handlers, java.net.URI[] uris)
Parse classes in the supplied uris.void
AnnotationParser. parse(java.util.Set<? extends AnnotationParser.Handler> handlers, java.util.List<java.lang.String> classNames)
Parse the given classesvoid
AnnotationParser. parse(java.util.Set<? extends AnnotationParser.Handler> handlers, Resource r)
Parse a resourceprotected void
AnnotationParser. parseDir(java.util.Set<? extends AnnotationParser.Handler> handlers, Resource root)
Parse all classes in a directoryprotected void
AnnotationParser. parseJar(java.util.Set<? extends AnnotationParser.Handler> handlers, Resource jarResource)
Parse a resource that is a jar file.protected void
AnnotationParser. parseJarEntry(java.util.Set<? extends AnnotationParser.Handler> handlers, Resource jar, MultiReleaseJarFile.VersionedJarEntry entry)
Parse a single entry in a jar fileprotected void
AnnotationParser. scanClass(java.util.Set<? extends AnnotationParser.Handler> handlers, Resource containingResource, java.io.InputStream is)
Use ASM on a classConstructor parameters in org.eclipse.jetty.annotations with type arguments of type AnnotationParser.Handler Constructor Description MyClassVisitor(java.util.Set<? extends AnnotationParser.Handler> handlers, Resource containingResource, int asmVersion)
MyFieldVisitor(java.util.Set<? extends AnnotationParser.Handler> handlers, AnnotationParser.ClassInfo classInfo, int access, java.lang.String fieldName, java.lang.String fieldType, java.lang.String signature, java.lang.Object value, int asmVersion)
MyMethodVisitor(java.util.Set<? extends AnnotationParser.Handler> handlers, AnnotationParser.ClassInfo classInfo, int access, java.lang.String name, java.lang.String methodDesc, java.lang.String signature, java.lang.String[] exceptions, int asmVersion)
ParserTask(AnnotationParser parser, java.util.Set<? extends AnnotationParser.Handler> handlers, Resource resource)
-
Uses of AnnotationParser.Handler in org.eclipse.jetty.osgi.annotations
Method parameters in org.eclipse.jetty.osgi.annotations with type arguments of type AnnotationParser.Handler Modifier and Type Method Description void
AnnotationParser. parse(java.util.Set<? extends AnnotationParser.Handler> handlers, java.net.URI[] uris)
void
AnnotationParser. parse(java.util.Set<? extends AnnotationParser.Handler> handlers, org.osgi.framework.Bundle bundle)
Constructor parameters in org.eclipse.jetty.osgi.annotations with type arguments of type AnnotationParser.Handler Constructor Description BundleParserTask(AnnotationParser parser, java.util.Set<? extends AnnotationParser.Handler> handlers, Resource resource)
-