com.liferay.portal.kernel.bean
Interface BeanLocator
- All Known Implementing Classes:
- BeanLocatorImpl
@ProviderType
public interface BeanLocator
destroy
void destroy()
getClassLoader
ClassLoader getClassLoader()
getNames
String[] getNames()
getType
Class<?> getType(String name)
throws BeanLocatorException
- Throws:
BeanLocatorException
locate
<T> Map<String,T> locate(Class<T> clazz)
throws BeanLocatorException
- Throws:
BeanLocatorException
locate
Object locate(String name)
throws BeanLocatorException
- Throws:
BeanLocatorException