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

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

public class FilledTag
extends AbstractVUITag

Voice UI for filled tag

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

Field Summary
protected  String actionAttr
           
protected  String actionaudioAttr
           
protected static org.apache.commons.logging.Log log
           
protected  String modeAttr
           
protected  String namelistAttr
           
 
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
FilledTag()
           
 
Method Summary
 String getAction()
           
 String getActionaudio()
           
 String getFooterTemplate()
           
 String getHeaderTemplate()
           
 String getMode()
           
 String getNamelist()
           
protected  void initializeAttributes()
           
 void setAction(String aName)
           
 void setActionaudio(String aName)
           
 void setMode(String aName)
           
 void setNamelist(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

actionAttr

protected String actionAttr

actionaudioAttr

protected String actionaudioAttr

modeAttr

protected String modeAttr

namelistAttr

protected String namelistAttr
Constructor Detail

FilledTag

public FilledTag()
Method Detail

setAction

public void setAction(String aName)

getAction

public String getAction()

setActionaudio

public void setActionaudio(String aName)

getActionaudio

public String getActionaudio()

getFooterTemplate

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

getHeaderTemplate

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

setMode

public void setMode(String aName)

getMode

public String getMode()

setNamelist

public void setNamelist(String aName)

getNamelist

public String getNamelist()

initializeAttributes

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

WebWork Project Page