Package | Description |
---|---|
org.eclipse.jetty.plus.annotation |
Jetty Plus : Limited JEE Annotation Support
|
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,java.util.List<Injection>> |
InjectionCollection._injectionMap |
Modifier and Type | Method and Description |
---|---|
Injection |
InjectionCollection.getInjection(java.lang.String jndiName,
java.lang.Class<?> clazz,
java.lang.reflect.Field field) |
Injection |
InjectionCollection.getInjection(java.lang.String jndiName,
java.lang.Class<?> clazz,
java.lang.reflect.Method method,
java.lang.Class<?> paramClass) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Injection> |
InjectionCollection.getInjections(java.lang.String className) |
Modifier and Type | Method and Description |
---|---|
void |
InjectionCollection.add(Injection injection) |