类 XsltView

  • 所有已实现的接口:
    Aware, BeanNameAware, InitializingBean, ApplicationContextAware, ServletContextAware, View

    public class XsltView
    extends AbstractUrlBasedView
    XSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.

    The XSLT Source object is supplied as a parameter in the model and then detected during response rendering. Users can either specify a specific entry in the model via the sourceKey property or have Spring locate the Source object. This class also provides basic conversion of objects into Source implementations. See here for more details.

    All model parameters are passed to the XSLT Transformer as parameters. In addition the user can configure output properties to be passed to the Transformer.

    从以下版本开始:
    2.0
    作者:
    Rob Harrop, Juergen Hoeller