Uses of Interface
org.chenile.stm.impl.ScriptingStrategy
Package
Description
Contains specific action implementations that support some kind of a scripting DSL.
This package contains a set of dummy components which can be used to instantiate a state
diagram without instantiating the components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
Contains support for OGNL.
-
Uses of ScriptingStrategy in org.chenile.stm.action
Modifier and TypeClassDescriptionclass
A base class for all script aware generic actions.Modifier and TypeMethodDescriptionvoid
ScriptingStrategyAware.setScriptingStrategy
(ScriptingStrategy ss) -
Uses of ScriptingStrategy in org.chenile.stm.action.scriptsupport
Modifier and TypeFieldDescriptionprotected ScriptingStrategy
BaseScriptingAction.scriptingStrategy
Modifier and TypeMethodDescriptionvoid
BaseScriptingAction.setScriptingStrategy
(ScriptingStrategy ss) -
Uses of ScriptingStrategy in org.chenile.stm.dummy
-
Uses of ScriptingStrategy in org.chenile.stm.impl
Modifier and TypeFieldDescriptionprivate ScriptingStrategy
ComponentPropertiesHelper.scriptingStrategy
private ScriptingStrategy
STMFlowStoreImpl.scriptingStrategy
Modifier and TypeMethodDescriptionvoid
ComponentPropertiesHelper.setScriptingStrategy
(ScriptingStrategy scriptingStrategy) void
STMFlowStoreImpl.setScriptingStrategy
(ScriptingStrategy scriptingStrategy) -
Uses of ScriptingStrategy in org.chenile.stm.ognl