Class UriInfos


  • public class UriInfos
    extends Object
    author Pascal Knueppel
    created at: 08.11.2019 - 22:28

    represents the parsed uri infos of a request
    • Method Detail

      • getRequestUrlInfos

        public 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
        Parameters:
        requestUrl - the fully qualified request url
        httpHeaders - the http request headers
        Returns:
        the individual request information's