Java org.springframework.web.servlet.view.xslt XsltView fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.view.xslt XsltView fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.view.xslt XsltView.

The text is from its open source code.

Constructor

Method

voidsetApplicationContext(@Nullable ApplicationContext context)
voidsetSourceKey(String sourceKey)
Set the name of the model attribute that represents the XSLT Source.
voidsetUrl(@Nullable String url)
Set the URL of the resource that this view wraps.