Package org.eclipse.jetty.annotations
Class DeclareRolesAnnotationHandler
- java.lang.Object
-
- org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
-
- org.eclipse.jetty.annotations.DeclareRolesAnnotationHandler
-
- All Implemented Interfaces:
AnnotationIntrospector.IntrospectableAnnotationHandler
public class DeclareRolesAnnotationHandler extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
DeclaresRolesAnnotationHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected WebAppContext
_context
-
Constructor Summary
Constructors Constructor Description DeclareRolesAnnotationHandler(WebAppContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doHandle(java.lang.Class clazz)
-
Methods inherited from class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
handle
-
-
-
-
Field Detail
-
_context
protected WebAppContext _context
-
-
Constructor Detail
-
DeclareRolesAnnotationHandler
public DeclareRolesAnnotationHandler(WebAppContext context)
-
-