org.speakright.core.render.html
Class QuestionWriter

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

public class QuestionWriter
extends java.lang.Object

Renders a Question into an HTML form with all its prompts and grammars.

Author:
IanRaeLaptop

Constructor Summary
QuestionWriter(HTMLSpeechPageWriter 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(HTMLSpeechPageWriter pageWriter)
Method Detail

render

public void render(Question quest,
                   int fieldNum)