|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionState
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.
Method Summary | |
---|---|
String |
getMethod()
Return the method binding expression specifying the method to be invoked when this State is entered. |
Methods inherited from interface org.apache.shale.dialog.basic.model.State |
---|
findTransition, getDialog, getName, getTransitionOutcomes |
Method Detail |
---|
String getMethod()
Return the method binding expression specifying the method to be
invoked when this State
is entered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |