public abstract class ForwardingResourceInjectionServices extends java.lang.Object implements ResourceInjectionServices
| Constructor and Description |
|---|
ForwardingResourceInjectionServices() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ResourceInjectionServices |
delegate() |
java.lang.Object |
resolveResource(InjectionPoint injectionPoint)
Resolve the value for the given @Resource injection point
|
java.lang.Object |
resolveResource(java.lang.String jndiName,
java.lang.String mappedName)
Resolve the value for the given JNDI name and mapped name
|
protected abstract ResourceInjectionServices delegate()
public java.lang.Object resolveResource(InjectionPoint injectionPoint)
ResourceInjectionServicesresolveResource in interface ResourceInjectionServicesinjectionPoint - the injection point metadatapublic java.lang.Object resolveResource(java.lang.String jndiName,
java.lang.String mappedName)
ResourceInjectionServicesresolveResource in interface ResourceInjectionServicesCopyright © 2014 Seam Framework. All Rights Reserved.