Class RequestDocumentQNameMethod

  • All Implemented Interfaces:
    freemarker.template.TemplateMethodModel, freemarker.template.TemplateMethodModelEx, freemarker.template.TemplateModel

    public class RequestDocumentQNameMethod
    extends Object
    implements freemarker.template.TemplateMethodModelEx
    Gets the QName of the request document for a given method.
    Author:
    Ryan Heaton
    • Constructor Detail

      • RequestDocumentQNameMethod

        public RequestDocumentQNameMethod()
    • Method Detail

      • exec

        public Object exec​(List list)
                    throws freemarker.template.TemplateModelException
        Gets the client-side package for the type, type declaration, package, or their string values.
        Specified by:
        exec in interface freemarker.template.TemplateMethodModel
        Specified by:
        exec in interface freemarker.template.TemplateMethodModelEx
        Parameters:
        list - The arguments.
        Returns:
        The string value of the client-side package.
        Throws:
        freemarker.template.TemplateModelException