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.
| 从类 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.