Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.bean.BeanLocator

Packages that use BeanLocator
com.liferay.portal.bean   
com.liferay.portal.kernel.bean This package defines the kernel bean interfaces, classes, and annotation types. 
com.liferay.util.bean   
 

Uses of BeanLocator in com.liferay.portal.bean
 

Classes in com.liferay.portal.bean that implement BeanLocator
 class BeanLocatorImpl
           
 

Uses of BeanLocator in com.liferay.portal.kernel.bean
 

Methods in com.liferay.portal.kernel.bean that return BeanLocator
static BeanLocator PortalBeanLocatorUtil.getBeanLocator()
           
static BeanLocator PortletBeanLocatorUtil.getBeanLocator(String servletContextName)
           
 

Methods in com.liferay.portal.kernel.bean with parameters of type BeanLocator
static void PortalBeanLocatorUtil.setBeanLocator(BeanLocator beanLocator)
           
static void PortletBeanLocatorUtil.setBeanLocator(String servletContextName, BeanLocator beanLocator)
           
 

Uses of BeanLocator in com.liferay.util.bean
 

Methods in com.liferay.util.bean that return BeanLocator
static BeanLocator PortletBeanLocatorUtil.getBeanLocator()
           
 

Methods in com.liferay.util.bean with parameters of type BeanLocator
static void PortletBeanLocatorUtil.setBeanLocator(BeanLocator beanLocator)
           
 


Liferay 6.1.2-ce-ga3