Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To handle the example scenario, we'll need two sets of XML configuration files, one set for SingleSearch and another set for MetaLib.

We'll also need a site-specific implementation of the SiteOsidConfiguration API interface. The Our custom SiteOsidConfiguration implementation selects will select the appropriate configuration files at runtime, when the Citations Helper is invoked.

API Interface

The Citations code provides a Java interface that defines methods used by the Citations Helper to find appropriate configuration information for a given user. See:

...