Class ScreenDefaultTemplateMapper

  • All Implemented Interfaces:
    Mapper

    public class ScreenDefaultTemplateMapper
    extends BaseTemplateMapper
    implements Mapper
    This is a pretty simple mapper which returns template pathes for a supplied template name. If the path does not exist, it looks for a templated called "Default" in the same package. This path can be used by the TemplateEngine to access a certain resource to actually render the template.
    Version:
    $Id$
    Author:
    Henning P. Schmiedehausen
    • Constructor Detail

      • ScreenDefaultTemplateMapper

        public ScreenDefaultTemplateMapper()
        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)
        Look for a given Template, then try the default.
        Specified by:
        doMapping in class BaseMapper
        Parameters:
        template - The template name.
        Returns:
        The parsed module name.