|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.common.util.UrlUtils
public final class UrlUtils
Utility class for decoding and encoding URLs
| Method Summary | |
|---|---|
static String |
getStem(String baseURI)
Return everything in the path up to the last slash in a URI. |
static Map<String,String> |
parseQueryString(String s)
Create a map from String to String that represents the contents of the query portion of a URL. |
static String |
pathDecode(String value)
URL path segments may contain '+' symbols which should not be decoded into ' ' This method replaces '+' with %2B and delegates to URLDecoder |
static String |
urlDecode(String value)
|
static String |
urlDecode(String value,
String enc)
Decodes using URLDecoder - use when queries or form post values are decoded |
static String |
urlEncode(String value)
|
static String |
urlEncode(String value,
String enc)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String urlEncode(String value)
public static String urlEncode(String value,
String enc)
public static String urlDecode(String value,
String enc)
value - value to decodeenc - encodingpublic static String urlDecode(String value)
public static String pathDecode(String value)
value - value to decodepublic static Map<String,String> parseQueryString(String s)
s - the query part of the URI.
public static String getStem(String baseURI)
baseURI -
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||