Class DirectTemplateMapper

    • Constructor Detail

      • DirectTemplateMapper

        public DirectTemplateMapper()
        Default C'tor. If you use this C'tor, you must use the bean setter to set the various properties needed for this mapper before first usage.
    • Method Detail

      • doMapping

        public String doMapping​(String template)
        Replace all "," with ".", but keep the extension. about,directions,Driving.vm --> about/directions/Driving.vm
        Specified by:
        doMapping in class BaseMapper
        Parameters:
        template - The template name.
        Returns:
        A class name for the given template.