Package org.opencms.xml.templatemapper
Interface I_CmsTemplateMappingContextProvider
public interface I_CmsTemplateMappingContextProvider
Interface for a mapping template context providers.
-
Method Summary
Modifier and TypeMethodDescriptiongetMappingConfigurationPath
(String version) Returns the absolute VFS path where the mapping configuration file is stored.
-
Method Details
-
getMappingConfigurationPath
Returns the absolute VFS path where the mapping configuration file is stored.- Parameters:
version
- the template version to get the configuration file for- Returns:
- the absolute VFS path where the mapping configuration file is stored
-