Interface LinkBuilder
- All Superinterfaces:
LinkValidator
- All Known Implementing Classes:
StandaloneHandler
The Interface LinkBuilder. Builds the standalone viewer URL with all parameters set in the fluent builder
API.
-
Method Summary
Methods inherited from interface com.saperion.ngc.portal.builder.standalone.LinkValidator
validate
-
Method Details
-
toLink
Builds the weblink url with given baseURL.- Parameters:
baseURL
- the base url- Returns:
- the string
- Throws:
com.saperion.util.LinkCreationException
- when the link could not be created
-
toSecureLink
Builds a secure weblink url with given baseURL.- Parameters:
baseURL
- the base url- Returns:
- the secure link.
- Throws:
com.saperion.util.LinkCreationException
- when the link could not be created
-