RE: [sling/collection] Properties

2013-07-28 Thread Amit.. Gupta.
: [sling/collection] Properties Hi Amit I managed to get things working with the APIs you specified, however I find the ResourceCollection API a little inconsistent. For example there is a mixed concept between the actual resource and the sling:member reference. Which is why I ended up over

Re: [sling/collection] Properties

2013-07-26 Thread Ben Helleman
getProperties(Resource resource); Thanks -Amit From: Ben Helleman [mailto:bhell...@adobe.com] Sent: 25 July 2013 00:10 To: dev@sling.apache.org Subject: [sling/collection] Properties Is there any way which to apply properties to members of a sling/collection? For example I would like to apply

[sling/collection] Properties

2013-07-24 Thread Ben Helleman
Is there any way which to apply properties to members of a sling/collection? For example I would like to apply properties to the websites node, not the resource which websites references. Yes, I'm aware that I could get the collection and dig through children until I find the node of interest

RE: [sling/collection] Properties

2013-07-24 Thread Amit.. Gupta.
of the Collection entry as codeModifiableValueMap/code, returns null if entry found. */ ModifiableValueMap getProperties(Resource resource); Thanks -Amit From: Ben Helleman [mailto:bhell...@adobe.com] Sent: 25 July 2013 00:10 To: dev@sling.apache.org Subject: [sling/collection] Properties

Re: [sling/collection] Properties

2013-07-24 Thread Justin Edelson
entry as codeModifiableValueMap/code, returns null if entry found. */ ModifiableValueMap getProperties(Resource resource); Thanks -Amit From: Ben Helleman [mailto:bhell...@adobe.com] Sent: 25 July 2013 00:10 To: dev@sling.apache.org Subject: [sling/collection] Properties