org.apache.catalina.startup
public class WebAnnotationSet extends Object
AnnotationSet for processing the annotations of the web application
classes (/WEB-INF/classes
and /WEB-INF/lib
).
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Method Summary | |
---|---|
protected static void | addResource(Context context, Resource annotation)
Process a Resource annotation to set up a Resource.
|
static void | loadApplicationAnnotations(Context context)
Process the annotations on a context. |
protected static void | loadApplicationFilterAnnotations(Context context)
Process the annotations for the filters. |
protected static void | loadApplicationListenerAnnotations(Context context)
Process the annotations for the listeners. |
protected static void | loadApplicationServletAnnotations(Context context)
Process the annotations for the servlets. |
protected static void | loadClassAnnotation(Context context, String fileString)
Process the annotations on a context for a given className. |