public class

JavaActionFactory

extends ActionFactory
java.lang.Object
   ↳ webwork.action.factory.ActionFactory
     ↳ webwork.action.factory.JavaActionFactory
Known Direct Subclasses

Class Overview

Returns a loaded and instantiated action class instance.

Summary

Public Constructors
JavaActionFactory()
Public Methods
void flushCaches()
Called if the configuration has been modified.
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.ActionFactory
From class java.lang.Object

Public Constructors

public JavaActionFactory ()

Public Methods

public void flushCaches ()

Called if the configuration has been modified. If an ActionFactory does any caching of results, it should override this method and flush its internal caches in it.

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
  • get the action corresponding to the given Java class name
Throws
Exception