org.speakright.demos.simpsons
Class AppFactory

java.lang.Object
  extended by org.speakright.core.SRFactory
      extended by org.speakright.demos.simpsons.AppFactory

public class AppFactory
extends SRFactory


Field Summary
 Model M
           
 
Constructor Summary
AppFactory()
           
 
Method Summary
 void onCreateRunner(SRRunner run)
          A method you can override to do any addional initialization.
 
Methods inherited from class org.speakright.core.SRFactory
createRunner, initUrls, reInitRunner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

M

public Model M
Constructor Detail

AppFactory

public AppFactory()
Method Detail

onCreateRunner

public void onCreateRunner(SRRunner run)
Description copied from class: SRFactory
A method you can override to do any addional initialization. Things apps may want to do here: - setting model and binder - registering prompt file - set extension factory Note. The ISRServlet.initLocations is done after onCreateRunner

Overrides:
onCreateRunner in class SRFactory
Parameters:
run - has been initialized by createRunner