All Downloads are FREE. Search and download functionalities are using the official Maven repository.

include.macros.ftl Maven / Gradle / Ivy

		<#macro stubChildrenAsTable stub>	
			<#if (stub.childStubs??  && (stub.childStubs?size > 0)) >
				
					<#list stub.childStubs as childStub>									
						<@stubRow stub=childStub parentPath=""/>
					
Property Type Required Description
<#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)/>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy