org.eclipse.jetty.webapp
类 DiscoveredAnnotation

java.lang.Object
  继承者 org.eclipse.jetty.webapp.DiscoveredAnnotation
直接已知子类:
WebFilterAnnotation, WebListenerAnnotation, WebServletAnnotation

public abstract class DiscoveredAnnotation
extends Object

DiscoveredAnnotation Represents an annotation that has been discovered by scanning source code of WEB-INF/classes and WEB-INF/lib jars.


字段摘要
protected  String _className
           
protected  Class<?> _clazz
           
protected  WebAppContext _context
           
protected  Resource _resource
           
 
构造方法摘要
DiscoveredAnnotation(WebAppContext context, String className)
           
DiscoveredAnnotation(WebAppContext context, String className, Resource resource)
           
 
方法摘要
abstract  void apply()
           
 Resource getResource()
           
 Class<?> getTargetClass()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

_context

protected WebAppContext _context

_className

protected String _className

_clazz

protected Class<?> _clazz

_resource

protected Resource _resource
构造方法详细信息

DiscoveredAnnotation

public DiscoveredAnnotation(WebAppContext context,
                            String className)

DiscoveredAnnotation

public DiscoveredAnnotation(WebAppContext context,
                            String className,
                            Resource resource)
方法详细信息

apply

public abstract void apply()

getResource

public Resource getResource()

getTargetClass

public Class<?> getTargetClass()


Copyright © 2013. All Rights Reserved.