public abstract class ServletResourceInjectionServices extends AbstractResourceServices implements ResourceInjectionServices
| Constructor and Description |
|---|
ServletResourceInjectionServices() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.naming.Context |
getContext() |
protected Resource |
getResourceAnnotation(InjectionPoint injectionPoint) |
protected java.lang.String |
getResourceName(InjectionPoint injectionPoint) |
java.lang.Object |
resolveResource(InjectionPoint injectionPoint)
Resolve the value for the given @Resource injection point
|
cleanup, getPropertyName, getResourceName, registerResourceInjectionPoint, registerResourceInjectionPoint, resolveResourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregisterResourceInjectionPoint, registerResourceInjectionPoint, resolveResourceprotected javax.naming.Context getContext()
getContext in class AbstractResourceServicespublic java.lang.Object resolveResource(InjectionPoint injectionPoint)
ResourceInjectionServicesresolveResource in interface ResourceInjectionServicesresolveResource in class AbstractResourceServicesinjectionPoint - the injection point metadataprotected java.lang.String getResourceName(InjectionPoint injectionPoint)
getResourceName in class AbstractResourceServicesprotected Resource getResourceAnnotation(InjectionPoint injectionPoint)
Copyright © 2015. All Rights Reserved.