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

java.lang.Object
  extended byActionFactory
      extended bycom.atlassian.jira.web.util.component.PicoJavaActionFactory

public class PicoJavaActionFactory
extends ActionFactory

See Also:
Serialized Form

Constructor Summary
PicoJavaActionFactory()
           
 
Method Summary
 Action getActionImpl(java.lang.String name)
          Returns a loaded and instantiated action class instance using a fully qualified classname.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoJavaActionFactory

public PicoJavaActionFactory()
Method Detail

getActionImpl

public Action getActionImpl(java.lang.String name)
                     throws java.lang.Exception
Returns a loaded and instantiated action class instance using a fully qualified classname.

Parameters:
name - classname of the action to be created
Returns:
get the action corresponding to the given Java class name
Throws:
java.lang.Exception