Dto_downloadXml

Mixin that provides the ability to download a view model as XML.

Requires that the view model is a JAXB view model, and implements the Dto marker interface.

API

Dto_downloadXml.java
class Dto_downloadXml {
  Object act(String fileName)
  String default0Act()
}