<#if resource.parameters.wireBeanId??> Wiring bean ${resource.parameters.wireBeanId} <#if resource.parameters.property??>on property ${resource.parameters.property} of <#else>by adding it to the bean ${resource.parameters.beanId}. <#else> Extracting element data and <#if resource.parameters.property??>binding it on property ${resource.parameters.property} <@beanType/> of <#else>adding it <@beanType/> to the bean ${resource.parameters.beanId}. <#macro beanType> <#if !resource.parameters.expression??>(type ${resource.parameters.type!'String'})