Class DictionaryServiceImpl

java.lang.Object
org.opencastproject.dictionary.none.DictionaryServiceImpl
All Implemented Interfaces:
org.opencastproject.dictionary.api.DictionaryService

public class DictionaryServiceImpl extends Object implements org.opencastproject.dictionary.api.DictionaryService
This dictionary implementation is a dummy implementation which which will just let the whole text pass through without any kind of filtering.
  • Constructor Details

    • DictionaryServiceImpl

      public DictionaryServiceImpl()
  • Method Details

    • cleanUpText

      public org.opencastproject.metadata.mpeg7.Textual cleanUpText(String text)
      Filter the text according to the rules defined by the dictionary implementation used. This implementation will just let the whole text pass through.
      Specified by:
      cleanUpText in interface org.opencastproject.dictionary.api.DictionaryService
      Returns:
      filtered text