|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.webapp.report.ReportUtils.CSVEscaper
public static class ReportUtils.CSVEscaper
This class provides methods supporting CSV exporting of report data. It is meant to be instantianted and put into the model.
| Constructor Summary | |
|---|---|
ReportUtils.CSVEscaper()
|
|
| Method Summary | |
|---|---|
String |
escQuote(String str)
Escapes quotes in "standard" format (e.g. |
String |
escQuoteExcel(Collection c)
Converts a value list to a CSV string with properly escaped quotes |
String |
escQuoteExcel(String str)
Escapes quotes in MS Excel-compatible format (e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportUtils.CSVEscaper()
| Method Detail |
|---|
public String escQuote(String str)
public String escQuoteExcel(String str)
public String escQuoteExcel(Collection c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||