Converts the given relative path into a navigable URL with relative navigational symbols like /
, ./
, or ../
resolved.
Specifies the path which to convert into an absolute path.
Specifies to which url the given path is relative to.
the absolute path.
Used by OutletRouter to convert relative paths to absolute paths.
Replace this bean to use a different relative path resolution strategy.
See
OutletRouter