public interface IOptionsProcessor
Options before they are renderer.| Modifier and Type | Method and Description |
|---|---|
void |
processOptions(Options options,
OptionsProcessorContext context)
Processes the given
Options. |
void processOptions(Options options, OptionsProcessorContext context)
Options. This method gives the opportunity to
modify an Options object before it is rendered as JSON. This
class is not part of the public API!options - the Options to process or modify.context - the context containing some context variables that may be accessed
and changed by the processor.Copyright © 2013. All Rights Reserved.