Uses of Package
org.springframework.core.closure

Packages that use org.springframework.core.closure
org.springframework.binding.value.support Supporting value model and value holder implementations. 
org.springframework.core.closure Closure and constraint function object interfaces. 
org.springframework.core.closure.support Closure and constraint function object core support implementations. 
org.springframework.richclient.dialog   
org.springframework.richclient.filechooser   
org.springframework.richclient.form.binding.swing   
org.springframework.richclient.form.builder   
org.springframework.richclient.list   
org.springframework.richclient.selection.dialog   
org.springframework.rules Core interfaces for the expression and function object/rules library. 
org.springframework.rules.closure Out of the box functions that address common needs. 
org.springframework.rules.constraint Out of the box predicates that address common needs such as comparison and composition. 
org.springframework.rules.constraint.property Out of the box predicates and constraint building blocks involving bean properties. 
org.springframework.rules.factory Factories for creating rules. 
org.springframework.rules.reporting Rules result reporting interfaces and classes. 
 

Classes in org.springframework.core.closure used by org.springframework.binding.value.support
Closure
          A function object that evaluates one argument, executing a block of code.
 

Classes in org.springframework.core.closure used by org.springframework.core.closure
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.
 

Classes in org.springframework.core.closure used by org.springframework.core.closure.support
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.
 

Classes in org.springframework.core.closure used by org.springframework.richclient.dialog
Closure
          A function object that evaluates one argument, executing a block of code.
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.core.closure used by org.springframework.richclient.filechooser
Closure
          A function object that evaluates one argument, executing a block of code.
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.core.closure used by org.springframework.richclient.form.binding.swing
Closure
          A function object that evaluates one argument, executing a block of code.
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.core.closure used by org.springframework.richclient.form.builder
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.core.closure used by org.springframework.richclient.list
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.core.closure used by org.springframework.richclient.selection.dialog
Closure
          A function object that evaluates one argument, executing a block of code.
 

Classes in org.springframework.core.closure used by org.springframework.rules
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.core.closure used by org.springframework.rules.closure
Closure
          A function object that evaluates one argument, executing a block of code.
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.core.closure used by org.springframework.rules.constraint
Closure
          A function object that evaluates one argument, executing a block of code.
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.core.closure used by org.springframework.rules.constraint.property
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.core.closure used by org.springframework.rules.factory
Closure
          A function object that evaluates one argument, executing a block of code.
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.core.closure used by org.springframework.rules.reporting
Constraint
          A function object that tests one argument and returns a single boolean result.
 



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