public class WebFilterAnnotationHandler extends AbstractDiscoverableAnnotationHandler
_context| Constructor and Description |
|---|
WebFilterAnnotationHandler(WebAppContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AnnotationParser.ClassInfo info,
String annotationName) |
void |
handle(AnnotationParser.FieldInfo info,
String annotationName) |
void |
handle(AnnotationParser.MethodInfo info,
String annotationName) |
addAnnotationhandle, handle, handlepublic WebFilterAnnotationHandler(WebAppContext context)
public void handle(AnnotationParser.ClassInfo info, String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerpublic void handle(AnnotationParser.FieldInfo info, String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerpublic void handle(AnnotationParser.MethodInfo info, String annotationName)
handle in interface AnnotationParser.Handlerhandle in class AnnotationParser.AbstractHandlerCopyright © 1995-2015 Webtide. All Rights Reserved.