Java org.springframework.web.servlet.view.xml MarshallingView fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.web.servlet.view.xml.MarshallingView has subclasses.
Click this link to see all its subclasses.

Constructor

MarshallingView()
Construct a new MarshallingView with no Marshaller set.
MarshallingView(Marshaller marshaller)
Constructs a new MarshallingView with the given Marshaller set.

Method

voidsetMarshaller(Marshaller marshaller)
Set the Marshaller to be used by this view.
voidsetModelKey(String modelKey)
Set the name of the model key that represents the object to be marshalled.