Uses of Class
ca.uhn.fhir.util.UrlUtil.UrlParts
-
Packages that use UrlUtil.UrlParts Package Description ca.uhn.fhir.util -
-
Uses of UrlUtil.UrlParts in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return UrlUtil.UrlParts Modifier and Type Method Description static UrlUtil.UrlPartsUrlUtil. parseUrl(String theUrl)Parse a URL in one of the following forms: [Resource Type]?[Search Params] [Resource Type]/[Resource ID] [Resource Type]/[Resource ID]/_history/[Version ID]
-