public
classAbstractBeanInvokingAction
extends AbstractAction
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)Keith Donald
Base class for actions that delegate to methods on beans (plain old
java.lang.Objects). Acts as an adapter that adapts an Object method
to the SWF Action contract.
The method to invoke is determined by the value of the
METHOD_ATTRIBUTE action execution property, typically set
when provisioning this Action's use as part of an AnnotatedAction or
an ActionState .
The method to invoke is determined by the value of the METHOD_ATTRIBUTE action execution property, typically set when provisioning this Action's use as part of an AnnotatedAction or an ActionState .