Liferay 6.2.0

Uses of Class
com.liferay.portal.kernel.bean.BeanLocatorException

Packages that use BeanLocatorException
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 BeanLocatorException in com.liferay.portal.bean
 

Methods in com.liferay.portal.bean that throw BeanLocatorException
<T> Map<String,T>
BeanLocatorImpl.locate(Class<T> clazz)
           
 Object BeanLocatorImpl.locate(String name)
           
 

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

Methods in com.liferay.portal.kernel.bean that throw BeanLocatorException
abstract  Class<?> BeanLocator.getType(String name)
           
abstract
<T> Map<String,T>
BeanLocator.locate(Class<T> clazz)
           
abstract  Object BeanLocator.locate(String name)
           
static Object PortalBeanLocatorUtil.locate(String name)
           
static Object PortletBeanLocatorUtil.locate(String servletContextName, String name)
           
 

Uses of BeanLocatorException in com.liferay.util.bean
 

Methods in com.liferay.util.bean that throw BeanLocatorException
static Object PortletBeanLocatorUtil.locate(String name)
           
 


Liferay 6.2.0