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(Class<?> clazz)
Class level Resource annotations declare a name in the
environment that will be looked up at runtime.
|
void |
handleClass(Class<?> clazz) |
void |
handleField(Class<?> clazz,
Field field) |
void |
handleMethod(Class<?> clazz,
Method method)
Process a Resource annotation on a Method.
|
handle
protected WebAppContext _context
public ResourceAnnotationHandler(WebAppContext wac)
public void doHandle(Class<?> clazz)
doHandle
in class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
public void handleClass(Class<?> clazz)
Copyright © 1995-2015 Webtide. All Rights Reserved.