| Package | Description |
|---|---|
| org.eclipse.jetty.annotations | |
| org.eclipse.jetty.webapp |
| Modifier and Type | Class and Description |
|---|---|
class |
WebFilterAnnotation
WebFilterAnnotation
|
class |
WebListenerAnnotation
WebListenerAnnotation
|
class |
WebServletAnnotation
WebServletAnnotation
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DiscoveredAnnotation> |
AbstractDiscoverableAnnotationHandler._annotations |
| Modifier and Type | Method and Description |
|---|---|
List<DiscoveredAnnotation> |
AbstractDiscoverableAnnotationHandler.getAnnotationList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDiscoverableAnnotationHandler.addAnnotation(DiscoveredAnnotation a) |
| Constructor and Description |
|---|
AbstractDiscoverableAnnotationHandler(WebAppContext context,
List<DiscoveredAnnotation> list) |
WebFilterAnnotationHandler(WebAppContext context,
List<DiscoveredAnnotation> list) |
WebListenerAnnotationHandler(WebAppContext context,
List<DiscoveredAnnotation> list) |
WebServletAnnotationHandler(WebAppContext context,
List<DiscoveredAnnotation> list) |
| Modifier and Type | Field and Description |
|---|---|
protected List<DiscoveredAnnotation> |
MetaData._annotations |
protected Map<Resource,List<DiscoveredAnnotation>> |
MetaData._webFragmentAnnotations |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaData.addDiscoveredAnnotation(Resource resource,
DiscoveredAnnotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaData.addDiscoveredAnnotations(List<DiscoveredAnnotation> annotations)
Annotations not associated with a WEB-INF/lib fragment jar.
|
void |
MetaData.addDiscoveredAnnotations(Resource resource,
List<DiscoveredAnnotation> annotations) |
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.