it.sistematica.isharedoc.model.report
Class ResourceFormatter

java.lang.Object
  extended by it.sistematica.isharedoc.model.report.ResourceFormatter

public class ResourceFormatter
extends java.lang.Object


Constructor Summary
ResourceFormatter(IsharedocSystemService isharedocSystemService)
           
 
Method Summary
 java.lang.String dateTimeFormat(java.util.Date date)
           
 boolean falseValue()
           
 java.lang.String getResourceBase64(java.lang.String resource)
           
 java.lang.String htmlEscape(java.lang.String value)
           
 java.lang.String htmlToText(java.lang.String html)
           
 java.lang.String nullValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFormatter

public ResourceFormatter(IsharedocSystemService isharedocSystemService)
Method Detail

nullValue

public java.lang.String nullValue()

falseValue

public boolean falseValue()

getResourceBase64

public java.lang.String getResourceBase64(java.lang.String resource)

dateTimeFormat

public java.lang.String dateTimeFormat(java.util.Date date)

htmlEscape

public java.lang.String htmlEscape(java.lang.String value)

htmlToText

public java.lang.String htmlToText(java.lang.String html)