public final class URLUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
buildQueryParam(String key,
String value) |
static String |
buildUrl() |
static String |
buildUrl(RestResource.Resource resource) |
static String |
buildUrl(RestResource.Resource resource,
RestResource.Resource action) |
static String |
buildUrl(RestResource.Resource resource,
UUID resourceId) |
static String |
buildUrl(UUID paymentId) |
static String |
buildUrl(UUID paymentId,
RestResource.Resource resource) |
static String |
buildUrl(UUID paymentId,
RestResource.Resource resource,
UUID actionID) |
static String |
formatURL(String url,
String query) |
public static String buildUrl()
public static String buildUrl(UUID paymentId, RestResource.Resource resource)
public static String buildUrl(UUID paymentId, RestResource.Resource resource, UUID actionID)
public static String buildUrl(RestResource.Resource resource)
public static String buildUrl(RestResource.Resource resource, UUID resourceId)
public static String buildUrl(RestResource.Resource resource, RestResource.Resource action)
public static String buildQueryParam(String key, String value) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2024. All rights reserved.