Table of Contents
Previous Section
elementName : elementType{attribute =value; attribute =value; ...};As described in the previous section, value can be a constant, variable, or method. It can also be a string of keys joined by a dot, similar to the Java syntax for sending messages but without the parentheses. For example:
application.upSince.description
Table of Contents
Next Section