resolveURL(String path) Resolve a url to a resource.
The path may be an absolute URL ("http://myserver/...")
or a URI with a full path ("/myapp/mypath/....").
path may also be a relative path ("images/myimage.gif"), in
which case it is a url to a resource in the current servlet or portal.
The returned URL is always an absolute url.
Resolve a url to a resource.
The path may be an absolute URL ("http://myserver/...")
or a URI with a full path ("/myapp/mypath/....").
path may also be a relative path ("images/myimage.gif"), in
which case it is a url to a resource in the current servlet or portal.
The returned URL is always an absolute url. Some browsers do not
understand relative url's supplied for certain parameters (such as the
location of css files).
an absolute URL