Uses of Interface
org.jvoicexml.interpreter.Dialog

Packages that use Dialog
org.jvoicexml.interpreter Core interpreter. 
org.jvoicexml.interpreter.dialog Classes implementing Dialogs that are interpreted. 
org.jvoicexml.interpreter.event This package contains the classes to capture the events that are coming from the implementation platform. 
 

Uses of Dialog in org.jvoicexml.interpreter
 

Methods in org.jvoicexml.interpreter that return Dialog
 Dialog Dialog.clone()
          Creates a clone of this dialog.
 Dialog FormInterpretationAlgorithm.getDialog()
          Retrieves the current dialog.
 Dialog VoiceXmlInterpreter.getDialog(String id)
          Retrieves the dialog with the given id.
 Dialog VoiceXmlInterpreter.getNextDialog()
          Retrieves the next dialog to process.
 

Methods in org.jvoicexml.interpreter that return types with arguments of type Dialog
 Collection<Dialog> DialogFactory.getDialogs(Vxml vxml)
          Retrieves a collection of all Dialogs in the given VoiceXML document with the help of the given configuration.
 

Methods in org.jvoicexml.interpreter with parameters of type Dialog
 void EventHandler.collect(VoiceXmlInterpreterContext context, VoiceXmlInterpreter interpreter, Dialog dialog)
          Adds all event handlers defined in the given dialog.
 void VoiceXmlInterpreter.process(Dialog dialog)
          Process the given dialog.
 

Constructors in org.jvoicexml.interpreter with parameters of type Dialog
FormInterpretationAlgorithm(VoiceXmlInterpreterContext ctx, VoiceXmlInterpreter ip, Dialog currentDialog)
          Construct a new FIA object.
 

Uses of Dialog in org.jvoicexml.interpreter.dialog
 

Classes in org.jvoicexml.interpreter.dialog that implement Dialog
 class ExecutableMenuForm
          Implementation of a Dialog for the <menu> tag.
 class ExecutablePlainForm
          Implementation of a Dialog for the <form> tag.
 

Methods in org.jvoicexml.interpreter.dialog that return Dialog
 Dialog ExecutablePlainForm.clone()
          Creates a clone of this dialog.
 Dialog ExecutableMenuForm.clone()
          Creates a clone of this dialog.
 

Methods in org.jvoicexml.interpreter.dialog that return types with arguments of type Dialog
 Collection<Dialog> JVoiceXmlDialogFactory.getDialogs(Vxml vxml)
          Retrieves a collection of all Dialogs in the given VoiceXML document with the help of the given configuration.
 

Methods in org.jvoicexml.interpreter.dialog with parameters of type Dialog
 void JVoiceXmlDialogFactory.addDialogMapping(String tag, Dialog dialog)
          Adds the dialog as a template to handle the given tag.
 

Method parameters in org.jvoicexml.interpreter.dialog with type arguments of type Dialog
 void JVoiceXmlDialogFactory.setDialogs(Map<String,Dialog> mappings)
          Adds the given mappings of dialogs to tag names.
 

Uses of Dialog in org.jvoicexml.interpreter.event
 

Methods in org.jvoicexml.interpreter.event with parameters of type Dialog
 void JVoiceXmlEventHandler.collect(VoiceXmlInterpreterContext context, VoiceXmlInterpreter interpreter, Dialog dialog)
          Adds all event handlers defined in the given dialog.
 



Copyright © 2005-2010JVoiceXML group.