com.opensymphony.webwork.views.jsp.vui
Class FilledTag
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.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
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
actionAttr
protected String actionAttr
actionaudioAttr
protected String actionaudioAttr
modeAttr
protected String modeAttr
namelistAttr
protected String namelistAttr
FilledTag
public FilledTag()
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