Class HolidayPluginProvider

java.lang.Object
de.schegge.holidays.freshmarker.HolidayPluginProvider
All Implemented Interfaces:
org.freshmarker.core.plugin.PluginProvider

public class HolidayPluginProvider extends Object implements org.freshmarker.core.plugin.PluginProvider
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerBuildIn(Map<org.freshmarker.core.buildin.BuiltInKey,org.freshmarker.core.buildin.BuiltIn> builtIns)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.freshmarker.core.plugin.PluginProvider

    registerFormatter, registerFunction, registerMapper, registerTemplateObjectProvider, registerUserDirective
  • Constructor Details

    • HolidayPluginProvider

      public HolidayPluginProvider()
  • Method Details

    • registerBuildIn

      public void registerBuildIn(Map<org.freshmarker.core.buildin.BuiltInKey,org.freshmarker.core.buildin.BuiltIn> builtIns)
      Specified by:
      registerBuildIn in interface org.freshmarker.core.plugin.PluginProvider