org.eclipse.jetty.annotations
Class WebFilterAnnotationHandler

java.lang.Object
  extended by org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
      extended by org.eclipse.jetty.annotations.WebFilterAnnotationHandler
All Implemented Interfaces:
AnnotationParser.DiscoverableAnnotationHandler

public class WebFilterAnnotationHandler
extends AbstractDiscoverableAnnotationHandler

WebFilterAnnotationHandler


Field Summary
 
Fields inherited from class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
_annotations, _context
 
Constructor Summary
WebFilterAnnotationHandler(WebAppContext context)
           
 
Method Summary
 void handleClass(String className, int version, int access, String signature, String superName, String[] interfaces, String annotation, List<AnnotationParser.Value> values)
           
 void handleField(String className, String fieldName, int access, String fieldType, String signature, Object value, String annotation, List<AnnotationParser.Value> values)
           
 void handleMethod(String className, String methodName, int access, String params, String signature, String[] exceptions, String annotation, List<AnnotationParser.Value> values)
           
 
Methods inherited from class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
addAnnotation, getAnnotationList, resetList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFilterAnnotationHandler

public WebFilterAnnotationHandler(WebAppContext context)
Method Detail

handleClass

public void handleClass(String className,
                        int version,
                        int access,
                        String signature,
                        String superName,
                        String[] interfaces,
                        String annotation,
                        List<AnnotationParser.Value> values)

handleField

public void handleField(String className,
                        String fieldName,
                        int access,
                        String fieldType,
                        String signature,
                        Object value,
                        String annotation,
                        List<AnnotationParser.Value> values)

handleMethod

public void handleMethod(String className,
                         String methodName,
                         int access,
                         String params,
                         String signature,
                         String[] exceptions,
                         String annotation,
                         List<AnnotationParser.Value> values)


Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.