|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
public abstract class AbstractDiscoverableAnnotationHandler
DiscoverableAnnotationHandler
| Field Summary | |
|---|---|
protected java.util.List<DiscoveredAnnotation> |
_annotations
|
protected WebAppContext |
_context
|
| Constructor Summary | |
|---|---|
AbstractDiscoverableAnnotationHandler(WebAppContext context)
|
|
| Method Summary | |
|---|---|
void |
addAnnotation(DiscoveredAnnotation a)
|
java.util.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 |
|---|
protected WebAppContext _context
protected java.util.List<DiscoveredAnnotation> _annotations
| Constructor Detail |
|---|
public AbstractDiscoverableAnnotationHandler(WebAppContext context)
| Method Detail |
|---|
public java.util.List<DiscoveredAnnotation> getAnnotationList()
public void resetList()
public void addAnnotation(DiscoveredAnnotation a)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||