A B C D E F G H I L M N O P Q R S T U V W X

O

o(String) - Method in class org.speakright.core.render.html.HTMLSpeechPageWriter
 
o(String) - Method in class org.speakright.core.render.voicexml.VoiceXMLSpeechPageWriter
 
onActivateFlow(int, IFlow) - Method in interface org.speakright.core.ISRInstrumentation
A flow has been activated (pushed onto the flow stack.
onBegin(IFlowContext) - Method in class org.speakright.core.FlowBase
The default implementation of onBegin is to do nothing.
onBegin(IFlowContext) - Method in class org.speakright.core.flows.SRApp
Invokes getWelcome, getMainLoop, and getGoodbye.
onBegin(IFlowContext) - Method in interface org.speakright.core.IFlow
The first method called when a flow is executed.
onBegin(IFlowContext) - Method in class org.speakright.core.tests.MyFlow
 
onBegin(IFlowContext) - Method in class org.speakright.core.tests.MyMenu
 
onBegin(IFlowContext) - Method in class org.speakright.core.TrailWrapper
 
onBegin(IFlowContext) - Method in class org.speakright.demos.simpsons.App.AskCharacter
 
onBegin(IFlowContext) - Method in class org.speakright.demos.simpsons.App
 
onBegin(IFlowContext) - Method in class org.speakright.demos.simpsons.App.VotingResultsList
 
onCallBegin(int, IFlow) - Method in interface org.speakright.core.ISRInstrumentation
Starting execution of an app on a call.
onCallEnd(int) - Method in interface org.speakright.core.ISRInstrumentation
Execution of an app has ended.
onCatch(IFlow, SRResults, String, ThrowEvent) - Method in class org.speakright.core.FlowBase
The default implementation of onCatch is to return null, indicating that this object does not handle custom events.
onCatch(IFlow, SRResults, String, ThrowEvent) - Method in class org.speakright.core.flows.BranchFlow
Catch a GotoBranchEvent that is targeted at this object, that is, the event's m_branchName matches our name.
onCatch(IFlow, SRResults, String, ThrowEvent) - Method in class org.speakright.core.flows.SRApp
The default implementation of onCatch is to transfer to the operator.
onCatch(IFlow, SRResults, String, ThrowEvent) - Method in interface org.speakright.core.IFlow
Event handler for custom events.
onCatch(IFlow, SRResults, String, ThrowEvent) - Method in class org.speakright.core.tests.App1
 
onCatch(IFlow, SRResults, String, ThrowEvent) - Method in class org.speakright.core.tests.Flow2Wrapper
 
onCatch(IFlow, SRResults, String, ThrowEvent) - Method in class org.speakright.core.tests.TestSRApp.TestApp3
 
onCatch(IFlow, SRResults, String, ThrowEvent) - Method in class org.speakright.core.TrailWrapper
 
onCatch(IFlow, SRResults, String, ThrowEvent) - Method in class org.speakright.demos.simpsons.App
 
onCatchGotoBranchEvent(BranchFlow.GotoBranchEvent) - Method in class org.speakright.core.flows.BranchFlow
Process the caught GotoBranchEvent.
onComplete() - Method in class org.speakright.core.FlowBase
The default implementation is to return true;
onComplete() - Method in interface org.speakright.core.IFlow
Do any side-effects that should be done when the flow finishes, such as updating a database.
onComplete() - Method in class org.speakright.core.tests.AsyncFlow
 
onComplete() - Method in class org.speakright.core.TrailWrapper
 
onCreateRunner(SRRunner) - Method in class org.speakright.core.SRFactory
A method you can override to do any addional initialization.
onCreateRunner(SRRunner) - Method in class org.speakright.demos.simpsons.AppFactory
 
onDisconnect(IFlow, SRResults) - Method in class org.speakright.core.FlowBase
The default implementation of onDisconnect is to return null, indicating that this object does not handle disconnect events.
onDisconnect(IFlow, SRResults) - Method in class org.speakright.core.flows.SRApp
The default implementation of onDisconnect is to transfer to the operator.
onDisconnect(IFlow, SRResults) - Method in interface org.speakright.core.IFlow
Event handler for a disconnect event.
onDisconnect(IFlow, SRResults) - Method in class org.speakright.core.tests.App1
 
onDisconnect(IFlow, SRResults) - Method in class org.speakright.core.tests.Flow2Wrapper
 
onDisconnect(IFlow, SRResults) - Method in class org.speakright.core.TrailWrapper
 
onEnd(IFlowContext) - Method in class org.speakright.core.FlowBase
The default implementation of onEnd is to do nothing.
onEnd(IFlowContext) - Method in interface org.speakright.core.IFlow
The last method called when a flow is executed.
onEnd(IFlowContext) - Method in class org.speakright.core.tests.MyFlow
 
onEnd(IFlowContext) - Method in class org.speakright.core.TrailWrapper
 
onError(int, IFlow) - Method in interface org.speakright.core.ISRInstrumentation
An error has ocurred.
onExecuteFlow(int, IFlow) - Method in interface org.speakright.core.ISRInstrumentation
A flow is being executed and will now generate a VoiceXML page.
onNo() - Method in class org.speakright.demos.simpsons.App.RelatedCharacterYesNo
 
onNo() - Method in class org.speakright.sro.SROYesNo
 
onNoInput(IFlow, SRResults) - Method in class org.speakright.core.FlowBase
The default implementation of onNoInput is to return null, indicating that this object does not handle no-input events.
onNoInput(IFlow, SRResults) - Method in class org.speakright.core.flows.SRApp
The default implementation of onNoInput is to transfer to the operator.
onNoInput(IFlow, SRResults) - Method in interface org.speakright.core.IFlow
Event handler for the no-input event.
onNoInput(IFlow, SRResults) - Method in class org.speakright.core.tests.MyFlow
 
onNoInput(IFlow, SRResults) - Method in class org.speakright.core.TrailWrapper
 
onPlatformError(IFlow, SRResults) - Method in class org.speakright.core.FlowBase
The default implementation of onCatch is to return null, indicating that this object does not handle platform errors.
onPlatformError(IFlow, SRResults) - Method in class org.speakright.core.flows.SRApp
The default implementation of onPlatformError is to transfer to the operator.
onPlatformError(IFlow, SRResults) - Method in interface org.speakright.core.IFlow
Event handler for a error returned by the speech platform.
onPlatformError(IFlow, SRResults) - Method in class org.speakright.core.TrailWrapper
 
onTransferFailed(IFlow, SRResults) - Method in class org.speakright.core.FlowBase
The default implementation of onCatch is to return null, indicating that this object does not handle transfer failures.
onTransferFailed(IFlow, SRResults) - Method in class org.speakright.core.flows.SRApp
The default implementation of onTransferFailed is to transfer to the operator.
onTransferFailed(IFlow, SRResults) - Method in class org.speakright.core.flows.TransferFlow
Handle a failed transfer.
onTransferFailed(IFlow, SRResults) - Method in interface org.speakright.core.IFlow
Event handler for a failed transfer.
onTransferFailed(IFlow, SRResults) - Method in class org.speakright.core.TrailWrapper
 
onTransferFailed(IFlow, SRResults) - Method in class org.speakright.sro.SROTransferCall
Handle a failed transfer.
onUserInput(int, IFlow, SRResults) - Method in interface org.speakright.core.ISRInstrumentation
 
onValidateFailed(IFlow, SRResults) - Method in class org.speakright.core.FlowBase
The default implementation of onValidateFailed is to return null, indicating that this object does not handle validate-failed events.
onValidateFailed(IFlow, SRResults) - Method in class org.speakright.core.flows.SRApp
The default implementation of onValidateFailed is to transfer to the operator.
onValidateFailed(IFlow, SRResults) - Method in interface org.speakright.core.IFlow
Event handler for validation failed.
onValidateFailed(IFlow, SRResults) - Method in class org.speakright.core.tests.Flow2Wrapper
 
onValidateFailed(IFlow, SRResults) - Method in class org.speakright.core.TrailWrapper
 
onValidateFailed(IFlow, SRResults) - Method in class org.speakright.sro.BaseSROQuestion
 
onYes() - Method in class org.speakright.demos.simpsons.App.RelatedCharacterYesNo
 
onYes() - Method in class org.speakright.demos.simpsons.App.VoteYesNo
 
onYes() - Method in class org.speakright.sro.SROYesNo
 
optionalFlows() - Method in class org.speakright.core.tests.TestNesting
 
optionalFlowsInLoop1() - Method in class org.speakright.core.tests.TestNesting
 
optionalFlowsInLoop2() - Method in class org.speakright.core.tests.TestNesting
 
optionalFlowsInLoop3() - Method in class org.speakright.core.tests.TestNesting
 
optionalFlowsSecond() - Method in class org.speakright.core.tests.TestNesting
 
org.speakright.core.flows - package org.speakright.core.flows
 
org.speakright.core.render - package org.speakright.core.render
 
org.speakright.core.render.html - package org.speakright.core.render.html
 
org.speakright.core.render.mock - package org.speakright.core.render.mock
 
org.speakright.core.render.voicexml - package org.speakright.core.render.voicexml
 
org.speakright.core.tests - package org.speakright.core.tests
 
org.speakright.demos.simpsons - package org.speakright.demos.simpsons
 
org.speakright.itest - package org.speakright.itest
 
org.speakright.servlet - package org.speakright.servlet
 
org.speakright.sro.gen - package org.speakright.sro.gen
 
org.speakright.sro.tests - package org.speakright.sro.tests
 
org.speakright.tools.mgen - package org.speakright.tools.mgen
 
org.speakright.tools.srogen - package org.speakright.tools.srogen
 
OutputXMLTag() - Method in class org.speakright.core.flows.RawContentFlow
get the flag that controls output of the tag
overrideProperty(String, String) - Static method in class org.speakright.core.SRConfig
Add an override value for a property.

A B C D E F G H I L M N O P Q R S T U V W X