Package org.springframework.core.closure

Closure and constraint function object interfaces.

See:
          Description

Interface Summary
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.
Constraint A function object that tests one argument and returns a single boolean result.
ElementGenerator A interface to be implemented by objects which encapsulate a workflow process template that generates elements for processing.
 

Package org.springframework.core.closure Description

Closure and constraint function object interfaces.



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