public interface ActionState extends State
An 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.
Modifier and Type | Method and Description |
---|---|
String |
getMethod()
Return the method binding expression specifying the method to be
invoked when this
State is entered. |
findTransition, getDialog, getName, getTransitionOutcomes
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.