Liferay 6.2-ce-ga5

com.liferay.portal.spring.util
Class SpringFactoryImpl

java.lang.Object
  extended by com.liferay.portal.spring.util.SpringFactoryImpl
All Implemented Interfaces:
SpringFactory

public class SpringFactoryImpl
extends Object
implements SpringFactory


Constructor Summary
SpringFactoryImpl()
           
 
Method Summary
protected  Object doNewBean(String className, Map<String,Object> properties)
           
 Object newBean(String className)
           
 Object newBean(String className, Map<String,Object> properties)
           
 void setBeanDefinitions(Map<String,String> beanDefinitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringFactoryImpl

public SpringFactoryImpl()
Method Detail

newBean

public Object newBean(String className)
               throws SpringFactoryException
Specified by:
newBean in interface SpringFactory
Throws:
SpringFactoryException

newBean

public Object newBean(String className,
                      Map<String,Object> properties)
               throws SpringFactoryException
Specified by:
newBean in interface SpringFactory
Throws:
SpringFactoryException

setBeanDefinitions

public void setBeanDefinitions(Map<String,String> beanDefinitions)

doNewBean

protected Object doNewBean(String className,
                           Map<String,Object> properties)
                    throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5