com.liferay.portal.bean
Class BeanLocatorImpl

java.lang.Object
  extended by com.liferay.portal.bean.BeanLocatorImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.BeanLocator

public class BeanLocatorImpl
extends java.lang.Object
implements com.liferay.portal.kernel.bean.BeanLocator

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BeanLocatorImpl(java.lang.ClassLoader classLoader, org.springframework.context.ApplicationContext applicationContext)
           
 
Method Summary
 org.springframework.context.ApplicationContext getApplicationContext()
           
 java.lang.ClassLoader getClassLoader()
           
 java.lang.Object locate(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanLocatorImpl

public BeanLocatorImpl(java.lang.ClassLoader classLoader,
                       org.springframework.context.ApplicationContext applicationContext)
Method Detail

getApplicationContext

public org.springframework.context.ApplicationContext getApplicationContext()

getClassLoader

public java.lang.ClassLoader getClassLoader()
Specified by:
getClassLoader in interface com.liferay.portal.kernel.bean.BeanLocator

locate

public java.lang.Object locate(java.lang.String name)
                        throws com.liferay.portal.kernel.bean.BeanLocatorException
Specified by:
locate in interface com.liferay.portal.kernel.bean.BeanLocator
Throws:
com.liferay.portal.kernel.bean.BeanLocatorException