org.eclipse.jetty.annotations
Class AbstractDiscoverableAnnotationHandler

java.lang.Object
  extended by org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
All Implemented Interfaces:
AnnotationParser.DiscoverableAnnotationHandler

public abstract class AbstractDiscoverableAnnotationHandler
extends Object
implements AnnotationParser.DiscoverableAnnotationHandler

DiscoverableAnnotationHandler


Field Summary
protected  List<DiscoveredAnnotation> _annotations
           
protected  WebAppContext _context
           
 
Constructor Summary
AbstractDiscoverableAnnotationHandler(WebAppContext context)
           
 
Method Summary
 void addAnnotation(DiscoveredAnnotation a)
           
 List<DiscoveredAnnotation> getAnnotationList()
           
 void resetList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jetty.annotations.AnnotationParser.DiscoverableAnnotationHandler
handleClass, handleField, handleMethod
 

Field Detail

_context

protected WebAppContext _context

_annotations

protected List<DiscoveredAnnotation> _annotations
Constructor Detail

AbstractDiscoverableAnnotationHandler

public AbstractDiscoverableAnnotationHandler(WebAppContext context)
Method Detail

getAnnotationList

public List<DiscoveredAnnotation> getAnnotationList()

resetList

public void resetList()

addAnnotation

public void addAnnotation(DiscoveredAnnotation a)


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