Class UrlAppender
- java.lang.Object
-
- de.telekom.test.bddwebapp.frontend.util.UrlAppender
-
public class UrlAppender extends Object
Fault tolerant url appender- Author:
- Daniel Keiss <daniel.keiss@telekom.de>
Copyright (c) 2019 Daniel Keiss, Deutsche Telekom AG This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringappendQueryParams(String url, Map<String,String> queryParams)static StringappendUrl(String url, String... appenders)
-