org.apache.catalina.util
public class DefaultAnnotationProcessor extends Object implements AnnotationProcessor
Version: $Revision: 777554 $, $Date: 2009-05-22 16:54:32 +0200 (Fri, 22 May 2009) $
| Field Summary | |
|---|---|
| protected Context | context |
| Constructor Summary | |
|---|---|
| DefaultAnnotationProcessor(Context context) | |
| Method Summary | |
|---|---|
| protected static void | lookupFieldResource(Context context, Object instance, Field field, String name, Class<?> clazz)
Inject resources in specified field. |
| protected static void | lookupMethodResource(Context context, Object instance, Method method, String name, Class<?> clazz)
Inject resources in specified method. |
| void | postConstruct(Object instance)
Call postConstruct method on the specified instance. |
| void | preDestroy(Object instance)
Call preDestroy method on the specified instance. |
| void | processAnnotations(Object instance)
Inject resources in specified instance. |