org.speakright.core.render
Interface IGrammarAdjuster

All Known Implementing Classes:
SRInstance

public interface IGrammarAdjuster

Interface that lets flow objects participate in the grammar rendering done by PromptPipeline.

Author:
IanRaeLaptop

Method Summary
 Grammar fixupGrammar(Grammar gram)
          Make adjustments to the grammar.
 

Method Detail

fixupGrammar

Grammar fixupGrammar(Grammar gram)
Make adjustments to the grammar. This method is invoked at the beginning of the grammar pipeline for rendering grammars into voicexml.

Parameters:
gram - A grammar object that is being rendered
Returns:
null if no adjustments have been made, else grammar