Class DictionaryServiceImpl
java.lang.Object
org.opencastproject.dictionary.none.DictionaryServiceImpl
- All Implemented Interfaces:
DictionaryService
This dictionary implementation is a dummy implementation which which will
just let the whole text pass through without any kind of filtering.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncleanUpText(String text) Filter the text according to the rules defined by the dictionary implementation used.
-
Constructor Details
-
DictionaryServiceImpl
public DictionaryServiceImpl()
-
-
Method Details
-
cleanUpText
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:
cleanUpTextin interfaceDictionaryService- Returns:
- filtered text
-