Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Programmers_Reference Methods DataPresentationTemplate_Class getAttributePaths}} ====getAttributePaths ()==== <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 ''[[pr_methods:setattributepaths|setAttributePaths]]'' method. ===Parameters=== none ===Returns=== The attribute paths used in the document template or ''null'' if none are used. Last modified: 2023/05/08 06:56 Log In