public interface TranslationDictionaryProcessor
DictionaryModel instances from annotated classes. The runtime bundle supplies
its own default implementation leveraging the OOTB annotations. Bundles can supply their own implementations for
additional processing (e.g., an @En annotation might be used to define a default english translation), by using the
Sling-Translate-Processors bundle header with a comma-separated list of processor class names.| Modifier and Type | Method and Description |
|---|---|
void |
process(DictionaryModel model)
Process the provided model, based on the annotated class exposed by
DictionaryModel.getDictionaryClass(). |
void process(DictionaryModel model)
DictionaryModel.getDictionaryClass().model - Copyright © 2017 ICF-Olson. All rights reserved.