net.sf.jxls.tag
Class IfTag
java.lang.Object
net.sf.jxls.tag.BaseTag
net.sf.jxls.tag.IfTag
- All Implemented Interfaces:
- Tag
public class IfTag
- extends BaseTag
jx:if tag implementation
- Author:
- Leonid Vysochyn
|
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
static java.lang.String |
TAG_NAME
|
|
Constructor Summary |
IfTag()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
log
protected static final org.apache.commons.logging.Log log
TAG_NAME
public static final java.lang.String TAG_NAME
- See Also:
- Constant Field Values
IfTag
public IfTag()
getTest
public java.lang.String getTest()
setTest
public void setTest(java.lang.String test)
init
public void init(TagContext context)
- Description copied from interface:
Tag
- This method is invoked after all tag attributes are set
- Specified by:
init in interface Tag- Overrides:
init in class BaseTag
process
public ResultTransformation process(SheetTransformer sheetTransformer)
- Returns:
- number of rows to shift
Copyright © 2005-2013 jXLS Team. All Rights Reserved.