[
https://issues.apache.org/jira/browse/SLING-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14498156#comment-14498156
]
Justin Edelson commented on SLING-3413:
---------------------------------------
In general, this change is good with me. In r1674092, I made a minor addition
of a parent property as well as correcting the JavaDoc at the top.
There are more changes to the pom.xml file than I would have thought were
necessary, but perhaps that was due to the testing need (which I salute).
> Extend the JavaScript Resource API
> ----------------------------------
>
> Key: SLING-3413
> URL: https://issues.apache.org/jira/browse/SLING-3413
> Project: Sling
> Issue Type: Improvement
> Components: Scripting
> Affects Versions: Scripting JavaScript 2.0.12
> Reporter: Justin Edelson
> Assignee: Radu Cotescu
> Fix For: Scripting JavaScript 2.0.16
>
>
> The JS API used to wrap Resources doesn't support getting a list of children
> or the resource's name as these methods on the Resource interface post-date
> the last update to the JS API. The JS API should be brought up to date and
> provide support for the following:
> * getChild(String)
> * getChildren()
> * getName()
> * getParent()
> * isResourceType(String)
> * listChildren()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)