org.modeshape.web.jcr.webdav
Interface UriResolver


public interface UriResolver

Resolves the given URI into a path in a JCR workspace

Implementations need not be thread-safe.


Method Summary
 String resolve(String uri)
           
 

Method Detail

resolve

String resolve(String uri)
Parameters:
uri - a given URI
Returns:
the JCR path that corresponds to this URI in the current mapping scheme


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.