Uses of Class
org.jasig.portal.spring.locator.AbstractBeanLocator

Packages that use AbstractBeanLocator
org.jasig.portal.spring.locator   
 

Uses of AbstractBeanLocator in org.jasig.portal.spring.locator
 

Subclasses of AbstractBeanLocator in org.jasig.portal.spring.locator
 class CacheFactoryLocator
          Deprecated. code that needs an CacheFactory should use direct dependency injection where possible
 class CarResourcesLocator
          Deprecated. code that needs an CarResources should use direct dependency injection where possible
 class ChannelPublishingServiceLocator
           
 class ChannelRegistryStoreLocator
          Deprecated. code that needs an IChannelRegistryStore should use direct dependency injection where possible
 class ChannelRequestParameterManagerLocator
          Deprecated. code that needs an IChannelRequestParameterManager should use direct dependency injection where possible
 class ConfigurationLoaderLocator
          Deprecated. code that needs an ConfigurationLoader should use direct dependency injection where possible
 class CounterStoreLocator
          Deprecated. code that needs an ICounterStore should use direct dependency injection where possible
 class DbLoaderLocator
          Deprecated. code that needs an IDbLoader should use direct dependency injection where possible
 class EntityCachingServiceLocator
          Deprecated. code that needs an IEntityCachingService should use direct dependency injection where possible
 class JndiManagerLocator
          Deprecated. code that needs an IJndiManager should use direct dependency injection where possible
 class JpaInterceptorLocator
          Deprecated. code that needs an JpaInterceptor should use direct dependency injection where possible
 class OptionalContainerServicesLocator
          Deprecated. code that needs an OptionalContainerServices should use direct dependency injection where possible
 class PasswordEncryptionServiceLocator
           
 class PersonAttributeDaoLocator
          Deprecated. code that needs an IPersonAttributeDao should use direct dependency injection where possible
 class PersonManagerLocator
          Deprecated. code that needs an IPersonManager should use direct dependency injection where possible
 class PortalDbLocator
          Deprecated. code that needs an DataSource should use direct dependency injection where possible
 class PortalDbMetadataLocator
          Deprecated. code that needs an IDatabaseMetadata should use direct dependency injection where possible
 class PortalRenderingPipelineLocator
          Deprecated. code that needs an IPortalRenderingPipeline should use direct dependency injection where possible
 class PortletDefinitionRegistryLocator
          Deprecated. code that needs an IPortletDefinitionRegistry should use direct dependency injection where possible
 class RequestParameterProcessorControllerLocator
          Deprecated. code that needs an IRequestParameterProcessorController should use direct dependency injection where possible
 class ThrowableToElementLocator
          Deprecated. code that needs an IThrowableToElement should use direct dependency injection where possible
 class UserIdentityStoreLocator
          Deprecated. code that needs an IUserIdentityStore should use direct dependency injection where possible
 class UserInstanceManagerLocator
          Deprecated. code that needs an IUserInstanceManager should use direct dependency injection where possible
 class XalanAuthorizationHelperLocator
           
 class XalanGroupMembershipHelperLocator
           
 

Methods in org.jasig.portal.spring.locator that return AbstractBeanLocator
protected  AbstractBeanLocator<IPortalRenderingPipeline> PortalRenderingPipelineLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IEntityCachingService> EntityCachingServiceLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IThrowableToElement> ThrowableToElementLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IChannelRegistryStore> ChannelRegistryStoreLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IUserIdentityStore> UserIdentityStoreLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IStringEncryptionService> PasswordEncryptionServiceLocator.getLocator()
           
protected  AbstractBeanLocator<IRequestParameterProcessorController> RequestParameterProcessorControllerLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IXalanAuthorizationHelper> XalanAuthorizationHelperLocator.getLocator()
           
protected  AbstractBeanLocator<IChannelPublishingService> ChannelPublishingServiceLocator.getLocator()
           
protected  AbstractBeanLocator<org.jasig.services.persondir.IPersonAttributeDao> PersonAttributeDaoLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<ICounterStore> CounterStoreLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<DataSource> PortalDbLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<ConfigurationLoader> ConfigurationLoaderLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IDbLoader> DbLoaderLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IPortletDefinitionRegistry> PortletDefinitionRegistryLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<JpaInterceptor> JpaInterceptorLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<org.apache.pluto.OptionalContainerServices> OptionalContainerServicesLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<CarResources> CarResourcesLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IDatabaseMetadata> PortalDbMetadataLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IXalanGroupMembershipHelper> XalanGroupMembershipHelperLocator.getLocator()
           
protected  AbstractBeanLocator<IChannelRequestParameterManager> ChannelRequestParameterManagerLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IJndiManager> JndiManagerLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<IUserInstanceManager> UserInstanceManagerLocator.getLocator()
          Deprecated.  
protected abstract  AbstractBeanLocator<T> AbstractBeanLocator.getLocator()
           
protected  AbstractBeanLocator<IPersonManager> PersonManagerLocator.getLocator()
          Deprecated.  
protected  AbstractBeanLocator<CacheFactory> CacheFactoryLocator.getLocator()
          Deprecated.  
 

Methods in org.jasig.portal.spring.locator with parameters of type AbstractBeanLocator
protected  void CacheFactoryLocator.setLocator(AbstractBeanLocator<CacheFactory> locator)
          Deprecated.  
protected  void CarResourcesLocator.setLocator(AbstractBeanLocator<CarResources> locator)
          Deprecated.  
protected  void ConfigurationLoaderLocator.setLocator(AbstractBeanLocator<ConfigurationLoader> locator)
          Deprecated.  
protected  void PortalDbLocator.setLocator(AbstractBeanLocator<DataSource> locator)
          Deprecated.  
protected  void ChannelPublishingServiceLocator.setLocator(AbstractBeanLocator<IChannelPublishingService> locator)
           
protected  void ChannelRegistryStoreLocator.setLocator(AbstractBeanLocator<IChannelRegistryStore> locator)
          Deprecated.  
protected  void ChannelRequestParameterManagerLocator.setLocator(AbstractBeanLocator<IChannelRequestParameterManager> locator)
          Deprecated.  
protected  void CounterStoreLocator.setLocator(AbstractBeanLocator<ICounterStore> locator)
          Deprecated.  
protected  void PortalDbMetadataLocator.setLocator(AbstractBeanLocator<IDatabaseMetadata> locator)
          Deprecated.  
protected  void DbLoaderLocator.setLocator(AbstractBeanLocator<IDbLoader> locator)
          Deprecated.  
protected  void EntityCachingServiceLocator.setLocator(AbstractBeanLocator<IEntityCachingService> locator)
          Deprecated.  
protected  void JndiManagerLocator.setLocator(AbstractBeanLocator<IJndiManager> locator)
          Deprecated.  
protected  void PersonAttributeDaoLocator.setLocator(AbstractBeanLocator<org.jasig.services.persondir.IPersonAttributeDao> locator)
          Deprecated.  
protected  void PersonManagerLocator.setLocator(AbstractBeanLocator<IPersonManager> locator)
          Deprecated.  
protected  void PortalRenderingPipelineLocator.setLocator(AbstractBeanLocator<IPortalRenderingPipeline> locator)
          Deprecated.  
protected  void PortletDefinitionRegistryLocator.setLocator(AbstractBeanLocator<IPortletDefinitionRegistry> locator)
          Deprecated.  
protected  void RequestParameterProcessorControllerLocator.setLocator(AbstractBeanLocator<IRequestParameterProcessorController> locator)
          Deprecated.  
protected  void PasswordEncryptionServiceLocator.setLocator(AbstractBeanLocator<IStringEncryptionService> locator)
           
protected  void ThrowableToElementLocator.setLocator(AbstractBeanLocator<IThrowableToElement> locator)
          Deprecated.  
protected  void UserIdentityStoreLocator.setLocator(AbstractBeanLocator<IUserIdentityStore> locator)
          Deprecated.  
protected  void UserInstanceManagerLocator.setLocator(AbstractBeanLocator<IUserInstanceManager> locator)
          Deprecated.  
protected  void XalanAuthorizationHelperLocator.setLocator(AbstractBeanLocator<IXalanAuthorizationHelper> locator)
           
protected  void XalanGroupMembershipHelperLocator.setLocator(AbstractBeanLocator<IXalanGroupMembershipHelper> locator)
           
protected  void JpaInterceptorLocator.setLocator(AbstractBeanLocator<JpaInterceptor> locator)
          Deprecated.  
protected  void OptionalContainerServicesLocator.setLocator(AbstractBeanLocator<org.apache.pluto.OptionalContainerServices> locator)
          Deprecated.  
protected abstract  void AbstractBeanLocator.setLocator(AbstractBeanLocator<T> locator)
           
 



Copyright © 2010 Jasig. All Rights Reserved.