org.springframework.webflow.engine
Interface TransitionCriteria
- All Known Implementing Classes:
- ActionTransitionCriteria, BooleanExpressionTransitionCriteria, EventIdTransitionCriteria, NotTransitionCriteria, TransitionCriteriaChain, WildcardTransitionCriteria
public interface TransitionCriteria
Strategy interface encapsulating criteria that determine whether or not a transition should execute given a flow
execution request context.
- Author:
- Keith Donald, Erwin Vervaet
- See Also:
Transition
,
RequestContext
Method Summary |
boolean |
test(RequestContext context)
Check if the transition should fire based on the given flow execution request context. |
test
boolean test(RequestContext context)
- Check if the transition should fire based on the given flow execution request context.
- Parameters:
context
- the flow execution request context
- Returns:
- true if the transition should fire, false otherwise
Copyright © 2004-2007. All Rights Reserved.