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

com.liferay.journal.web.portlet.template.dependencies.init.ftl Maven / Gradle / Ivy

There is a newer version: 5.0.177
Show newest version
<#-- Common -->

<#if repeatable>
	<#assign name = "cur_" + stringUtil.replace(name, ".", "_") />


<#assign variableName = name + ".getData()" />

<#-- Util -->

<#function getVariableReferenceCode variableName>
		<#return "${" + variableName + "}">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy