Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pr_methods:getattributepaths [2023/04/04 07:42] – created seanpr_methods:getattributepaths [2023/05/08 06:56] (current) sean
Line 1: Line 1:
-{{tag>Programmers_Reference Methods DataPresentationTemplate_Class DataPresentationTemplate_Class_Methods getAttributePaths}}+{{tag>Index Programmers_Reference Methods DataPresentationTemplate_Class getAttributePaths}}
  
 ====getAttributePaths ()==== ====getAttributePaths ()====
 <code java>public String [] getAttributePaths ()</code> <code java>public String [] getAttributePaths ()</code>
  
-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 ''[[pr_methods:setattributepaths|setAttributePaths]]'' method.
  
 ===Parameters=== ===Parameters===
  • Last modified: 2023/04/04 07:42