On Tue, Mar 9, 2010 at 9:34 AM, Carsten Ziegeler <[email protected]> wrote: > Is everyone fine if we add the following interface to the API? > > interface ResourceDecorator { > Resource decorade(Resource) > Resource decorade(Resource, HttpServletRequest) > }
Why not SlingHttpServletRequest? +1 anyway if there's a good reason to use HttpServletRequest. (and typo: should be "decorate" of course) -Bertrand
