com.opensymphony.webwork.views.jsp.vui
Class AudioTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
com.opensymphony.webwork.views.jsp.vui.AbstractVUITag
com.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AudioTag
public AudioTag()
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