public class ObjectFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_NAME |
| Constructor and Description |
|---|
ObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
instantiate(Class actionClass) |
static Object |
instantiateBean(ClassLoader classloader,
String className) |
public static final String CLASS_NAME
public static Object instantiate(Class actionClass) throws IllegalAccessException, InstantiationException
public static Object instantiateBean(ClassLoader classloader, String className) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2013 Atlassian. All Rights Reserved.