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