Constructor and Description |
---|
ClientUrlUtils() |
Modifier and Type | Method and Description |
---|---|
String |
decodePathSegment(String encodedPathSegment) |
String |
decodeQueryString(String encodedUrlComponent) |
String |
encodePathSegment(String decodedPathSegment) |
String |
encodeQueryString(String decodedUrlComponent) |
public String decodeQueryString(String encodedUrlComponent)
decodeQueryString
in interface UrlUtils
public String encodeQueryString(String decodedUrlComponent)
encodeQueryString
in interface UrlUtils
public String decodePathSegment(String encodedPathSegment)
decodePathSegment
in interface UrlUtils
public String encodePathSegment(String decodedPathSegment)
encodePathSegment
in interface UrlUtils
Copyright © 2010-2014 ArcBees. All Rights Reserved.