Package | Description |
---|---|
org.eclipse.jetty.annotations |
Jetty Annotations : Support for Servlet Annotations
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Class and Description |
---|---|
class |
WebFilterAnnotation
WebFilterAnnotation
|
class |
WebListenerAnnotation
WebListenerAnnotation
|
class |
WebServletAnnotation
WebServletAnnotation
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDiscoverableAnnotationHandler.addAnnotation(DiscoveredAnnotation a) |
Modifier and Type | Field and Description |
---|---|
protected Map<Resource,List<DiscoveredAnnotation>> |
MetaData._annotations |
Modifier and Type | Method and Description |
---|---|
void |
MetaData.addDiscoveredAnnotation(DiscoveredAnnotation annotation)
Add an annotation that has been discovered on a class, method or field within a resource
eg a jar or dir.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaData.addDiscoveredAnnotations(List<DiscoveredAnnotation> annotations)
Annotations not associated with a WEB-INF/lib fragment jar.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.