org.eclipse.jetty.annotations
类 DeclareRolesAnnotationHandler

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

public class DeclareRolesAnnotationHandler
extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler

DeclaresRolesAnnotationHandler


字段摘要
protected  WebAppContext _context
           
 
构造方法摘要
DeclareRolesAnnotationHandler(WebAppContext context)
           
 
方法摘要
 void doHandle(Class clazz)
           
 
从类 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
构造方法详细信息

DeclareRolesAnnotationHandler

public DeclareRolesAnnotationHandler(WebAppContext context)
参数:
context -
方法详细信息

doHandle

public void doHandle(Class clazz)
指定者:
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler 中的 doHandle
另请参见:
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler.doHandle(java.lang.Class)


Copyright © 2013. All Rights Reserved.