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

Packages that use ElementGenerator
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 ElementGenerator in org.springframework.rules.closure
 

Methods in org.springframework.rules.closure that return ElementGenerator
 ElementGenerator ElementGenerator.findAll(Constraint constraint)
          Find all elements produced by ths template that match the specified criteria.
 

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

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

Methods in org.springframework.rules.closure.support that return ElementGenerator
 ElementGenerator AbstractElementGenerator.findAll(Constraint constraint)
          Find all elements produced by ths template that match the specified criteria.
protected  ElementGenerator AbstractElementGenerator.getWrappedTemplate()
           
 



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