Package com.liferay.portal.url.builder
Interface ComboRequestAbsolutePortalURLBuilder
- All Superinterfaces:
BuildableAbsolutePortalURLBuilder
Builds a JavaScript combo request URL.
Combo requests are cacheable but do not implement the CacheAwareAbsolutePortalURLBuilder
interface because there was an old mechanism in place that does not conform
exactly to the new semantics.
-
Method Summary
Modifier and TypeMethodDescriptionAdd a file to the combo request.setTimestamp
(long timestamp) Set the value to use for the "t" parameter that controls caching.Methods inherited from interface com.liferay.portal.url.builder.facet.BuildableAbsolutePortalURLBuilder
build
-
Method Details
-
addFile
Add a file to the combo request.- Parameters:
filePath
- the absolute URL of the file to gather
-
setTimestamp
Set the value to use for the "t" parameter that controls caching.
-