com.opensymphony.webwork.views.jsp.vui
Class PromptTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bycom.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
              extended bycom.opensymphony.webwork.views.jsp.vui.AbstractVUITag
                  extended bycom.opensymphony.webwork.views.jsp.vui.PromptTag
All Implemented Interfaces:
BodyTag, IterationTag, ParamTag.Parametric, Serializable, Tag

public class PromptTag
extends AbstractVUITag

Voice UI for prompt tag

Version:
$Revision: 1.2 $
Author:
Jeff Haynie (jhaynie@vocalocity.net)
See Also:
Serialized Form

Field Summary
protected  String bargeinAttr
           
protected  String condAttr
           
protected  String countAttr
           
protected  String langAttr
           
protected static org.apache.commons.logging.Log log
           
protected  String timeoutAttr
           
 
Fields inherited from class com.opensymphony.webwork.views.jsp.vui.AbstractVUITag
params, templateFooterAttr, templateHeaderAttr, theme, themeAttr
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
PromptTag()
           
 
Method Summary
 String getBargein()
           
 String getCond()
           
 String getCount()
           
 String getFooterTemplate()
           
 String getHeaderTemplate()
           
 String getLang()
           
 String getTimeout()
           
protected  void initializeAttributes()
           
 void setBargein(String aName)
           
 void setCond(String aName)
           
 void setCount(String aName)
           
 void setLang(String aName)
           
 void setTimeout(String aName)
           
 
Methods inherited from class com.opensymphony.webwork.views.jsp.vui.AbstractVUITag
addParameter, doAfterBody, doEndTag, doStartTag, getBrowserUserAgent, getParameters, getSetParameter, getTemplateDirectory, getTheme, memberOf, setTemplateFooter, setTemplateHeader, setTheme
 
Methods inherited from class com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
findString, findValue, findValue, getStack, toString
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

log

protected static org.apache.commons.logging.Log log

bargeinAttr

protected String bargeinAttr

condAttr

protected String condAttr

countAttr

protected String countAttr

langAttr

protected String langAttr

timeoutAttr

protected String timeoutAttr
Constructor Detail

PromptTag

public PromptTag()
Method Detail

setBargein

public void setBargein(String aName)

getBargein

public String getBargein()

setCond

public void setCond(String aName)

getCond

public String getCond()

setCount

public void setCount(String aName)

getCount

public String getCount()

getFooterTemplate

public String getFooterTemplate()
Specified by:
getFooterTemplate in class AbstractVUITag

getHeaderTemplate

public String getHeaderTemplate()
Specified by:
getHeaderTemplate in class AbstractVUITag

setLang

public void setLang(String aName)

getLang

public String getLang()

setTimeout

public void setTimeout(String aName)

getTimeout

public String getTimeout()

initializeAttributes

protected void initializeAttributes()
Specified by:
initializeAttributes in class AbstractVUITag

WebWork Project Page