Package ca.uhn.fhir.util
Class UrlPathTokenizer
java.lang.Object
ca.uhn.fhir.util.UrlPathTokenizer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
Returns the next portion.peek()
Returns the next token without updating the current position.
-
Constructor Details
-
UrlPathTokenizer
-
-
Method Details
-
hasMoreTokens
-
countTokens
-
peek
Returns the next token without updating the current position. Will throw NoSuchElementException if there are no more tokens. -
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.- See Also:
-