Package | Description |
---|---|
org.eclipse.jetty.annotations |
Jetty Annotations : Support for Servlet Annotations
|
org.eclipse.jetty.osgi.annotations |
Modifier and Type | Class and 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
ContainerInitializerAnnotationHandler
|
class |
WebFilterAnnotationHandler
WebFilterAnnotationHandler
|
class |
WebListenerAnnotationHandler |
class |
WebServletAnnotationHandler
WebServletAnnotationHandler
Process a WebServlet annotation on a class.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<? extends AnnotationParser.Handler> |
AnnotationConfiguration.ParserTask._handlers |
Modifier and Type | Method and 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 hierarchy
|
void |
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.util.List<java.lang.String> classNames)
Parse the given classes
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
Resource r)
Parse a resource
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.lang.String className)
Parse a given class
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.lang.String[] classNames)
Parse the given classes
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.net.URI uri)
Parse a particular uri
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.net.URI[] uris)
Parse classes in the supplied uris.
|
protected void |
AnnotationParser.parseDir(java.util.Set<? extends AnnotationParser.Handler> handlers,
Resource root)
Parse all classes in a directory
|
protected 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 file
|
protected void |
AnnotationParser.scanClass(java.util.Set<? extends AnnotationParser.Handler> handlers,
Resource containingResource,
java.io.InputStream is)
Use ASM on a class
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
org.osgi.framework.Bundle bundle) |
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.net.URI[] uris) |
Constructor and Description |
---|
BundleParserTask(AnnotationParser parser,
java.util.Set<? extends AnnotationParser.Handler> handlers,
Resource resource) |
Copyright © 1995–2023 Webtide. All rights reserved.