public class URLUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getContextPath()
Returns the current URL of the Web Client without request path and query string.
|
static String |
getCurrentUrl()
This method returns the current URL of the Web Client including server name, port, context path and query string.
|
static String |
getQueryString()
Returns the query string from the current URL.
|
public static String getCurrentUrl()
public static String getQueryString()
public static String getContextPath()
Copyright © 2019 Hyland Software Germany GmbH. All rights reserved.