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

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

Field Summary
protected  String condAttr
           
protected static org.apache.commons.logging.Log log
           
protected  String modalAttr
           
protected  String nameAttr
           
protected  String slotAttr
           
protected  String typeAttr
           
 
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
FieldTag()
           
 
Method Summary
 String getCond()
           
 String getFooterTemplate()
           
 String getHeaderTemplate()
           
 String getModal()
           
 String getSlot()
           
 String getType()
           
protected  void initializeAttributes()
           
 void setCond(String aName)
           
 void setModal(String aName)
           
 void setName(String aName)
           
 void setSlot(String aName)
           
 void setType(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

condAttr

protected String condAttr

modalAttr

protected String modalAttr

nameAttr

protected String nameAttr

slotAttr

protected String slotAttr

typeAttr

protected String typeAttr
Constructor Detail

FieldTag

public FieldTag()
Method Detail

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

WebWork Project Page