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