public class ResourceUriBuilder extends Object
Constructor and Description |
---|
ResourceUriBuilder() |
Modifier and Type | Method and Description |
---|---|
URI |
build(javax.ws.rs.core.UriBuilder builder,
Class<?> resourceClass,
String resourceKey) |
URI |
build(javax.ws.rs.core.UriInfo context,
Class<?> resourceClass,
String resourceKey)
Creates a new URI for the given resource class and keys, using the provided UriInfo.
|
public URI build(javax.ws.rs.core.UriInfo context, Class<?> resourceClass, String resourceKey)
context
- a UriInforesourceClass
- the resource classresourceKey
- the resource keyCopyright © 2002-2015 Atlassian. All Rights Reserved.