Class ScreenTemplateMapper

    • Constructor Detail

      • ScreenTemplateMapper

        public 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.
    • Method Detail

      • doMapping

        public String doMapping​(String template)
        Check, whether the provided name exists. Returns null if the screen does not exist.
        Specified by:
        doMapping in class BaseMapper
        Parameters:
        template - The template name.
        Returns:
        The matching screen name.