org.apache.shale.dialog.basic.model
Interface ActionState

All Superinterfaces:
State
All Known Implementing Classes:
ActionStateImpl

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.

Since:
1.0.4

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

getMethod

String getMethod()

Return the method binding expression specifying the method to be invoked when this State is entered.

Returns:
The method binding expression to be invoked


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.