The most primitive templating mapper. It is used for the navigation template
objects. It never caches and simply returns what is given to it but keeps
the template extension.
author: Henning P. Schmiedehausen version: $Id: DirectTemplateMapper.java 534527 2007-05-02 16:10:59Z tv $
doMapping(String template) Replace all "," with ".", but keep the extension.
about,directions,Driving.vm --> about/directions/Driving.vm
Parameters: template - The template name.
Replace all "," with ".", but keep the extension.
about,directions,Driving.vm --> about/directions/Driving.vm
Parameters: template - The template name. A class name for the given template.
Fields inherited from org.apache.turbine.services.template.mapper.BaseTemplateMapper