org.jasig.portal.spring.locator
Class CarResourcesLocator

java.lang.Object
  extended by org.jasig.portal.spring.locator.AbstractBeanLocator<CarResources>
      extended by org.jasig.portal.spring.locator.CarResourcesLocator
All Implemented Interfaces:
DisposableBean, InitializingBean

Deprecated. code that needs an CarResources should use direct dependency injection where possible

@Deprecated
public class CarResourcesLocator
extends AbstractBeanLocator<CarResources>

Version:
$Revision: 19776 $
Author:
Eric Dalquist

Field Summary
static String BEAN_NAME
          Deprecated.  
 
Fields inherited from class org.jasig.portal.spring.locator.AbstractBeanLocator
logger
 
Constructor Summary
CarResourcesLocator(CarResources instance)
          Deprecated.  
 
Method Summary
static CarResources getCarResources()
          Deprecated.  
protected  AbstractBeanLocator<CarResources> getLocator()
          Deprecated.  
protected  void setLocator(AbstractBeanLocator<CarResources> locator)
          Deprecated.  
 
Methods inherited from class org.jasig.portal.spring.locator.AbstractBeanLocator
afterPropertiesSet, destroy, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_NAME

public static final String BEAN_NAME
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

CarResourcesLocator

public CarResourcesLocator(CarResources instance)
Deprecated. 
Method Detail

getCarResources

public static CarResources getCarResources()
Deprecated. 

getLocator

protected AbstractBeanLocator<CarResources> getLocator()
Deprecated. 
Specified by:
getLocator in class AbstractBeanLocator<CarResources>

setLocator

protected void setLocator(AbstractBeanLocator<CarResources> locator)
Deprecated. 
Specified by:
setLocator in class AbstractBeanLocator<CarResources>


Copyright © 2010 Jasig. All Rights Reserved.