To separate out the various map and search policies for class
names and template names, we use classes that implement this
interface.
author: Henning P. Schmiedehausen version: $Id: Mapper.java 534527 2007-05-02 16:10:59Z tv $
getMappedName(String template) Return the first match name for the given template name.
This method might return null if no possible match can
be found.
Parameters: template - The template name.
Returns the default name for the supplied template
name. Must never return null.
Parameters: template - The template name. The default name for this template.
Return the first match name for the given template name.
This method might return null if no possible match can
be found.
Parameters: template - The template name. The first matching class or template name.