public class SpringFactoryImpl
extends Object
implements com.liferay.portal.kernel.spring.util.SpringFactory
Constructor and Description |
---|
SpringFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
public Object newBean(String className) throws com.liferay.portal.kernel.spring.util.SpringFactoryException
newBean
in interface com.liferay.portal.kernel.spring.util.SpringFactory
com.liferay.portal.kernel.spring.util.SpringFactoryException
public Object newBean(String className, Map<String,Object> properties) throws com.liferay.portal.kernel.spring.util.SpringFactoryException
newBean
in interface com.liferay.portal.kernel.spring.util.SpringFactory
com.liferay.portal.kernel.spring.util.SpringFactoryException
public void setBeanDefinitions(Map<String,String> beanDefinitions)
protected Object doNewBean(String className, Map<String,Object> properties) throws Exception
Exception