public class InjectionCollection extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INJECTION_COLLECTION |
Constructor and Description |
---|
InjectionCollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(Injection injection) |
Injection |
getInjection(String jndiName,
Class<?> clazz,
Field field) |
Injection |
getInjection(String jndiName,
Class<?> clazz,
Method method,
Class<?> paramClass) |
List<Injection> |
getInjections(String className) |
void |
inject(Object injectable) |
public static final String INJECTION_COLLECTION
Copyright © 1995-2015 Webtide. All Rights Reserved.