ResourceURL
defines a resource URL that when clicked will result in a serveResource
call of the ResourceServingPortlet
interface. Each resource URL has a specific cache level assigned with it. This level can be either FULL, PORTLET
or PAGE
and denotes the cacheability of the resource in the browser.
The default cache level of a resource URL is either the cache level of the parent resource URL, or PAGE
if no parent resource URL is available.
@since 2.0
|
|
|
|
|
|