Liferay 6.1.0-ce-b4

com.liferay.portal.kernel.bean
Interface BeanLocator


public interface BeanLocator


Method Summary
 ClassLoader getClassLoader()
           
 String[] getNames()
           
 Class<?> getType(String name)
           
 Object locate(String name)
           
 

Method Detail

getClassLoader

ClassLoader getClassLoader()

getNames

String[] getNames()

getType

Class<?> getType(String name)
                 throws BeanLocatorException
Throws:
BeanLocatorException

locate

Object locate(String name)
              throws BeanLocatorException
Throws:
BeanLocatorException

Liferay 6.1.0-ce-b4