public interface ComboRequestAbsolutePortalURLBuilder extends BuildableAbsolutePortalURLBuilder
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.
Modifier and Type | Method and Description |
---|---|
ComboRequestAbsolutePortalURLBuilder |
addFile(java.lang.String filePath)
Add a file to the combo request.
|
ComboRequestAbsolutePortalURLBuilder |
setTimestamp(long timestamp)
Set the value to use for the "t" parameter that controls caching.
|
build
ComboRequestAbsolutePortalURLBuilder addFile(java.lang.String filePath)
filePath
- the absolute URL of the file to gatherComboRequestAbsolutePortalURLBuilder setTimestamp(long timestamp)