Package com.atlassian.confluence.xml
Class ExportXsltTransformerResolver
java.lang.Object
com.atlassian.confluence.xml.ExportXsltTransformerResolver
- All Implemented Interfaces:
XsltTransformerResolver
The
XsltTransformerResolver used for export purposes.
This implementation will use Xalan by default, but this can be overriden by providing the system property
"com.atlassian.confluence.export.xslt.implementation=FQCNOfFactoryClass".-
Method Summary
Modifier and TypeMethodDescriptionstatic TransformerFactoryReturns a {TransformerFactory} using the strategy for resolution provided by the underlying implementation.
-
Method Details
-
of
-
getInstance
-
getResolvedXsltTransformerFactory
-
resolveTransformerFactory
Description copied from interface:XsltTransformerResolverReturns a {TransformerFactory} using the strategy for resolution provided by the underlying implementation.- Specified by:
resolveTransformerFactoryin interfaceXsltTransformerResolver- Returns:
- an instance of TransformerFactory
-