Add support for ResourceDecorator i
-----------------------------------

                 Key: SLING-1429
                 URL: https://issues.apache.org/jira/browse/SLING-1429
             Project: Sling
          Issue Type: New Feature
          Components: API, JCR
    Affects Versions: API 2.0.8, JCR Resource 2.0.6
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: JCR Resource 2.0.8, API 2.0.10


As discussed in the mailing list, we add a new interface

interface ResourceDecorator {
    Resource decorate(Resource)
    Resource decorate(Resource, HttpServletRequest)
}

The registered decorators will be called from the resource resolver for each 
resource returned.
The services will be called in the order of their service ranking

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

Reply via email to