Known Direct Subclasses
|
Class Overview
Returns a loaded and instantiated action class instance.
Summary
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.
|
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