| java.lang.Object org.apache.catalina.startup.WebAnnotationSet
WebAnnotationSet | public class WebAnnotationSet (Code) | | AnnotationSet for processing the annotations of the web application
classes (/WEB-INF/classes and /WEB-INF/lib ).
author: Fabien Carrion version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $ |
addResource | protected static void addResource(Context context, Resource annotation)(Code) | | Process a Resource annotation to set up a Resource.
Ref JSR 250, equivalent to the resource-ref,
message-destination-ref, env-ref, resource-env-ref
or service-ref element in the deployment descriptor.
|
loadApplicationAnnotations | public static void loadApplicationAnnotations(Context context)(Code) | | Process the annotations on a context.
|
loadApplicationFilterAnnotations | protected static void loadApplicationFilterAnnotations(Context context)(Code) | | Process the annotations for the filters.
|
loadApplicationListenerAnnotations | protected static void loadApplicationListenerAnnotations(Context context)(Code) | | Process the annotations for the listeners.
|
loadApplicationServletAnnotations | protected static void loadApplicationServletAnnotations(Context context)(Code) | | Process the annotations for the servlets.
|
loadClassAnnotation | protected static void loadClassAnnotation(Context context, String fileString)(Code) | | Process the annotations on a context for a given className.
|
|
|