com.liferay.util.bean
Class PortletBeanLocatorUtil

java.lang.Object
  extended by com.liferay.util.bean.PortletBeanLocatorUtil

public class PortletBeanLocatorUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

PortletBeanLocatorUtil

public PortletBeanLocatorUtil()
Method Detail

getBeanLocator

public static com.liferay.portal.kernel.bean.BeanLocator getBeanLocator()

locate

public static java.lang.Object locate(java.lang.String name)
                               throws com.liferay.portal.kernel.bean.BeanLocatorException
Throws:
com.liferay.portal.kernel.bean.BeanLocatorException

setBeanLocator

public static void setBeanLocator(com.liferay.portal.kernel.bean.BeanLocator beanLocator)