
Package ca.uhn.fhir.util
Class UrlPathTokenizer
java.lang.Object
ca.uhn.fhir.util.UrlPathTokenizer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the next portion.
-
Constructor Details
-
UrlPathTokenizer
-
-
Method Details
-
hasMoreTokens
-
nextTokenUnescapedAndSanitized
Returns the next portion. Any URL-encoding is undone, but we will HTML encode the < and " marks since they are both not useful un URL paths in FHIR and potentially represent injection attacks.
-