net.sf.jxls.tag
Class IfTag

java.lang.Object
  extended by net.sf.jxls.tag.BaseTag
      extended by 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
           
 
Fields inherited from class net.sf.jxls.tag.BaseTag
name, tagContext
 
Constructor Summary
IfTag()
           
 
Method Summary
 java.lang.String getTest()
           
 void init(TagContext context)
          This method is invoked after all tag attributes are set
 ResultTransformation process(SheetTransformer sheetTransformer)
           
 void setTest(java.lang.String test)
           
 
Methods inherited from class net.sf.jxls.tag.BaseTag
getName, getTagContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

IfTag

public IfTag()
Method Detail

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.