Liferay 6.0.5

com.liferay.portal.kernel.bean
Class PortalBeanLocatorUtil

java.lang.Object
  extended by com.liferay.portal.kernel.bean.PortalBeanLocatorUtil

public class PortalBeanLocatorUtil
extends Object


Constructor Summary
PortalBeanLocatorUtil()
           
 
Method Summary
static BeanLocator getBeanLocator()
           
static Object locate(String name)
           
static void setBeanLocator(BeanLocator beanLocator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalBeanLocatorUtil

public PortalBeanLocatorUtil()
Method Detail

getBeanLocator

public static BeanLocator getBeanLocator()

locate

public static Object locate(String name)
                     throws BeanLocatorException
Throws:
BeanLocatorException

setBeanLocator

public static void setBeanLocator(BeanLocator beanLocator)

Liferay 6.0.5