Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Refactoring MediaFilterManager for greater reuse and flexibility

This tutorial will cover the refactoring of the MediaFilter framework for DSpace, freeing Mediafilter configuration to be reused on other parts of the codebase.

...

  1. List of Classnames are in "filter.plugins" property in DSpace configuration
  2. Wiki MarkupList of Input BitstreamFormats that are supported by the filter are configured as a lookup of individual filter property lists lists "filter.\[~mdiggory:FILTER-PLUGIN-CLASS\]inputFormats";

List of Format Strings is maintained separately from the fitleres themselves, thus we have two in memory "lookup lists" to deal with in mediafilter manager

...