org.eclipse.jetty.annotations
类 WebServletAnnotation

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

public class WebServletAnnotation
extends DiscoveredAnnotation

WebServletAnnotation


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

构造方法详细信息

WebServletAnnotation

public WebServletAnnotation(WebAppContext context,
                            String className)

WebServletAnnotation

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

apply

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


Copyright © 2013. All Rights Reserved.