程序包 cn.taketoday.web.view.xslt
@NonNullApi
@NonNullFields
package cn.taketoday.web.view.xslt
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
-
类类说明Simple
javax.xml.transform.ErrorListenerimplementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.XSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.ViewResolverimplementation that resolves instances ofXsltViewby translating the supplied view name into the URL of the XSLT stylesheet.