Uses of Interface
org.speakright.core.IExecutionContext

Packages that use IExecutionContext
org.speakright.core   
org.speakright.core.tests   
org.speakright.demos.simpsons   
org.speakright.sro   
org.speakright.sro.gen   
org.speakright.sro.tests   
 

Uses of IExecutionContext in org.speakright.core
 

Classes in org.speakright.core that implement IExecutionContext
 class ExecutionContext
          Contains the VoiceXML page renderer.
 

Methods in org.speakright.core with parameters of type IExecutionContext
 void FlowBase.execute(IExecutionContext context)
          The default implementation of execute is to render this object.
 void IFlow.execute(IExecutionContext context)
          Generates a VoiceXML page, which is sent to the speech platform for execution.
 void TrailWrapper.execute(IExecutionContext context)
           
 

Uses of IExecutionContext in org.speakright.core.tests
 

Methods in org.speakright.core.tests with parameters of type IExecutionContext
 void TestWebServlet2.PFlow.execute(IExecutionContext context)
           
 void TestRender.ZFlow.execute(IExecutionContext context)
           
 void TestRender.YouSaidFlow.execute(IExecutionContext context)
           
 void MyFlow.execute(IExecutionContext context)
           
 

Uses of IExecutionContext in org.speakright.demos.simpsons
 

Methods in org.speakright.demos.simpsons with parameters of type IExecutionContext
 void App.CharacterDescription.execute(IExecutionContext context)
           
 void App.RelatedCharacterYesNo.execute(IExecutionContext context)
           
 

Uses of IExecutionContext in org.speakright.sro
 

Methods in org.speakright.sro with parameters of type IExecutionContext
 void SROListNavigator.execute(IExecutionContext context)
           
 void BaseSROQuestion.execute(IExecutionContext context)
           
 void SROTransferCall.execute(IExecutionContext context)
           
protected  void BaseSROQuestion.initMainPrompt(IExecutionContext context, java.lang.String normal, java.lang.String validationFailed, java.lang.String confirmationWasRejected)
          A common pattern is that the main prompt changes depending on whether this is the first time we've asked the question, or we're re-asking the question because of validation-failure or confirmation-rejection.
 void SRONumber.initPrompts(IExecutionContext context)
           
 void SROChoice.initPrompts(IExecutionContext context)
           
 void SRODigitString.initPrompts(IExecutionContext context)
           
 void SROListNavigator.initPrompts(IExecutionContext context)
           
protected  void BaseSROQuestion.initPrompts(IExecutionContext context)
           
protected  void BaseSROQuestion.setSubjectPlurality(int num, IExecutionContext context)
           
 

Uses of IExecutionContext in org.speakright.sro.gen
 

Methods in org.speakright.sro.gen with parameters of type IExecutionContext
 void genSROYesNo.execute(IExecutionContext context)
           
 void genSROTransferCall.execute(IExecutionContext context)
           
 void genSRONumber.execute(IExecutionContext context)
           
 void genSROListNavigator.execute(IExecutionContext context)
           
 void genSRODigitString.execute(IExecutionContext context)
           
 void genSROConfirmYesNo.execute(IExecutionContext context)
           
 void genSROChoice.execute(IExecutionContext context)
           
 void BaseSROSayDate.execute(IExecutionContext context)
           
 

Uses of IExecutionContext in org.speakright.sro.tests
 

Methods in org.speakright.sro.tests with parameters of type IExecutionContext
 void TestNumber.genSROQuantity.execute(IExecutionContext context)
           
 void TestNumber.genSROQuantity.initPrompts(IExecutionContext context)
           
 void TestNumber.SROQuantity.initPrompts(IExecutionContext context)