org.nuxeo.ecm.platform.annotations.service
Class DefaultUriResolver
java.lang.Object
org.nuxeo.ecm.platform.annotations.service.DefaultUriResolver
- All Implemented Interfaces:
- UriResolver
public class DefaultUriResolver
- extends Object
- implements UriResolver
- Author:
- Alexandre Russel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultUriResolver
public DefaultUriResolver()
getBaseUrl
public String getBaseUrl(URI uri)
- Specified by:
getBaseUrl
in interface UriResolver
getSearchURI
public List<URI> getSearchURI(URI uri)
throws AnnotationException
- Specified by:
getSearchURI
in interface UriResolver
- Throws:
AnnotationException
translateFromGraphURI
public URI translateFromGraphURI(URI uri,
String baseUrl)
throws AnnotationException
- Specified by:
translateFromGraphURI
in interface UriResolver
- Throws:
AnnotationException
translateToGraphURI
public URI translateToGraphURI(URI uri)
throws AnnotationException
- Specified by:
translateToGraphURI
in interface UriResolver
- Throws:
AnnotationException
Copyright © 2010 Nuxeo SAS. All Rights Reserved.