org.speakright.core.tests
Class TestRender.YouSaidFlow

java.lang.Object
  extended by org.speakright.core.FlowBase
      extended by org.speakright.core.flows.PromptFlow
          extended by org.speakright.core.tests.TestRender.YouSaidFlow
All Implemented Interfaces:
java.io.Serializable, IFlow
Enclosing class:
TestRender

public class TestRender.YouSaidFlow
extends PromptFlow

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.speakright.core.flows.PromptFlow
m_promptL
 
Constructor Summary
TestRender.YouSaidFlow()
           
 
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
 

Constructor Detail

TestRender.YouSaidFlow

public TestRender.YouSaidFlow()
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.