public class JaxRsLinkContextResolver extends Object implements LinkContextResolver
| Constructor and Description |
|---|
JaxRsLinkContextResolver(javax.ws.rs.core.UriInfo uriInfo)
Constructs a new JaxRsLinkContextResolver for a given request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
resolveAbsolute(String template) |
String |
resolveAbsolutePath(String template) |
String |
resolveRelativePath(String template) |
public JaxRsLinkContextResolver(javax.ws.rs.core.UriInfo uriInfo)
uriInfo - provides the necessary access to application and request
URI informationpublic String resolveAbsolute(String template)
resolveAbsolute in interface LinkContextResolverpublic String resolveAbsolutePath(String template)
resolveAbsolutePath in interface LinkContextResolverpublic String resolveRelativePath(String template)
resolveRelativePath in interface LinkContextResolverCopyright © 2016–2017 Code:Frames. All rights reserved.