java.lang.Objectorg.objectweb.telosys.common.vo.GenericVOListWriter
Constructor Summary | |
GenericVOListWriter()
|
Method Summary | |
static void |
toXml(java.io.PrintWriter out,
GenericVOList volist,
java.lang.String pListTagName)
Generates the XML tag for the given VOList ( "item" is used as tag name for each entity of the list ) |
static void |
toXml(java.io.PrintWriter out,
GenericVOList volist,
java.lang.String pListTagName,
java.lang.String pElementTagName)
Generates the XML tag for the given VOList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GenericVOListWriter()
Method Detail |
public static void toXml(java.io.PrintWriter out, GenericVOList volist, java.lang.String pListTagName)
out
- volist
- the VOList to write in XMLpListTagName
- the tag name of the list ( "list" if null )public static void toXml(java.io.PrintWriter out, GenericVOList volist, java.lang.String pListTagName, java.lang.String pElementTagName)
out
- volist
- the VOList to write in XMLpListTagName
- the tag name of the list ( "list" if null )pElementTagName
- the tag name of each entity ( "item" if null )