com.opensymphony.webwork.views.jsp.vui
Class GrammarTag
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.GrammarTag
- All Implemented Interfaces:
- BodyTag, IterationTag, ParamTag.Parametric, Serializable, Tag
- public class GrammarTag
- 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
langAttr
protected String langAttr
modeAttr
protected String modeAttr
modelAttr
protected String modelAttr
nameAttr
protected String nameAttr
weightAttr
protected String weightAttr
GrammarTag
public GrammarTag()
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()
setMode
public void setMode(String aName)
getMode
public String getMode()
setModel
public void setModel(String aName)
getModel
public String getModel()
setName
public void setName(String aName)
getName
public String getName()
setWeight
public void setWeight(String aName)
getWeight
public String getWeight()
initializeAttributes
protected void initializeAttributes()
- Specified by:
initializeAttributes
in class AbstractVUITag