net.sf.jett.event
Interface TagLoopListener


public interface TagLoopListener

A TagLoopListener is an object that has an opportunity to manipulate a block of Cells as they're being transformed while in a looping tag, with access to the block of Cells, the current Map of beans, and the looping index.

Since:
0.3.0
Author:
Randy Gettman

Method Summary
 void onTagLoopProcessed(TagLoopEvent event)
          Called when a block of Cells has been processed in a looping tag.
 

Method Detail

onTagLoopProcessed

void onTagLoopProcessed(TagLoopEvent event)
Called when a block of Cells has been processed in a looping tag. The given TagLoopEvent contains the following related data: the Block of Cells that was processed, a Map of bean names to bean values that was used, and the zero-based looping index.

Parameters:
event - The TagLoopEvent.


Copyright © 2012-2013 Jett Team. All Rights Reserved.