net.sf.jxls.tag
Class TagContext
java.lang.Object
net.sf.jxls.tag.TagContext
public class TagContext
- extends java.lang.Object
Contains tag related information
- Author:
- Leonid Vysochyn
|
Constructor Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
beans
java.util.Map beans
tagBody
Block tagBody
sheet
Sheet sheet
sheetTransformer
SheetTransformer sheetTransformer
stc
SheetTransformationController stc
TagContext
public TagContext(SheetTransformationController stc,
SheetTransformer sheetTransformer,
Sheet sheet,
Block tagBody,
java.util.Map beans)
TagContext
public TagContext(SheetTransformer sheetTransformer,
Sheet sheet,
Block tagBody,
java.util.Map beans)
TagContext
public TagContext(Sheet sheet,
Block tagBody,
java.util.Map beans)
TagContext
public TagContext(java.util.Map beans,
Block tagBody)
TagContext
public TagContext(java.util.Map beans)
getBeans
public java.util.Map getBeans()
setBeans
public void setBeans(java.util.Map beans)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getTagBody
public Block getTagBody()
setTagBody
public void setTagBody(Block tagBody)
getSheet
public Sheet getSheet()
getSheetTransformationController
public SheetTransformationController getSheetTransformationController()
setSheetTransformationController
public void setSheetTransformationController(SheetTransformationController stc)
Copyright 2005-2005-2007 jXLS Team. All Rights Reserved.