org.jasig.portal.spring.locator
Class PortletDefinitionRegistryLocator

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

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

@Deprecated
public class PortletDefinitionRegistryLocator
extends AbstractBeanLocator<IPortletDefinitionRegistry>

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
PortletDefinitionRegistryLocator(IPortletDefinitionRegistry instance)
          Deprecated.  
 
Method Summary
protected  AbstractBeanLocator<IPortletDefinitionRegistry> getLocator()
          Deprecated.  
static IPortletDefinitionRegistry getPortletDefinitionRegistry()
          Deprecated.  
protected  void setLocator(AbstractBeanLocator<IPortletDefinitionRegistry> 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

PortletDefinitionRegistryLocator

public PortletDefinitionRegistryLocator(IPortletDefinitionRegistry instance)
Deprecated. 
Method Detail

getPortletDefinitionRegistry

public static IPortletDefinitionRegistry getPortletDefinitionRegistry()
Deprecated. 

getLocator

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

setLocator

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


Copyright © 2010 Jasig. All Rights Reserved.