Liferay 6.1.2-ce-ga3

com.liferay.util.bean
Class PortletBeanLocatorUtil

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

public class PortletBeanLocatorUtil
extends Object


Constructor Summary
PortletBeanLocatorUtil()
           
 
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

PortletBeanLocatorUtil

public PortletBeanLocatorUtil()
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.1.2-ce-ga3