spring-framework / org.springframework.web.servlet.view.xml / MarshallingView / <init>

<init>

MarshallingView()

Construct a new MarshallingView with no Marshaller set. The marshaller must be set after construction by invoking #setMarshaller.

MarshallingView(marshaller: Marshaller)

Constructs a new MarshallingView with the given Marshaller set.