com.atlassian.jira.web.util.component
Class PicoWebworkObjectCreator

java.lang.Object
  extended by com.atlassian.jira.web.util.component.PicoWebworkObjectCreator
All Implemented Interfaces:
webwork.util.injection.ObjectCreator

public class PicoWebworkObjectCreator
extends java.lang.Object
implements webwork.util.injection.ObjectCreator

Allow object created in Webwork to be created using Pico (inside JIRA).


Field Summary
static org.apache.log4j.Logger log
           
 
Constructor Summary
PicoWebworkObjectCreator()
           
 
Method Summary
 java.lang.Object instantiate(java.lang.Class actionClass)
           
 java.lang.Object instantiateBean(java.lang.ClassLoader classloader, java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.log4j.Logger log
Constructor Detail

PicoWebworkObjectCreator

public PicoWebworkObjectCreator()
Method Detail

instantiate

public java.lang.Object instantiate(java.lang.Class actionClass)
                             throws java.lang.IllegalAccessException,
                                    java.lang.InstantiationException
Specified by:
instantiate in interface webwork.util.injection.ObjectCreator
Throws:
java.lang.IllegalAccessException
java.lang.InstantiationException

instantiateBean

public java.lang.Object instantiateBean(java.lang.ClassLoader classloader,
                                        java.lang.String className)
                                 throws java.io.IOException,
                                        java.lang.ClassNotFoundException
Specified by:
instantiateBean in interface webwork.util.injection.ObjectCreator
Throws:
java.io.IOException
java.lang.ClassNotFoundException


Copyright © 2002-2011 Atlassian. All Rights Reserved.