Interface WebAppLinkBuilder
- All Known Implementing Classes:
PrefixingSupportingWebAppLinkBuilder
public interface WebAppLinkBuilder
API for building client-side valid links from within application code.
- Since:
- 2.0.0
- Author:
- Arne Vandamme
-
Method Summary
Modifier and TypeMethodDescriptionConvert the base link to an actual client-side link by processing prefixes, adding the context path and encoding the resulting url.Convert the base link to an actual client-side link by processing prefixes, adding the context path and (optionally) encoding the resulting url.
-
Method Details
-
buildLink
Convert the base link to an actual client-side link by processing prefixes, adding the context path and encoding the resulting url.- Parameters:
baseLink
- to process- Returns:
- processed link
-
buildLink
Convert the base link to an actual client-side link by processing prefixes, adding the context path and (optionally) encoding the resulting url.- Parameters:
baseLink
- to processencodeUrl
- true if the url should be encoded afterwards (appends session id)- Returns:
- processed link
-