
include.macros.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wsdl2html Show documentation
Show all versions of wsdl2html Show documentation
A java tool to convert wsdl xml to readable doc
<#macro stubChildrenAsTable stub>
<#if (stub.childStubs?? && (stub.childStubs?size > 0)) >
Property
Type
Required
Description
<#list stub.childStubs as childStub>
<@stubRow stub=childStub parentPath=""/>
#list>
#if>
#macro>
<#macro stubRow stub parentPath>
${stubOgnl(stub, parentPath)}
${stubType(stub)}
${stub.required?string("Y","N")}
<#list stub.childStubs as childStub>
<@stubRow stub=childStub parentPath=stubOgnl(stub, parentPath)/>
#list>
#macro>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy