Is everyone fine if we add the following interface to the API?
interface ResourceDecorator {
Resource decorade(Resource)
Resource decorade(Resource, HttpServletRequest)
}This would be analogue to the ResourceResolver interface. Carten -- Carsten Ziegeler [email protected]
