org.eclipse.jetty.annotations
public class ResourceAnnotationHandler extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
Modifier and Type | Field and Description |
---|---|
protected WebAppContext |
_context |
Constructor and Description |
---|
ResourceAnnotationHandler(WebAppContext wac) |
Modifier and Type | Method and Description |
---|---|
void |
doHandle(java.lang.Class clazz)
Class level Resource annotations declare a name in the
environment that will be looked up at runtime.
|
void |
handleClass(java.lang.Class clazz) |
void |
handleField(java.lang.Class clazz,
java.lang.reflect.Field field) |
void |
handleMethod(java.lang.Class clazz,
java.lang.reflect.Method method)
Process a Resource annotation on a Method.
|
handle
protected WebAppContext _context
public ResourceAnnotationHandler(WebAppContext wac)
public void doHandle(java.lang.Class clazz)
doHandle
in class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
public void handleClass(java.lang.Class clazz)
public void handleField(java.lang.Class clazz, java.lang.reflect.Field field)
public void handleMethod(java.lang.Class clazz, java.lang.reflect.Method method)
Copyright © 2013. All Rights Reserved.