org.speakright.core.render
Class GotoUrl

java.lang.Object
  extended by org.speakright.core.render.FormElement
      extended by org.speakright.core.render.GotoUrl

public class GotoUrl
extends FormElement

Redirects the VoiceXML browser to another URL. Used to to go to some static VoiceXML pages, or to another application. Generates the VoiceXML "goto" tag.

Author:
IanRaeLaptop

Field Summary
 java.lang.String m_url
           
 
Constructor Summary
GotoUrl(java.lang.String url)
           
 
Method Summary
 java.lang.String getUrl()
          used by ST
 
Methods inherited from class org.speakright.core.render.FormElement
renderGrammars, renderPrompts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_url

public java.lang.String m_url
Constructor Detail

GotoUrl

public GotoUrl(java.lang.String url)
Method Detail

getUrl

public java.lang.String getUrl()
used by ST

Returns: