Class CmsTemplateMapper

java.lang.Object
org.opencms.xml.templatemapper.CmsTemplateMapper

public final class CmsTemplateMapper extends Object
Responsible for mapping formatters, containers and settings to different formatters, containers and settings according to the configuration file /system/config/template-mapping.xml.

  • Field Details

    • m_enabled

      protected boolean m_enabled
      Flag which controls whether this is enabled.
    • m_configPath

      protected String m_configPath
      The path to the mapper configuration.
  • Constructor Details

    • CmsTemplateMapper

      public CmsTemplateMapper(String configPath)
      Creates a new instance.

      Parameters:
      configPath - the template mapper configuration VFS path
  • Method Details