net.sf.jett.transform
Class CollectionsTransformer

java.lang.Object
  extended by net.sf.jett.transform.CollectionsTransformer

public class CollectionsTransformer
extends java.lang.Object

A CollectionsTransformer knows how to perform implicit collections processing on a group of Collections, processing an implicit MultiForEachTag.

Author:
Randy Gettman

Constructor Summary
CollectionsTransformer()
           
 
Method Summary
 void transform(org.apache.poi.ss.usermodel.Cell cell, WorkbookContext workbookContext, TagContext cellContext)
          Transform a Block of Cells around the given Cell, which has declared implicit collection processing behavior using the given collection expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionsTransformer

public CollectionsTransformer()
Method Detail

transform

public void transform(org.apache.poi.ss.usermodel.Cell cell,
                      WorkbookContext workbookContext,
                      TagContext cellContext)
Transform a Block of Cells around the given Cell, which has declared implicit collection processing behavior using the given collection expression.

Parameters:
cell - The Cell on which the collection expression was first found.
workbookContext - The WorkbookContext.
cellContext - The TagContext of cell.


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