org.eclipse.jetty.annotations
Class WebFilterAnnotation

java.lang.Object
  extended by org.eclipse.jetty.webapp.DiscoveredAnnotation
      extended by org.eclipse.jetty.annotations.WebFilterAnnotation

public class WebFilterAnnotation
extends DiscoveredAnnotation

WebFilterAnnotation


Field Summary
 
Fields inherited from class org.eclipse.jetty.webapp.DiscoveredAnnotation
_className, _clazz, _context
 
Constructor Summary
WebFilterAnnotation(WebAppContext context, String className)
           
 
Method Summary
 void apply()
           
 
Methods inherited from class org.eclipse.jetty.webapp.DiscoveredAnnotation
getTargetClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFilterAnnotation

public WebFilterAnnotation(WebAppContext context,
                           String className)
Parameters:
context -
className -
Method Detail

apply

public void apply()
Specified by:
apply in class DiscoveredAnnotation
See Also:
org.eclipse.jetty.annotations.ClassAnnotation#apply()


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.