Class RoutingUtil
java.lang.Object
org.teamapps.ux.session.navigation.RoutingUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconcatenatePaths(String prefix, String suffix) static booleanisEmptyPath(String prefix) static StringnormalizePath(String prefix) parseQueryParams(String query) static StringremovePrefix(String path, String prefix) static StringwithSingleLeadingSlash(String path)
-
Constructor Details
-
RoutingUtil
public RoutingUtil()
-
-
Method Details
-
parseQueryParams
-
normalizePath
-
isEmptyPath
-
withSingleLeadingSlash
-
concatenatePaths
-
removePrefix
-