Class I18N


  • final class I18N
    extends java.lang.Object
    A wrapper class for I18N content and all related classes. This allows classes I18N.Node and I18N.FTLHelper to be included in FreeMarker, which only supports methods and properties of public classes, while still keeping them package private.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private I18N()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • I18N

        private I18N()