public class TagContext
extends java.lang.Object
| Constructor and Description |
|---|
TagContext(java.util.Map beans) |
TagContext(java.util.Map beans,
Block tagBody) |
TagContext(Sheet sheet,
Block tagBody,
java.util.Map beans) |
TagContext(SheetTransformationController stc,
SheetTransformer sheetTransformer,
Sheet sheet,
Block tagBody,
java.util.Map beans) |
TagContext(SheetTransformer sheetTransformer,
Sheet sheet,
Block tagBody,
java.util.Map beans) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getBeans() |
Sheet |
getSheet() |
SheetTransformationController |
getSheetTransformationController() |
Block |
getTagBody() |
void |
setBeans(java.util.Map beans) |
void |
setSheetTransformationController(SheetTransformationController stc) |
void |
setTagBody(Block tagBody) |
java.lang.String |
toString() |
public TagContext(SheetTransformationController stc, SheetTransformer sheetTransformer, Sheet sheet, Block tagBody, java.util.Map beans)
public TagContext(SheetTransformer sheetTransformer, Sheet sheet, Block tagBody, java.util.Map beans)
public TagContext(java.util.Map beans,
Block tagBody)
public TagContext(java.util.Map beans)
public java.util.Map getBeans()
public void setBeans(java.util.Map beans)
public java.lang.String toString()
toString in class java.lang.Objectpublic Block getTagBody()
public void setTagBody(Block tagBody)
public Sheet getSheet()
public SheetTransformationController getSheetTransformationController()
public void setSheetTransformationController(SheetTransformationController stc)
Copyright © 2005-2014 jXLS Team. All Rights Reserved.