net.sf.jxls.transformer
Class SimpleRowTransformer

java.lang.Object
  extended by net.sf.jxls.transformer.BaseRowTransformer
      extended by net.sf.jxls.transformer.SimpleRowTransformer
All Implemented Interfaces:
RowTransformer

public class SimpleRowTransformer
extends BaseRowTransformer

Author:
Leonid Vysochyn

Field Summary
(package private)  java.util.List cellProcessors
           
(package private)  java.util.List cells
           
(package private)  Configuration configuration
           
 
Fields inherited from class net.sf.jxls.transformer.BaseRowTransformer
log, row
 
Constructor Summary
SimpleRowTransformer(Row row, java.util.List cellProcessors, Configuration configuration)
           
 
Method Summary
 void addCell(Cell cell)
           
 java.util.List getCells()
           
 ResultTransformation getTransformationResult()
           
 ResultTransformation transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans)
           
 
Methods inherited from class net.sf.jxls.transformer.BaseRowTransformer
addListRange, applyCellProcessors, getRow, getTransformationBlock, setTransformationBlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configuration

Configuration configuration

cellProcessors

java.util.List cellProcessors

cells

java.util.List cells
Constructor Detail

SimpleRowTransformer

public SimpleRowTransformer(Row row,
                            java.util.List cellProcessors,
                            Configuration configuration)
Method Detail

addCell

public void addCell(Cell cell)

getTransformationResult

public ResultTransformation getTransformationResult()

getCells

public java.util.List getCells()

transform

public ResultTransformation transform(SheetTransformationController stc,
                                      SheetTransformer sheetTransformer,
                                      java.util.Map beans)


Copyright 2005-2005-2007 jXLS Team. All Rights Reserved.