Uses of Interface
org.eclipse.jetty.annotations.AnnotationIntrospector.IntrospectableAnnotationHandler
-
Packages that use AnnotationIntrospector.IntrospectableAnnotationHandler Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotations -
-
Uses of AnnotationIntrospector.IntrospectableAnnotationHandler in org.eclipse.jetty.annotations
Classes in org.eclipse.jetty.annotations that implement AnnotationIntrospector.IntrospectableAnnotationHandler Modifier and Type Class Description static class
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.class
DeclareRolesAnnotationHandler
DeclaresRolesAnnotationHandlerclass
MultiPartConfigAnnotationHandler
MultiPartConfigAnnotationHandlerclass
PostConstructAnnotationHandler
class
PreDestroyAnnotationHandler
class
ResourceAnnotationHandler
class
ResourcesAnnotationHandler
class
RunAsAnnotationHandler
class
ServletSecurityAnnotationHandler
ServletSecurityAnnotationHandler Inspect a class to see if it has an@ServletSecurity
annotation on it, setting up the<security-constraint>s
.Methods in org.eclipse.jetty.annotations with parameters of type AnnotationIntrospector.IntrospectableAnnotationHandler Modifier and Type Method Description void
AnnotationIntrospector. registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
-