Liferay 6.2-ce-ga5

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

Packages that use BeanLocatorException
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.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)
           
 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-ce-ga5