Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.annotations.api.UriResolver

Packages that use UriResolver
org.nuxeo.ecm.platform.annotations.api   
org.nuxeo.ecm.platform.annotations.descriptors   
org.nuxeo.ecm.platform.annotations.repository   
org.nuxeo.ecm.platform.annotations.service   
 

Uses of UriResolver in org.nuxeo.ecm.platform.annotations.api
 

Methods in org.nuxeo.ecm.platform.annotations.api with parameters of type UriResolver
 Annotation AnnotationManager.translateAnnotationFromRepo(UriResolver resolver, String baseUrl, Annotation annotation)
           
 Annotation AnnotationManager.translateAnnotationToRepo(UriResolver resolver, Annotation annotation)
           
 

Uses of UriResolver in org.nuxeo.ecm.platform.annotations.descriptors
 

Methods in org.nuxeo.ecm.platform.annotations.descriptors that return types with arguments of type UriResolver
 Class<? extends UriResolver> UriResolverDescriptor.getKlass()
           
 

Method parameters in org.nuxeo.ecm.platform.annotations.descriptors with type arguments of type UriResolver
 void UriResolverDescriptor.setKlass(Class<? extends UriResolver> klass)
           
 

Uses of UriResolver in org.nuxeo.ecm.platform.annotations.repository
 

Classes in org.nuxeo.ecm.platform.annotations.repository that implement UriResolver
 class DefaultNuxeoUriResolver
           
 

Uses of UriResolver in org.nuxeo.ecm.platform.annotations.service
 

Classes in org.nuxeo.ecm.platform.annotations.service that implement UriResolver
 class DefaultUriResolver
           
 

Methods in org.nuxeo.ecm.platform.annotations.service that return UriResolver
 UriResolver AnnotationConfigurationServiceImpl.getUriResolver()
           
 UriResolver AnnotationConfigurationService.getUriResolver()
           
 

Methods in org.nuxeo.ecm.platform.annotations.service with parameters of type UriResolver
 void AnnotationConfigurationServiceImpl.setUriResolver(UriResolver resolver)
           
 void AnnotationConfigurationService.setUriResolver(UriResolver resolver)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.