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 URIbuildRestEntryUri(javax.ws.rs.core.UriInfo uriInfo)static URIbuildUri(javax.ws.rs.core.UriInfo uriInfo, String path, Map<String,String> params, Locale locale)static URIbuildUri(javax.ws.rs.core.UriInfo uriInfo, List<String> pathSegments, Map<String,String> params, Locale locale) 
 -