org.springframework.core.closure
Interface ClosureTemplate

All Known Subinterfaces:
ElementGenerator
All Known Implementing Classes:
AbstractElementGenerator, AbstractElementGeneratorWorkflow, IteratorTemplate

public interface ClosureTemplate

Marks the Template as being able to run a Closure on its contents.

Author:
Keith Donald

Method Summary
 void run(Closure templateCallback)
          Execute the template with the specific closure callback for the insertion of custom processing code.
 

Method Detail

run

void run(Closure templateCallback)
Execute the template with the specific closure callback for the insertion of custom processing code.

Parameters:
templateCallback - The procedure callback.


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