|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.speakright.core.render.FormElement
public class FormElement
Base class for anything we render on a form. We use StringTemplate for the low-level voicexml formatting, but still need form elements to represent important things on a speech page.
| Constructor Summary | |
|---|---|
FormElement()
|
|
| Method Summary | |
|---|---|
void |
renderGrammars(GrammarPipeline pipeline)
Render any grammars in this element using the pipeline. |
void |
renderPrompts(PromptPipeline pipeline)
Render any prompts in this element using the pipeline. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormElement()
| Method Detail |
|---|
public void renderPrompts(PromptPipeline pipeline)
pipeline - public void renderGrammars(GrammarPipeline pipeline)
pipeline -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||