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

<#-- Common -->

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

<#if repeatable>
	<#assign variableName = "cur_" + variableName />


<#-- Util -->

<#function getVariableReferenceCode variableName>
	<#if stringUtil.equals(language, "ftl")>
		<#return "${" + variableName + "}">
	<#else>
		<#return "$" + variableName>
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy