com.ibm.tivoli.maximo.miniapps.scheduler.tooltips.fm

Class TimeTemplateMethod

  • All Implemented Interfaces:
    freemarker.template.TemplateMethodModel, freemarker.template.TemplateMethodModelEx, freemarker.template.TemplateModel


    public class TimeTemplateMethod
    extends ParamTemplateMethod1
    • Field Summary

      • Fields inherited from interface freemarker.template.TemplateModel

        NOTHING
    • Constructor Summary

      Constructors 
      Constructor and Description
      TimeTemplateMethod(java.util.Locale locale, java.util.TimeZone timeZone) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object exec(java.lang.Object arg1) 
      java.lang.String format(java.util.Date date) 
      • Methods inherited from class java.lang.Object

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

      • TimeTemplateMethod

        public TimeTemplateMethod(java.util.Locale locale,
                                  java.util.TimeZone timeZone)
    • Method Detail

      • exec

        public java.lang.Object exec(java.lang.Object arg1)
                              throws freemarker.template.TemplateModelException
        Specified by:
        exec in class ParamTemplateMethod1
        Throws:
        freemarker.template.TemplateModelException
      • format

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