org.eclipse.jetty.annotations
类 RunAsAnnotationHandler

java.lang.Object
  继承者 org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
      继承者 org.eclipse.jetty.annotations.RunAsAnnotationHandler
所有已实现的接口:
AnnotationIntrospector.IntrospectableAnnotationHandler

public class RunAsAnnotationHandler
extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler


字段摘要
protected  WebAppContext _context
           
 
构造方法摘要
RunAsAnnotationHandler(WebAppContext wac)
           
 
方法摘要
 void doHandle(Class clazz)
           
 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)
           
 
从类 org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler 继承的方法
handle
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

_context

protected WebAppContext _context
构造方法详细信息

RunAsAnnotationHandler

public RunAsAnnotationHandler(WebAppContext wac)
方法详细信息

doHandle

public void doHandle(Class clazz)
指定者:
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler 中的 doHandle

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 © 2013. All Rights Reserved.