You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/07/22 14:07:14 UTC

[jira] Resolved: (SLING-697) enhance ResourceResolver#findResources() signature to support typing

     [ https://issues.apache.org/jira/browse/SLING-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-697.
------------------------------------

       Resolution: Fixed
    Fix Version/s: API 2.0.6

I've added a new method to the ResourceUtil in revision: 796682
If you think that this solves your problem, please close this bug.

Thanks!

> enhance ResourceResolver#findResources() signature to support typing
> --------------------------------------------------------------------
>
>                 Key: SLING-697
>                 URL: https://issues.apache.org/jira/browse/SLING-697
>             Project: Sling
>          Issue Type: Improvement
>          Components: API
>            Reporter: Dominique Jäggi
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: API 2.0.6
>
>
> it would be nice to be able to receive a typed iterator when using ResourceResolver#findResources():
>  final Iterator<MyPojo> iterator = resourceResolver.findResources(statement, Query.XPATH, MyPojo.class);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.