An {@link ActionState} represents the execution of an action method(typically delegating behavior to appropriate business logic). The actual method must be a public method that returns a String and takes no arguments, and is represented by a JavaServer Faces method binding expression. Note that this method signature is identical to the definition of an "action" method as used in the JavaServer Faces ActionSource
APIs.
|
|