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