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 TransformerFactory
Returns a {TransformerFactory} using the strategy for resolution provided by the underlying implementation.
-
Method Details
-
of
-
getInstance
-
getResolvedXsltTransformerFactory
-
resolveTransformerFactory
Description copied from interface:XsltTransformerResolver
Returns a {TransformerFactory} using the strategy for resolution provided by the underlying implementation.- Specified by:
resolveTransformerFactory
in interfaceXsltTransformerResolver
- Returns:
- an instance of TransformerFactory
-