Class HandlebarsSoapHelper

  • All Implemented Interfaces:
    com.github.jknack.handlebars.Helper<java.lang.String>

    public class HandlebarsSoapHelper
    extends HandlebarsXPathHelper
    This class uses HandlebarsXmlHelper as a base an just set a prefix which reduce the written handlebars helper to the relevant part
    • Constructor Detail

      • HandlebarsSoapHelper

        public HandlebarsSoapHelper()
    • Method Detail

      • getXPathPrefix

        protected java.lang.String getXPathPrefix()
        Description copied from class: HandlebarsXPathHelper
        No prefix by default. It allows to extend this class with a specified prefix. Just overwrite this method to do so.
        Overrides:
        getXPathPrefix in class HandlebarsXPathHelper
        Returns:
        a prefix which will be applied before the specified xpath.