Uses of Interface
org.eclipse.jetty.annotations.AnnotationParser.Handler
Packages that use AnnotationParser.Handler
Package
Description
Jetty Annotations : Support for Servlet Annotations
Jetty Annotations : Support for Servlet Annotations
Jetty Annotations : Support for Servlet Annotations
Jetty Annotations : Support for Servlet Annotations
-
Uses of AnnotationParser.Handler in org.eclipse.jetty.annotations
Classes in org.eclipse.jetty.annotations that implement AnnotationParser.HandlerModifier and TypeClassDescriptionstatic class
Convenience base class to provide no-ops for all Handler methods.class
As asm scans for classes, remember the type hierarchy.Method parameters in org.eclipse.jetty.annotations with type arguments of type AnnotationParser.HandlerModifier and TypeMethodDescriptionvoid
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, Resource r) Parse a resourceprotected void
AnnotationParser.parseClass
(Set<? extends AnnotationParser.Handler> handlers, Resource containingResource, Path classFile) Deprecated, for removal: This API element is subject to removal in a future version.protected void
AnnotationParser.parseClass
(Set<? extends AnnotationParser.Handler> handlers, Resource containingResource, Resource classFile) Use ASM on a classprotected void
AnnotationParser.parseDir
(Set<? extends AnnotationParser.Handler> handlers, Resource dirResource) Parse all classes in a directoryprotected void
AnnotationParser.parseJar
(Set<? extends AnnotationParser.Handler> handlers, Resource jarResource) Parse a resource that is a jar file.Constructor parameters in org.eclipse.jetty.annotations with type arguments of type AnnotationParser.HandlerModifierConstructorDescriptionMyClassVisitor
(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) -
Uses of AnnotationParser.Handler in org.eclipse.jetty.ee10.annotations
Classes in org.eclipse.jetty.ee10.annotations that implement AnnotationParser.HandlerModifier and TypeClassDescriptionclass
Base class for handling the discovery of an annotation.class
Discovers classes that contain the specified annotation, either at class or method level.class
WebFilterAnnotationHandlerclass
class
Process a WebServlet annotation on a class.Fields in org.eclipse.jetty.ee10.annotations with type parameters of type AnnotationParser.HandlerModifier and TypeFieldDescriptionprotected final Set
<? extends AnnotationParser.Handler> AnnotationConfiguration.ParserTask._handlers
Constructor parameters in org.eclipse.jetty.ee10.annotations with type arguments of type AnnotationParser.HandlerModifierConstructorDescriptionParserTask
(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource) -
Uses of AnnotationParser.Handler in org.eclipse.jetty.ee11.annotations
Classes in org.eclipse.jetty.ee11.annotations that implement AnnotationParser.HandlerModifier and TypeClassDescriptionclass
Base class for handling the discovery of an annotation.class
Discovers classes that contain the specified annotation, either at class or method level.class
WebFilterAnnotationHandlerclass
class
Process a WebServlet annotation on a class.Fields in org.eclipse.jetty.ee11.annotations with type parameters of type AnnotationParser.HandlerModifier and TypeFieldDescriptionprotected final Set
<? extends AnnotationParser.Handler> AnnotationConfiguration.ParserTask._handlers
Constructor parameters in org.eclipse.jetty.ee11.annotations with type arguments of type AnnotationParser.HandlerModifierConstructorDescriptionParserTask
(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource) -
Uses of AnnotationParser.Handler in org.eclipse.jetty.ee8.annotations
Classes in org.eclipse.jetty.ee8.annotations that implement AnnotationParser.HandlerModifier and TypeClassDescriptionclass
Base class for handling the discovery of an annotation.class
ContainerInitializerAnnotationHandlerclass
WebFilterAnnotationHandlerclass
class
Process a WebServlet annotation on a class.Fields in org.eclipse.jetty.ee8.annotations with type parameters of type AnnotationParser.HandlerModifier and TypeFieldDescriptionprotected final Set
<? extends AnnotationParser.Handler> AnnotationConfiguration.ParserTask._handlers
Constructor parameters in org.eclipse.jetty.ee8.annotations with type arguments of type AnnotationParser.HandlerModifierConstructorDescriptionParserTask
(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource) -
Uses of AnnotationParser.Handler in org.eclipse.jetty.ee9.annotations
Classes in org.eclipse.jetty.ee9.annotations that implement AnnotationParser.HandlerModifier and TypeClassDescriptionclass
Base class for handling the discovery of an annotation.class
ContainerInitializerAnnotationHandlerclass
WebFilterAnnotationHandlerclass
class
Process a WebServlet annotation on a class.Fields in org.eclipse.jetty.ee9.annotations with type parameters of type AnnotationParser.HandlerModifier and TypeFieldDescriptionprotected final Set
<? extends AnnotationParser.Handler> AnnotationConfiguration.ParserTask._handlers
Constructor parameters in org.eclipse.jetty.ee9.annotations with type arguments of type AnnotationParser.HandlerModifierConstructorDescriptionParserTask
(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource)
AnnotationParser.parseClass(Set, Resource, Resource)
instead (which usesResource
instead ofPath
)