
macros.syncclientclass.common.ClientInvokeMethodInvocation.ftl Maven / Gradle / Ivy
<#macro content operationModel>
<#if operationModel.authenticated>
invoke(request, responseHandler, executionContext);
<#else>
anonymousInvoke(request, responseHandler, executionContext);
#if>
#macro>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy