Class RestUriHelper
- java.lang.Object
-
- de.xima.fc.api.rest.impl.common.util.RestUriHelper
-
public class RestUriHelper extends Object
Helper class for working with URIs of the REST API.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URI
buildRestEntryUri(javax.ws.rs.core.UriInfo uriInfo)
static URI
buildUri(javax.ws.rs.core.UriInfo uriInfo, String path, Map<String,String> params, Locale locale)
static URI
buildUri(javax.ws.rs.core.UriInfo uriInfo, List<String> pathSegments, Map<String,String> params, Locale locale)
-