org.speakright.core.tests
Class TestWebServlet2.PFlow

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

public static class TestWebServlet2.PFlow
extends PromptFlow

See Also:
Serialized Form

Field Summary
 Model M
           
static java.lang.String the_cityval
           
 
Fields inherited from class org.speakright.core.flows.PromptFlow
m_promptL
 
Constructor Summary
TestWebServlet2.PFlow(java.lang.String text)
           
 
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

the_cityval

public static java.lang.String the_cityval
Constructor Detail

TestWebServlet2.PFlow

public TestWebServlet2.PFlow(java.lang.String text)
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.