net.sf.jett.transform
Class BlockTransformer

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

public class BlockTransformer
extends java.lang.Object

A BlockTransformer knows how to transform a Block of Cells that reside on a Sheet (given with a TagContext).

Author:
Randy Gettman

Constructor Summary
BlockTransformer()
           
 
Method Summary
 void transform(TagContext context, WorkbookContext workbookContext)
          Transforms the given Sheet, using the given Map of bean names to bean objects.
 void transform(TagContext context, WorkbookContext workbookContext, boolean process)
          Transforms the given Sheet, using the given Map of bean names to bean objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockTransformer

public BlockTransformer()
Method Detail

transform

public void transform(TagContext context,
                      WorkbookContext workbookContext)
Transforms the given Sheet, using the given Map of bean names to bean objects.

Parameters:
context - Contains the Sheet, the Block, and the Map of bean names to values.
workbookContext - The WorkbookContext.

transform

public void transform(TagContext context,
                      WorkbookContext workbookContext,
                      boolean process)
Transforms the given Sheet, using the given Map of bean names to bean objects.

Parameters:
context - Contains the Sheet, the Block, and the Map of bean names to values.
workbookContext - The WorkbookContext.
process - Whether to process the Cells; regardless, they are added to the processed cells Map.


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