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

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

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

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

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


<#-- Util -->

<#function getVariableReferenceCode variableName>
	<#if language == "ftl">
		<#return "${" + variableName + "}">
	<#else>
		<#return "$" + variableName>
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy