webwork.action.factory
Class ReloadingJavaActionFactory

java.lang.Object
  extended bywebwork.action.factory.ActionFactory
      extended bywebwork.action.factory.JavaActionFactory
          extended bywebwork.action.factory.ReloadingJavaActionFactory

public class ReloadingJavaActionFactory
extends JavaActionFactory


Constructor Summary
ReloadingJavaActionFactory()
           
 
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 webwork.action.factory.JavaActionFactory
flushCaches
 
Methods inherited from class webwork.action.factory.ActionFactory
getAction, getActionFactory, setActionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadingJavaActionFactory

public ReloadingJavaActionFactory()
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.

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


Copyright © 2001-2003 WebWork All Rights Reserved.