public class UriInfos extends Object
| Modifier and Type | Method and Description |
|---|---|
static UriInfos |
getRequestUrlInfos(ResourceTypeFactory resourceTypeFactory,
String requestUrl,
HttpMethod httpMethod,
Map<String,String> httpHeaders)
resolves the request uri to individual information's that are necessary to resolve the request
|
String |
toString() |
public static UriInfos getRequestUrlInfos(ResourceTypeFactory resourceTypeFactory, String requestUrl, HttpMethod httpMethod, Map<String,String> httpHeaders)
requestUrl - the fully qualified request urlhttpHeaders - the http request headersCopyright © 2019. All rights reserved.