Class WebFilterAnnotation

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

public class WebFilterAnnotation extends org.eclipse.jetty.webapp.DiscoveredAnnotation
WebFilterAnnotation
  • Field Summary

    Fields inherited from class org.eclipse.jetty.webapp.DiscoveredAnnotation

    _className, _clazz, _context, _resource
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebFilterAnnotation(org.eclipse.jetty.webapp.WebAppContext context, String className)
     
    WebFilterAnnotation(org.eclipse.jetty.webapp.WebAppContext context, String className, org.eclipse.jetty.util.resource.Resource resource)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.eclipse.jetty.webapp.DiscoveredAnnotation

    getClassName, getResource, getTargetClass, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • WebFilterAnnotation

      public WebFilterAnnotation(org.eclipse.jetty.webapp.WebAppContext context, String className)
    • WebFilterAnnotation

      public WebFilterAnnotation(org.eclipse.jetty.webapp.WebAppContext context, String className, org.eclipse.jetty.util.resource.Resource resource)
  • Method Details

    • apply

      public void apply()
      Specified by:
      apply in class org.eclipse.jetty.webapp.DiscoveredAnnotation