org.speakright.core.render.voicexml
Class QuestionWriter

java.lang.Object
  extended by org.speakright.core.render.voicexml.QuestionWriter

public class QuestionWriter
extends java.lang.Object

Renders a Question into a VoiceXML field, with all its prompts and grammars.

Author:
IanRaeLaptop

Constructor Summary
QuestionWriter(VoiceXMLSpeechPageWriter pageWriter)
           
 
Method Summary
 void render(Question quest, int fieldNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionWriter

public QuestionWriter(VoiceXMLSpeechPageWriter pageWriter)
Method Detail

render

public void render(Question quest,
                   int fieldNum)