Liferay 6.1.10-ee-ga1

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
 Object BeanLocatorImpl.locate(String name)
           
 

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

Methods in com.liferay.portal.kernel.bean that throw BeanLocatorException
 Class<?> BeanLocator.getType(String name)
           
<T> Map<String,T>
BeanLocator.locate(Class<T> clazz)
           
static Object PortalBeanLocatorUtil.locate(String name)
           
 Object BeanLocator.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.1.10-ee-ga1