public interface ObjectCreator
| Modifier and Type | Method and Description |
|---|---|
Object |
instantiate(Class actionClass) |
Object |
instantiateBean(ClassLoader classloader,
String className) |
Object instantiate(Class actionClass) throws IllegalAccessException, InstantiationException
Object instantiateBean(ClassLoader classloader, String className) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2013 Atlassian. All Rights Reserved.