public class UrlPathTokenizer extends Object
| Constructor and Description |
|---|
UrlPathTokenizer(String theRequestPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreTokens() |
String |
nextTokenUnescapedAndSanitized()
Returns the next portion.
|
public UrlPathTokenizer(String theRequestPath)
public boolean hasMoreTokens()
public String nextTokenUnescapedAndSanitized()
UrlUtil#sanitizeUrlPart(String),
UrlUtil.unescape(String)Copyright © 2014–2019 University Health Network. All rights reserved.