|
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 java.lang.String |
pathDecode(java.lang.String value)
URL path segments may contain '+' symbols which should not be decoded into ' ' This method replaces '+' with %2B and delegates to URLDecoder |
static java.lang.String |
urlDecode(java.lang.String value)
Decodes using URLDecoder - use when queries or form post values are decoded |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String urlDecode(java.lang.String value)
value - value to decode
public static java.lang.String pathDecode(java.lang.String value)
value - value to decode
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||