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) |
addAnnotation
handle, handle, handle
public WebFilterAnnotationHandler(WebAppContext context)
public void handle(AnnotationParser.ClassInfo info, String annotationName)
handle
in interface AnnotationParser.Handler
handle
in class AnnotationParser.AbstractHandler
public void handle(AnnotationParser.FieldInfo info, String annotationName)
handle
in interface AnnotationParser.Handler
handle
in class AnnotationParser.AbstractHandler
public void handle(AnnotationParser.MethodInfo info, String annotationName)
handle
in interface AnnotationParser.Handler
handle
in class AnnotationParser.AbstractHandler
Copyright © 1995-2015 Webtide. All Rights Reserved.