|
Spring Web Flow | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.webflow.engine.WildcardTransitionCriteria
public class WildcardTransitionCriteria
Transition criteria that always returns true.
Field Summary | |
---|---|
static WildcardTransitionCriteria |
INSTANCE
Shared instance of a TransitionCriteria that always returns true. |
static java.lang.String |
WILDCARD_EVENT_ID
Event id value ("*") that will cause the transition to match on any event. |
Method Summary | |
---|---|
boolean |
test(RequestContext context)
Check if the transition should fire based on the given flow execution request context. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String WILDCARD_EVENT_ID
public static final WildcardTransitionCriteria INSTANCE
Method Detail |
---|
public boolean test(RequestContext context)
TransitionCriteria
test
in interface TransitionCriteria
context
- the flow execution request context
public java.lang.String toString()
toString
in class java.lang.Object
|
Spring Web Flow | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |