org.jvoicexml
Interface Application

All Known Implementing Classes:
JVoiceXmlApplication

public interface Application

An Application is a set of documents sharing the same application root document.

Whenever the user interacts with a document in an application, its application root document is also loaded. The application root document remains loaded while the user is transitioning between other documents in the same application, and it is unloaded when the user transitions to a document that is not in the application. While it is loaded, the application root document's variables are available to the other documents as application variables, and its grammars remain active for the duration of the application.

Since:
0.4
Version:
$LastChangedRevision: 182 $

Copyright © 2006 JVoiceXML group - http://jvoicexml.sourceforge.net/

Author:
Dirk Schnelle

Method Summary
 URI getCurrentUri()
          Retrieves the URI of the current document.
 

Method Detail

getCurrentUri

URI getCurrentUri()
Retrieves the URI of the current document.

Returns:
URI of the current document


Copyright © 2005-2007 JVoiceXML group.