You have pretty much 2 entry points for adding your wrapper - for rendering only use your own renderer that extends one of the Magnolia provided ones and overrides wrapNode*() methods. For original impl, look at AbstractRenderer.wrapNode*() , this is where we add Channel visibility or i18n wrappers. Or, for system wide wrapping, you need to extend DefaultRepositoryManager and add your wrapper there around sessions you get from super.getSession() and super.getSystemSession() calls.
HTH, Jan -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=0f30a282-75c7-42ed-a73c-9379248d173b ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
