org.jasig.portal.spring.locator
Class EntityCachingServiceLocator
java.lang.Object
org.jasig.portal.spring.locator.AbstractBeanLocator<IEntityCachingService>
org.jasig.portal.spring.locator.EntityCachingServiceLocator
- All Implemented Interfaces:
- DisposableBean, InitializingBean
Deprecated. code that needs an IEntityCachingService should use direct dependency injection where possible
@Deprecated
public class EntityCachingServiceLocator
- extends AbstractBeanLocator<IEntityCachingService>
- Version:
- $Revision: 19776 $
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEAN_NAME
public static final String BEAN_NAME
- Deprecated.
- See Also:
- Constant Field Values
EntityCachingServiceLocator
public EntityCachingServiceLocator(IEntityCachingService instance)
- Deprecated.
getEntityCachingService
public static IEntityCachingService getEntityCachingService()
- Deprecated.
getLocator
protected AbstractBeanLocator<IEntityCachingService> getLocator()
- Deprecated.
- Specified by:
getLocator in class AbstractBeanLocator<IEntityCachingService>
setLocator
protected void setLocator(AbstractBeanLocator<IEntityCachingService> locator)
- Deprecated.
- Specified by:
setLocator in class AbstractBeanLocator<IEntityCachingService>
Copyright © 2010 Jasig. All Rights Reserved.