Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.spring.util
Interface SpringFactory

All Known Implementing Classes:
SpringFactoryImpl

public interface SpringFactory


Method Summary
 Object newBean(String className)
           
 Object newBean(String className, Map<String,Object> properties)
           
 

Method Detail

newBean

Object newBean(String className)
               throws SpringFactoryException
Throws:
SpringFactoryException

newBean

Object newBean(String className,
               Map<String,Object> properties)
               throws SpringFactoryException
Throws:
SpringFactoryException

Liferay 6.1.2-ce-ga3