[
https://issues.apache.org/jira/browse/SLING-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618278#action_12618278
]
Tobias Bocanegra commented on SLING-589:
----------------------------------------
i want to 'inspect' a jcr property of the underlying node. eg to determine the
MV type, or the property type. currently i have to adapt the resource to the
node and then get the property. in some places, i don't have the resource
anymore.
eg: properties.get("foo", Property.class);
> JcrPropertyMap shoud allow retrieving of properties
> ---------------------------------------------------
>
> Key: SLING-589
> URL: https://issues.apache.org/jira/browse/SLING-589
> Project: Sling
> Issue Type: New Feature
> Components: JCR Resource
> Reporter: Tobias Bocanegra
> Priority: Minor
>
> the JcrPropertyMap should check for a javax.jcr.Property type class and
> return the property if exists.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.