org.eclipse.jetty.annotations
类 WebListenerAnnotation

java.lang.Object
  继承者 org.eclipse.jetty.webapp.DiscoveredAnnotation
      继承者 org.eclipse.jetty.annotations.WebListenerAnnotation

public class WebListenerAnnotation
extends DiscoveredAnnotation

WebListenerAnnotation


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

构造方法详细信息

WebListenerAnnotation

public WebListenerAnnotation(WebAppContext context,
                             String className)
参数:
context -
className -

WebListenerAnnotation

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

apply

public void apply()
指定者:
DiscoveredAnnotation 中的 apply
另请参见:
org.eclipse.jetty.annotations.ClassAnnotation#apply()


Copyright © 2013. All Rights Reserved.