@Retention(value=CLASS)
@Target(value=METHOD)
public @interface XmlView
Mark a command method return value shall be displayed as a XML object. e.g
<item>
<id>__act_app_stop</id>
<onetime>true</onetime>
<trigger>null</trigger>
</item>
<item>
<id>__act_app_app_act_plugin_loaded</id>
<onetime>true</onetime>
<trigger>null</trigger>
</item> XmlView can be used in conjunction with PropertySpec to export only specified fields
TableView,
JsonView,
CsvView,
PropertySpecCopyright © 2014–2017 ActFramework. All rights reserved.