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

Class ParamTemplateMethod1

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.scheduler.tooltips.fm.ParamTemplateMethod1
  • All Implemented Interfaces:
    freemarker.template.TemplateMethodModel, freemarker.template.TemplateMethodModelEx, freemarker.template.TemplateModel
    Direct Known Subclasses:
    LabelTemplateMethod, TimeTemplateMethod


    public abstract class ParamTemplateMethod1
    extends java.lang.Object
    implements freemarker.template.TemplateMethodModelEx
    • Field Summary

      • Fields inherited from interface freemarker.template.TemplateModel

        NOTHING
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object exec(java.util.List arg0) 
      protected abstract java.lang.Object exec(java.lang.Object arg) 
      protected java.lang.Object getDefaultNull() 
      • Methods inherited from class java.lang.Object

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

      • ParamTemplateMethod1

        public ParamTemplateMethod1()
    • Method Detail

      • exec

        public java.lang.Object exec(java.util.List arg0)
                              throws freemarker.template.TemplateModelException
        Specified by:
        exec in interface freemarker.template.TemplateMethodModel
        Specified by:
        exec in interface freemarker.template.TemplateMethodModelEx
        Throws:
        freemarker.template.TemplateModelException
      • getDefaultNull

        protected java.lang.Object getDefaultNull()
      • exec

        protected abstract java.lang.Object exec(java.lang.Object arg)
                                          throws freemarker.template.TemplateModelException
        Throws:
        freemarker.template.TemplateModelException