org.eclipse.jetty.annotations
类 WebFilterAnnotation

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

public class WebFilterAnnotation
extends DiscoveredAnnotation

WebFilterAnnotation


字段摘要
 
从类 org.eclipse.jetty.webapp.DiscoveredAnnotation 继承的字段
_className, _clazz, _context, _resource
 
构造方法摘要
WebFilterAnnotation(WebAppContext context, String className)
           
WebFilterAnnotation(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
 

构造方法详细信息

WebFilterAnnotation

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

WebFilterAnnotation

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

apply

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


Copyright © 2013. All Rights Reserved.