The most primitive mapper. It is used for the page objects in the
Template service. It never caches and simply returns what is given to it.
author: Henning P. Schmiedehausen version: $Id: DirectMapper.java 534527 2007-05-02 16:10:59Z tv $
doMapping(String template) Strip off a possible extension, replace all "," with "."
about,directions,Driving.vm --> about.directions.Driving
Parameters: template - The template name.
Strip off a possible extension, replace all "," with "."
about,directions,Driving.vm --> about.directions.Driving
Parameters: template - The template name. A class name for the given template.
Fields inherited from org.apache.turbine.services.template.mapper.BaseMapper