String assetMask = binding.attributeValue("assetMask");
boolean isPuffContentForPage = new Boolean(binding.attributeValue("isPuffContentForPage")).booleanValue();
property.setEntityClass(entity);
String value = getComponentPropertyValue(componentId, name, templateController, property.getAllowLanguageVariations());
timer.printElapsedTime("Set property1");
property.setValue(value);
property.setIsMultipleBinding(isMultipleBinding);
property.setIsAssetBinding(isAssetBinding);
property.setAssetMask(assetMask);