Uses of Interface
org.springframework.rules.closure.ClosureTemplate

Packages that use ClosureTemplate
org.springframework.rules.closure Out of the box functions that address common needs. 
org.springframework.rules.closure.support Closure and constraint function object core support implementations. 
 

Uses of ClosureTemplate in org.springframework.rules.closure
 

Subinterfaces of ClosureTemplate in org.springframework.rules.closure
 interface ElementGenerator
          A interface to be implemented by objects which encapsulate a workflow process template that generates elements for processing.
 

Uses of ClosureTemplate in org.springframework.rules.closure.support
 

Classes in org.springframework.rules.closure.support that implement ClosureTemplate
 class AbstractElementGenerator
          Base superclass for process templates.
 class AbstractElementGeneratorWorkflow
          Convenient class to implement workflow.
 class IteratorTemplate
          Simple process template that iterates over elements.
 



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