Class InjectionCollection
java.lang.Object
org.eclipse.jetty.plus.annotation.InjectionCollection
InjectionCollection
Map of classname to all injections requested on that class,
whether by declaration in web.xml or via equivalent annotations.
This class is not threadsafe for concurrent modifications, but is
threadsafe for readers with concurrent modifications.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getInjection
(String jndiName, Class<?> clazz, Field field) getInjection
(String jndiName, Class<?> clazz, Method method, Class<?> paramClass) getInjections
(String className) void
-
Field Details
-
INJECTION_COLLECTION
- See Also:
-
-
Constructor Details
-
InjectionCollection
public InjectionCollection()
-
-
Method Details
-
add
-
getInjections
-
getInjection
-
getInjection
-
inject
-