Accessing Mapped Properties

Works pretty much as indexed properties. By sending the key of an element in the map, you obtain the desired property. Consider the following example:

property="parameter(color)"

This reference will be translated into the Java expression:

getProperty("color")