org.speakright.demos.simpsons
Class App.CharacterDescription

java.lang.Object
  extended by org.speakright.core.FlowBase
      extended by org.speakright.core.flows.PromptFlow
          extended by org.speakright.demos.simpsons.App.CharacterDescription
All Implemented Interfaces:
java.io.Serializable, IFlow
Enclosing class:
App

public static class App.CharacterDescription
extends PromptFlow

See Also:
Serialized Form

Field Summary
 Model M
           
 
Fields inherited from class org.speakright.core.flows.PromptFlow
m_promptL
 
Constructor Summary
App.CharacterDescription()
           
 
Method Summary
 void execute(IExecutionContext context)
          The default implementation of execute is to render this object.
 
Methods inherited from class org.speakright.core.flows.PromptFlow
addPrompt, bargeIn, createRenderer, firstPrompt, setBargeIn
 
Methods inherited from class org.speakright.core.FlowBase
executionCount, fixupGrammar, fixupPrompt, getFirst, getNext, getSubFlowAfter, log, logError, name, onBegin, onCatch, onComplete, onDisconnect, onEnd, onNoInput, onPlatformError, onTransferFailed, onValidateFailed, promptGroup, setExecutionCount, setName, setPromptGroup, shouldExecute, validateInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

M

public Model M
Constructor Detail

App.CharacterDescription

public App.CharacterDescription()
Method Detail

execute

public void execute(IExecutionContext context)
Description copied from class: FlowBase
The default implementation of execute is to render this object. However the default rendering is a 'silent' voicexml page.

Specified by:
execute in interface IFlow
Overrides:
execute in class FlowBase
Parameters:
context - Contains the page renderer.