net.sf.jett.transform
Class BlockTransformer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockTransformer
public BlockTransformer()
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.