Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| pr_methods:getattributepaths [2023/04/04 07:42] – created sean | pr_methods:getattributepaths [2023/05/08 06:56] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | {{tag>Index Programmers_Reference Methods DataPresentationTemplate_Class getAttributePaths}} |
| ====getAttributePaths ()==== | ====getAttributePaths ()==== | ||
| <code java> | <code java> | ||
| - | This method returns the attribute paths used inside tags in the document template. The attribute paths are represented in the form objectName.attributeName. Note that the paths returned are not necessarily the complete expressions used inside the tags. A tag expression may contain not only the attribute paths, but also arithmetic expressions with these paths. The paths used by the template would have been set by the [[setAttributePaths]] method. | + | This method returns the attribute paths used inside tags in the document template. The attribute paths are represented in the form objectName.attributeName. Note that the paths returned are not necessarily the complete expressions used inside the tags. A tag expression may contain not only the attribute paths, but also arithmetic expressions with these paths. The paths used by the template would have been set by the '' |
| ===Parameters=== | ===Parameters=== | ||