|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jett.transform.CollectionsTransformer
public class CollectionsTransformer
A CollectionsTransformer knows how to perform implicit
collections processing on a group of Collections, processing an
implicit MultiForEachTag.
| Constructor Summary | |
|---|---|
CollectionsTransformer()
|
|
| Method Summary | |
|---|---|
void |
transform(org.apache.poi.ss.usermodel.Cell cell,
WorkbookContext workbookContext,
TagContext cellContext)
Transform a Block of Cells around the given
Cell, which has declared implicit collection processing
behavior using the given collection expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionsTransformer()
| Method Detail |
|---|
public void transform(org.apache.poi.ss.usermodel.Cell cell,
WorkbookContext workbookContext,
TagContext cellContext)
Block of Cells around the given
Cell, which has declared implicit collection processing
behavior using the given collection expression.
cell - The Cell on which the collection expression was
first found.workbookContext - The WorkbookContext.cellContext - The TagContext of cell.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||