Class ClassPathURIResolver
- java.lang.Object
-
- com.atlassian.confluence.importexport.resolvers.ClassPathURIResolver
-
- All Implemented Interfaces:
URIResolver
@Deprecated public class ClassPathURIResolver extends Object implements URIResolver
Deprecated.since 7.14 unusedResolver that attempts to resolve or find a resource in the class path.
-
-
Constructor Summary
Constructors Constructor Description ClassPathURIResolver()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Source
resolve(String href, String base)
Deprecated.
-
-
-
Method Detail
-
resolve
public Source resolve(String href, String base) throws TransformerException
Deprecated.- Specified by:
resolve
in interfaceURIResolver
- Throws:
TransformerException
-
-