pt.despodata.java.webappl.actions
Class ActionFactory

java.lang.Object
  extended bypt.despodata.java.webappl.actions.ActionFactory

public class ActionFactory
extends java.lang.Object

ActionFactory.java This classe creates Action instances. Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
psfbc

Constructor Summary
ActionFactory()
          Creates a new instance of ActionFactory
 
Method Summary
 Action getAction(java.lang.String className, java.lang.ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionFactory

public ActionFactory()
Creates a new instance of ActionFactory

Method Detail

getAction

public Action getAction(java.lang.String className,
                        java.lang.ClassLoader loader)
                 throws java.lang.ClassNotFoundException,
                        java.lang.IllegalAccessException,
                        java.lang.InstantiationException
Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException