|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.dialog.basic.config.AbstractState org.apache.shale.dialog.basic.config.ActionStateImpl
public final class ActionStateImpl
ActionStateImpl
is a basic implementation of
ActionState
.
Constructor Summary | |
---|---|
ActionStateImpl()
|
Method Summary | |
---|---|
String |
getMethod()
Return the method binding expression specifying the method to be
invoked when this |
void |
setMethod(String method)
Set the method binding expression specifying the method to be invoked when this State is entered. |
String |
toString()
Render a printable version of this instance. |
Methods inherited from class org.apache.shale.dialog.basic.config.AbstractState |
---|
addTransition, findTransition, getDialog, getName, getTransitionOutcomes, removeTransition, setDialog, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.shale.dialog.basic.model.State |
---|
findTransition, getDialog, getName, getTransitionOutcomes |
Constructor Detail |
---|
public ActionStateImpl()
Method Detail |
---|
public String getMethod()
Return the method binding expression specifying the method to be
invoked when this State
is entered.
getMethod
in interface ActionState
public String toString()
Render a printable version of this instance.
toString
in class Object
public void setMethod(String method)
Set the method binding expression specifying the method to be
invoked when this State
is entered.
method
- The new method binding expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |