org.eclipse.jetty.annotations
Class WebServletAnnotation

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

public class WebServletAnnotation
extends DiscoveredAnnotation

WebServletAnnotation


Field Summary
 
Fields inherited from class org.eclipse.jetty.webapp.DiscoveredAnnotation
_className, _clazz, _context
 
Constructor Summary
WebServletAnnotation(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

WebServletAnnotation

public WebServletAnnotation(WebAppContext context,
                            String 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.