Liferay 6.2-ce-ga5

com.liferay.portal.kernel.spring.util
Class SpringFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.spring.util.SpringFactoryUtil

public class SpringFactoryUtil
extends Object


Constructor Summary
SpringFactoryUtil()
           
 
Method Summary
static SpringFactory getSpringFactory()
           
static Object newBean(String className)
           
static Object newBean(String className, Map<String,Object> properties)
           
 void setSpringFactory(SpringFactory springFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringFactoryUtil

public SpringFactoryUtil()
Method Detail

getSpringFactory

public static SpringFactory getSpringFactory()

newBean

public static Object newBean(String className)
                      throws SpringFactoryException
Throws:
SpringFactoryException

newBean

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

setSpringFactory

public void setSpringFactory(SpringFactory springFactory)

Liferay 6.2-ce-ga5