Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Spring Webflow 1.0.rc2
Package:
org.springframework.webflow.support
Class
public
class
ActionTransitionCriteria
implements
TransitionCriteria
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
Not specified.
Author(s)
Keith Donald, Erwin Vervaet
A transition criteria that will execute an action when tested and return
true
if the action's result is equal to the 'trueEventId', false otherwise.
This effectively adapts an
Action
to a
TransitionCriteria
.
See also
Action
TransitionCriteria
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
trueif the action's result is equal to the 'trueEventId', false otherwise.This effectively adapts an
Actionto aTransitionCriteria.