@Deprecated
public class SpringFactoryUtil
extends Object
| Constructor and Description |
|---|
SpringFactoryUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SpringFactory |
getSpringFactory()
Deprecated.
|
static Object |
newBean(String className)
Deprecated.
|
static Object |
newBean(String className,
Map<String,Object> properties)
Deprecated.
|
void |
setSpringFactory(SpringFactory springFactory)
Deprecated.
|
public static SpringFactory getSpringFactory()
public static Object newBean(String className)
throws SpringFactoryException
SpringFactoryExceptionpublic static Object newBean(String className,
Map<String,Object> properties)
throws SpringFactoryException
SpringFactoryExceptionpublic void setSpringFactory(SpringFactory springFactory)