Package play.templates.types
Class SafeCSVFormatter
- java.lang.Object
-
- play.templates.types.SafeCSVFormatter
-
- All Implemented Interfaces:
SafeFormatter
public class SafeCSVFormatter extends java.lang.Object implements SafeFormatter
-
-
Constructor Summary
Constructors Constructor Description SafeCSVFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(Template template, java.lang.Object value)
-
-
-
Method Detail
-
format
public java.lang.String format(Template template, java.lang.Object value)
- Specified by:
format
in interfaceSafeFormatter
-
-