com.atlassian.confluence.importexport.resolvers
Class DelegatingURIResolver

java.lang.Object
  extended by com.atlassian.confluence.importexport.resolvers.DelegatingURIResolver
All Implemented Interfaces:
URIResolver

public class DelegatingURIResolver
extends Object
implements URIResolver

Attempts to resolve a URI against the list of resolvers passed in. This allows URI resolving to be easily extended.


Constructor Summary
DelegatingURIResolver()
           
 
Method Summary
 Source resolve(String href, String base)
           
 void setUriResolvers(List uriResolvers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingURIResolver

public DelegatingURIResolver()
Method Detail

resolve

public Source resolve(String href,
                      String base)
               throws TransformerException
Specified by:
resolve in interface URIResolver
Throws:
TransformerException

setUriResolvers

public void setUriResolvers(List uriResolvers)


Copyright © 2003-2012 Atlassian. All Rights Reserved.