public interface InjectionCapable
| Modifier and Type | Method and Description |
|---|---|
void |
addInjectionTarget(InjectionTarget target)
Add a new injection target for this dependency
|
String |
getComponentEnvName()
ComponentEnvName is the name of the corresponding java:comp/env
entry for the object that is to be injected.
|
Set<InjectionTarget> |
getInjectionTargets() |
String |
getInjectResourceType()
This is the class name of the type of resource that is to be injected.
|
boolean |
isInjectable()
True if a particular resource instance is injectable.
|
void |
setInjectResourceType(String resourceType) |
boolean isInjectable()
Set<InjectionTarget> getInjectionTargets()
void addInjectionTarget(InjectionTarget target)
String getComponentEnvName()
String getInjectResourceType()
void setInjectResourceType(String resourceType)
Copyright © 2019. All rights reserved.