|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.http.UrlUtilities
public final class UrlUtilities
Functions used to work with URLs in HTTP-related code.
| Method Summary | |
|---|---|
static java.lang.String |
getStem(java.lang.String baseURI)
Return everything in the path up to the last slash in a URI. |
static java.util.Map<java.lang.String,java.lang.String> |
parseQueryString(java.lang.String s)
Create a map from String to String that represents the contents of the query portion of a URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.Map<java.lang.String,java.lang.String> parseQueryString(java.lang.String s)
s - the query part of the URI.
public static java.lang.String getStem(java.lang.String baseURI)
baseURI -
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||