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

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.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

Field Summary
protected  String langAttr
           
protected static org.apache.commons.logging.Log log
           
protected  String modeAttr
           
protected  String modelAttr
           
protected  String nameAttr
           
protected  String weightAttr
           
 
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
GrammarTag()
           
 
Method Summary
 String getFooterTemplate()
           
 String getHeaderTemplate()
           
 String getLang()
           
 String getMode()
           
 String getModel()
           
 String getName()
           
 String getWeight()
           
protected  void initializeAttributes()
           
 void setLang(String aName)
           
 void setMode(String aName)
           
 void setModel(String aName)
           
 void setName(String aName)
           
 void setWeight(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

langAttr

protected String langAttr

modeAttr

protected String modeAttr

modelAttr

protected String modelAttr

nameAttr

protected String nameAttr

weightAttr

protected String weightAttr
Constructor Detail

GrammarTag

public GrammarTag()
Method Detail

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

WebWork Project Page