play.templates
接口 SafeFormatter

所有已知实现类:
SafeCSVFormatter, SafeHTMLFormatter, SafeXMLFormatter

public interface SafeFormatter

Supported type for formatting. This interface is used to implement custom formatters for templates.


方法摘要
 java.lang.String format(Template template, java.lang.Object value)
           
 

方法详细信息

format

java.lang.String format(Template template,
                        java.lang.Object value)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly