public class BlockTransformer
extends java.lang.Object
BlockTransformer knows how to transform a Block
of Cells that reside on a Sheet (given with a
TagContext).| Constructor | Description |
|---|---|
BlockTransformer() |
| Modifier and Type | Method | Description |
|---|---|---|
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. |
public void transform(TagContext context, WorkbookContext workbookContext)
Sheet, using the given Map
of bean names to bean objects.context - Contains the Sheet, the Block,
and the Map of bean names to values.workbookContext - The WorkbookContext.public void transform(TagContext context, WorkbookContext workbookContext, boolean process)
Sheet, using the given Map
of bean names to bean objects.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–2018 Jett Team. All rights reserved.