Class NullFormatter

  • All Implemented Interfaces:
    org.webpieces.templating.impl.EscapeCharactersFormatter

    public class NullFormatter
    extends java.lang.Object
    implements org.webpieces.templating.impl.EscapeCharactersFormatter
    • Constructor Summary

      Constructors 
      Constructor Description
      NullFormatter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(java.lang.Object val)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullFormatter

        public NullFormatter()
    • Method Detail

      • format

        public java.lang.String format​(java.lang.Object val)
        Specified by:
        format in interface org.webpieces.templating.impl.EscapeCharactersFormatter