public class

ReloadingJavaActionFactory

extends JavaActionFactory
java.lang.Object
   ↳ webwork.action.factory.ActionFactory
     ↳ webwork.action.factory.JavaActionFactory
       ↳ webwork.action.factory.ReloadingJavaActionFactory

Summary

Public Constructors
ReloadingJavaActionFactory()
Public Methods
Action getActionImpl(String name)
Returns a loaded and instantiated action class instance using a fully qualified classname.
[Expand]
Inherited Methods
From class webwork.action.factory.JavaActionFactory
From class webwork.action.factory.ActionFactory
From class java.lang.Object

Public Constructors

public ReloadingJavaActionFactory ()

Public Methods

public Action getActionImpl (String name)

Returns a loaded and instantiated action class instance using a fully qualified classname.

Parameters
name classname of the action to be created
Returns
  • the action corresponding to the given Java class name
Throws
Exception