org.springframework.webflow.definition
Interface TransitionableStateDefinition

All Superinterfaces:
Annotated, StateDefinition
All Known Implementing Classes:
ActionState, DecisionState, SubflowState, TransitionableState, ViewState

public interface TransitionableStateDefinition
extends StateDefinition

A state that can transition to another state.

Author:
Keith Donald, Erwin Vervaet

Method Summary
 TransitionDefinition[] getTransitions()
          Returns the available transitions out of this state.
 
Methods inherited from interface org.springframework.webflow.definition.StateDefinition
getId, getOwner
 
Methods inherited from interface org.springframework.webflow.definition.Annotated
getAttributes, getCaption, getDescription
 

Method Detail

getTransitions

TransitionDefinition[] getTransitions()
Returns the available transitions out of this state.

Returns:
the available state transitions


Copyright © 2004-2007. All Rights Reserved.