Class DirectMapper

    • Constructor Detail

      • DirectMapper

        public DirectMapper()
        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)
        Strip off a possible extension, replace all "," with "." about,directions,Driving.vm --< about.directions.Driving
        Specified by:
        doMapping in class BaseMapper
        Parameters:
        template - The template name.
        Returns:
        A class name for the given template.