com.opensymphony.webwork.views.jsp.vui
Class FieldTag
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.FieldTag
- All Implemented Interfaces:
- BodyTag, IterationTag, ParamTag.Parametric, Serializable, Tag
- public class FieldTag
- extends AbstractVUITag
Voice UI for field 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
condAttr
protected String condAttr
modalAttr
protected String modalAttr
nameAttr
protected String nameAttr
slotAttr
protected String slotAttr
typeAttr
protected String typeAttr
FieldTag
public FieldTag()
setCond
public void setCond(String aName)
getCond
public String getCond()
getFooterTemplate
public String getFooterTemplate()
- Specified by:
getFooterTemplate
in class AbstractVUITag
getHeaderTemplate
public String getHeaderTemplate()
- Specified by:
getHeaderTemplate
in class AbstractVUITag
setModal
public void setModal(String aName)
getModal
public String getModal()
setName
public void setName(String aName)
setSlot
public void setSlot(String aName)
getSlot
public String getSlot()
setType
public void setType(String aName)
getType
public String getType()
initializeAttributes
protected void initializeAttributes()
- Specified by:
initializeAttributes
in class AbstractVUITag