spring-framework / org.springframework.web.servlet.view.xslt / XsltView / setTransformerFactoryClass

setTransformerFactoryClass

open fun setTransformerFactoryClass(transformerFactoryClass: Class<out TransformerFactory>): Unit

Specify the XSLT TransformerFactory class to use.

The default constructor of the specified class will be called to build the TransformerFactory for this view.