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