程序包 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.ErrorListener implementation: 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.
    ViewResolver implementation that resolves instances of XsltView by translating the supplied view name into the URL of the XSLT stylesheet.