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

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.AudioTag
All Implemented Interfaces:
BodyTag, IterationTag, ParamTag.Parametric, Serializable, Tag

public class AudioTag
extends AbstractVUITag

Voice UI for grammar tag

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

Field Summary
protected  String exprAttr
           
protected  String fetchhintAttr
           
protected  String fetchtimeoutAttr
           
protected static org.apache.commons.logging.Log log
           
protected  String maxageAttr
           
protected  String maxstaleAttr
           
protected  String personaAttr
           
protected  String srcAttr
           
protected  String ttsAttr
           
 
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
AudioTag()
           
 
Method Summary
 String getExpr()
           
 String getFetchhint()
           
 String getFetchtimeout()
           
 String getFooterTemplate()
           
 String getHeaderTemplate()
           
 String getMaxage()
           
 String getMaxstale()
           
 String getPersona()
           
 String getSrc()
           
 String getTts()
           
protected  void initializeAttributes()
           
 void setExpr(String aName)
           
 void setFetchhint(String aName)
           
 void setFetchtimeout(String aName)
           
 void setMaxage(String aName)
           
 void setMaxstale(String aName)
           
 void setPersona(String aName)
           
 void setSrc(String aName)
           
 void setTts(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

exprAttr

protected String exprAttr

fetchhintAttr

protected String fetchhintAttr

fetchtimeoutAttr

protected String fetchtimeoutAttr

maxageAttr

protected String maxageAttr

maxstaleAttr

protected String maxstaleAttr

personaAttr

protected String personaAttr

srcAttr

protected String srcAttr

ttsAttr

protected String ttsAttr
Constructor Detail

AudioTag

public AudioTag()
Method Detail

setExpr

public void setExpr(String aName)

getExpr

public String getExpr()

setFetchhint

public void setFetchhint(String aName)

getFetchhint

public String getFetchhint()

setFetchtimeout

public void setFetchtimeout(String aName)

getFetchtimeout

public String getFetchtimeout()

getFooterTemplate

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

getHeaderTemplate

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

setMaxage

public void setMaxage(String aName)

getMaxage

public String getMaxage()

setMaxstale

public void setMaxstale(String aName)

getMaxstale

public String getMaxstale()

setPersona

public void setPersona(String aName)

getPersona

public String getPersona()

setSrc

public void setSrc(String aName)

getSrc

public String getSrc()

setTts

public void setTts(String aName)

getTts

public String getTts()

initializeAttributes

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

WebWork Project Page