|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jfw.util.ParserUtil
public final class ParserUtil
Trasform data to make them compatible with the parser.
Parser
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_KEY
The default value to use as key in an HashMap. |
Constructor Summary | |
---|---|
ParserUtil()
|
Method Summary | |
---|---|
static java.util.ArrayList |
list4Repeat(java.util.ArrayList list)
Call method list4Repeat(ArrayList,String) . |
static java.util.ArrayList |
list4Repeat(java.util.ArrayList list,
java.lang.String name)
Transform an ArrayList so can be used by the repeat tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_KEY
Constructor Detail |
---|
public ParserUtil()
Method Detail |
---|
public static java.util.ArrayList list4Repeat(java.util.ArrayList list, java.lang.String name)
list
- an ArrayList object.name
- the key to use fo the HashMap (the name of the field).
public static java.util.ArrayList list4Repeat(java.util.ArrayList list)
list4Repeat(ArrayList,String)
.DEFAULT_KEY
.
list
- an ArrayList object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |