org.jboss.weld.injection.spi.helpers
Class AbstractResourceServices
java.lang.Object
org.jboss.weld.injection.spi.helpers.AbstractResourceServices
- All Implemented Interfaces:
- Service
public abstract class AbstractResourceServices
- extends Object
- implements Service
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractResourceServices
public AbstractResourceServices()
resolveResource
public Object resolveResource(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
resolveResource
public Object resolveResource(String jndiName,
String mappedName)
getResourceName
protected String getResourceName(String jndiName,
String mappedName)
getContext
protected abstract Context getContext()
getResourceName
protected String getResourceName(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
getPropertyName
public static String getPropertyName(Method method)
cleanup
public void cleanup()
- Description copied from interface:
Service
- Called by Weld when it is shutting down, allowing the service to
perform any cleanup needed.
- Specified by:
cleanup
in interface Service
Copyright © 2013 Seam Framework. All Rights Reserved.