public interface WebResourceURIGenerator
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
generateURI(String lib,
String file,
Optional<String> versionRange)
Resolves the URI of a
WebResource that can be inserted into an output (HTML, e-mail,
etc). |
Optional<String> generateURI(String lib, String file, Optional<String> versionRange)
WebResource that can be inserted into an output (HTML, e-mail,
etc).lib - The library of the WebResource.file - The file name of the WebResource.version - The version range expression that must the WebResource.getVersion() match or
Optional.empty() if any version is accepted.WebResource or Optional.empty()
if the URI cannot be resolved.Copyright © 2011–2017 Everit Kft.. All rights reserved.