Uses of Interface
org.speakright.core.ISRExtensionFactory

Packages that use ISRExtensionFactory
org.speakright.core   
org.speakright.core.tests   
org.speakright.itest   
org.speakright.servlet   
org.speakright.sro.tests   
 

Uses of ISRExtensionFactory in org.speakright.core
 

Classes in org.speakright.core that implement ISRExtensionFactory
 class StandardFactory
          Our standard extension point factory.
 

Methods in org.speakright.core with parameters of type ISRExtensionFactory
 void SRInstance.setExtensionFactory(ISRExtensionFactory factory)
          Set the extension point factory.
 void SRRunner.setExtensionFactory(ISRExtensionFactory factory)
          Set the extension point factory.
 

Uses of ISRExtensionFactory in org.speakright.core.tests
 

Classes in org.speakright.core.tests that implement ISRExtensionFactory
 class BaseTest
          Base class for all Junit tests that use SRInstance.
 class TestApp1
           
 class TestAppWithLoop
           
 class TestConfig
           
 class TestConfirmation
           
 class TestContentDumping
           
 class TestCore
           
 class TestGrammar
           
 class TestHTML
           
 class TestLog
           
 class TestMiscellaneous
           
 class TestModel
           
 class TestNesting
           
 class TestPrompts
           
 class TestResults
           
 class TestSerialization
           
 class TestSRApp
           
 class TestStringTemplate
           
 class TestTransfer
           
 class TestWebServlet2
           
 

Uses of ISRExtensionFactory in org.speakright.itest
 

Classes in org.speakright.itest that implement ISRExtensionFactory
 class SRInteractiveTester
          An interactive tester for console applications.
 

Uses of ISRExtensionFactory in org.speakright.servlet
 

Classes in org.speakright.servlet that implement ISRExtensionFactory
 class SRServletRunner
          Manages running a SpeakRight application inside a servlet.
 

Uses of ISRExtensionFactory in org.speakright.sro.tests
 

Classes in org.speakright.sro.tests that implement ISRExtensionFactory
 class TestChoice
           
 class TestDigitString
           
 class TestListNavigator
           
 class TestNumber
           
 class TestTransferCall
           
 class TestYesNo