org.eclipse.jetty.annotations
Class PreDestroyAnnotationHandler

java.lang.Object
  extended by org.eclipse.jetty.annotations.PreDestroyAnnotationHandler
All Implemented Interfaces:
AnnotationParser.AnnotationHandler

public class PreDestroyAnnotationHandler
extends Object
implements AnnotationParser.AnnotationHandler


Constructor Summary
PreDestroyAnnotationHandler(WebAppContext wac)
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreDestroyAnnotationHandler

public PreDestroyAnnotationHandler(WebAppContext wac)
Method Detail

handleClass

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

handleField

public void handleField(String className,
                        String fieldName,
                        int access,
                        String fieldType,
                        String signature,
                        Object value,
                        String annotation,
                        List<AnnotationParser.Value> values)
Specified by:
handleField in interface AnnotationParser.AnnotationHandler

handleMethod

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


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