Uses of Class
org.speakright.core.SRRunner

Packages that use SRRunner
org.speakright.core   
org.speakright.core.tests   
org.speakright.demos.simpsons   
org.speakright.itest   
org.speakright.servlet   
 

Uses of SRRunner in org.speakright.core
 

Methods in org.speakright.core that return SRRunner
 SRRunner SRFactory.createRunner(java.lang.String projectDir, java.lang.String returnUrl, java.lang.String baseUrl, ISRServlet servlet)
          Create a runner and initialize it.
 

Methods in org.speakright.core with parameters of type SRRunner
 void SRFactory.initUrls(SRRunner run, java.lang.String returnUrl, java.lang.String baseUrl)
           
protected  void SRFactory.onCreateRunner(SRRunner run)
          A method you can override to do any addional initialization.
 void SRFactory.reInitRunner(SRRunner run, ISRServlet servlet)
          Re-initialize a runner.
 

Uses of SRRunner in org.speakright.core.tests
 

Methods in org.speakright.core.tests that return SRRunner
 SRRunner AppFactory.createRunner()
           
 

Uses of SRRunner in org.speakright.demos.simpsons
 

Methods in org.speakright.demos.simpsons with parameters of type SRRunner
 void AppFactory.onCreateRunner(SRRunner run)
           
 

Uses of SRRunner in org.speakright.itest
 

Methods in org.speakright.itest with parameters of type SRRunner
 void SRInteractiveTester.run(SRRunner run, IFlow flow)
          THIS ONE!
 

Uses of SRRunner in org.speakright.servlet
 

Methods in org.speakright.servlet that return SRRunner
 SRRunner SRServletRunner.createNewSRRunner(javax.servlet.http.HttpServlet servlet)
          Create an SRRunner object for this session (phone call)
 SRRunner SRServletRunner.runner()
           
 

Methods in org.speakright.servlet with parameters of type SRRunner
 void ISRServlet.initLocations(SRRunner run)
          some paths need to be set on each GET or POST.