net.sf.jxls.tag
Class TagContext

java.lang.Object
  extended by net.sf.jxls.tag.TagContext

public class TagContext
extends java.lang.Object

Contains tag related information

Author:
Leonid Vysochyn

Field Summary
(package private)  java.util.Map beans
           
(package private)  Sheet sheet
           
(package private)  SheetTransformer sheetTransformer
           
(package private)  SheetTransformationController stc
           
(package private)  Block tagBody
           
 
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)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

beans

java.util.Map beans

tagBody

Block tagBody

sheet

Sheet sheet

sheetTransformer

SheetTransformer sheetTransformer

stc

SheetTransformationController stc
Constructor Detail

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)
Method Detail

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.