Person Context Panel Widget

The configuration of this widget is identical to all previous examples. It has to be associated with a domain definition, SAMPLE_PERSON_XML is used. To allow access to values embedded in XML documents a "marshal" plug-in must also be configured exactly as shown below.

Figure 1. Configuring the Person Context Panel Widget
<?xml version="1.0" encoding="ISO-8859-1"?>
<dc:domains
  <dc:domain name="SAMPLE_PERSON_XML">
    <dc:plug-in
      name="view-renderer"
      class="sample.PersonContextPanelViewRenderer"
      />
    <dc:plug-in
      name="marshal"
      class="curam.util.client.domain.marshal.SimpleXPathMarshal"
      />
  </dc:domain>

</dc:domains>