I want to get the URL for the image.
Let me explain the requirement, I am trying to use this image from an XSL file and there it will not take the relative path, but only the absolute path.
So I need to be able to reference the image as
From my
Java code, I will be able to get the relative path of the image but I will need to know what is the application URL so that I can pass it appropriately to my XSL so that it can read the image properly and render it.
Thanks.