org.jasig.portal.spring.locator
Class CacheFactoryLocator
java.lang.Object
org.jasig.portal.spring.locator.AbstractBeanLocator<CacheFactory>
org.jasig.portal.spring.locator.CacheFactoryLocator
- All Implemented Interfaces:
- DisposableBean, InitializingBean
Deprecated. code that needs an CacheFactory should use direct dependency injection where possible
@Deprecated
public class CacheFactoryLocator
- extends AbstractBeanLocator<CacheFactory>
- 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
CacheFactoryLocator
public CacheFactoryLocator(CacheFactory instance)
- Deprecated.
getCacheFactory
public static CacheFactory getCacheFactory()
- Deprecated.
getLocator
protected AbstractBeanLocator<CacheFactory> getLocator()
- Deprecated.
- Specified by:
getLocator in class AbstractBeanLocator<CacheFactory>
setLocator
protected void setLocator(AbstractBeanLocator<CacheFactory> locator)
- Deprecated.
- Specified by:
setLocator in class AbstractBeanLocator<CacheFactory>
Copyright © 2010 Jasig. All Rights Reserved.