Klasse ScreenTemplateMapper

Alle implementierten Schnittstellen:
Mapper

public class ScreenTemplateMapper extends BaseTemplateMapper implements Mapper
This is a pretty simple mapper which returns template pathes for a supplied template name. This path can be used by the TemplateEngine to access a certain resource to actually render the template.
Version:
$Id$
Autor:
Henning P. Schmiedehausen
  • Konstruktordetails

    • ScreenTemplateMapper

      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.
  • Methodendetails

    • doMapping

      public String doMapping(String template)
      Check, whether the provided name exists. Returns null if the screen does not exist.
      Angegeben von:
      doMapping in Klasse BaseMapper
      Parameter:
      template - The template name.
      Gibt zurück:
      The matching screen name.