Package org.springframework.rules.closure

Show UML class diagram
Out of the box functions that address common needs.

See:
          Description

Interface Summary
BinaryClosure A function object that tests two arguments and returns a single boolean result.
BinaryConstraint A function object that tests two arguments and returns a single boolean result.
Closure A function object that evaluates one argument, executing a block of code.
ClosureTemplate Marks the Template as being able to run a Closure on its contents.
ElementGenerator A interface to be implemented by objects which encapsulate a workflow process template that generates elements for processing.
 

Class Summary
AbstractBinaryClosure Conveneince support class for binary closures.
Maximum Returns the maximum of two Comparable objects; with nulls regarded a being less than non null.
Minimum Returns the maximum of two Comparable objects; with nulls regarded a being less than non null.
StringLength Returns the Integer length of an object's string form, or zero if the object is null.
StringTrimmer Returns a trimmed copy of the string form of an object.
 

Package org.springframework.rules.closure Description

Out of the box functions that address common needs.



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.