I am using Alfresco 3.1.1 over JBoss 4.2.3 AS.I have a requirement that i should be able to retrieve all the links that are present in a content(xml) which has been published & i need to update a table with the same.I have gone through
but it has been defined for Tomcat setup only not for JBoss.Also i could find UriExtractor API in Alfresco that gives you all the links present in a content in a map as described here
But i am not able to get it how to call this API to get all the links which are present in my published content so that i can get all the links & update DB table.
Do anyone has any idea?This is very critical for my project.Can there be any other way to achieve the same?