Class ParserUtils
java.lang.Object
com.ibm.wsspi.kernel.service.utils.ParserUtils
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ParserUtilspublic ParserUtils()
 
- 
- 
Method Details- 
encodeEncodes a URL path string. This method is suitable only for URL path strings and is unsuitable for other URL components.- Parameters:
- s- the string to encode
- Returns:
- the encoded string
 
- 
decodeDecodes a URL-encoded path string. For example, an encoded space (%20) is decoded into a normal space (' ') character.- Parameters:
- String- encoded - the encoded URL string
- Returns:
- String decoded - the decoded string.
 
 
-