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

Packages that use ClosureTemplate
org.springframework.core.closure Closure and constraint function object interfaces. 
org.springframework.core.closure.support Closure and constraint function object core support implementations. 
 

Uses of ClosureTemplate in org.springframework.core.closure
 

Subinterfaces of ClosureTemplate in org.springframework.core.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.core.closure.support
 

Classes in org.springframework.core.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-2008 The Spring Framework. All Rights Reserved.