|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.engine.support.NotTransitionCriteria
public class NotTransitionCriteria
Transition criteria that negates the result of the evaluation of another criteria object.
| Constructor Summary | |
|---|---|
NotTransitionCriteria(TransitionCriteria criteria)
Create a new transition criteria object that will negate the result of given criteria object. |
|
| 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 |
| Constructor Detail |
|---|
public NotTransitionCriteria(TransitionCriteria criteria)
criteria - the criteria to negate| Method Detail |
|---|
public boolean test(RequestContext context)
TransitionCriteria
test in interface TransitionCriteriacontext - the flow execution request context
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||