public class PicoWebworkObjectCreator extends Object implements webwork.util.injection.ObjectCreator
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log |
| Constructor and Description |
|---|
PicoWebworkObjectCreator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
instantiate(Class actionClass) |
Object |
instantiateBean(ClassLoader classloader,
String className) |
public Object instantiate(Class actionClass) throws IllegalAccessException, InstantiationException
instantiate in interface webwork.util.injection.ObjectCreatorIllegalAccessExceptionInstantiationExceptionpublic Object instantiateBean(ClassLoader classloader, String className) throws IOException, ClassNotFoundException
instantiateBean in interface webwork.util.injection.ObjectCreatorIOExceptionClassNotFoundExceptionCopyright © 2002-2015 Atlassian. All Rights Reserved.