Escape any colons in the URL for ng-resource, mostly useful for handling proxified URLs
Joins the supplied strings together using '/', stripping any leading/ending '/' from the supplied strings if needed, except the first and last string
Apply a proxy to the supplied URL if the jolokiaUrl is using the proxy, or if the URL is for a a different host/port
Returns the URL without the starting '#' if it's there
Generated using TypeDoc
Returns whether or not the context is in the supplied URL. If the search string starts/ends with '/' then the entire URL is checked. If the search string doesn't start with '/' then the search string is compared against the end of the URL. If the search string starts with '/' but doesn't end with '/' then the start of the URL is checked, excluding any '#'