com.atlassian.confluence.importexport.resolvers
Class ClassPathURIResolver

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

public class ClassPathURIResolver
extends Object
implements URIResolver

Resolver that attempts to resolve or find a resource in the class path.


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

Constructor Detail

ClassPathURIResolver

public ClassPathURIResolver()
Method Detail

resolve

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


Copyright © 2003-2013 Atlassian. All Rights Reserved.