com.opensymphony.webwork.views.jsp.ui
Class AbstractDoubleListTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.opensymphony.webwork.views.jsp.WebWorkTagSupport
          extended bycom.opensymphony.webwork.views.jsp.ParameterizedTagSupport
              extended bycom.opensymphony.webwork.views.jsp.ui.AbstractUITag
                  extended bycom.opensymphony.webwork.views.jsp.ui.AbstractListTag
                      extended bycom.opensymphony.webwork.views.jsp.ui.AbstractDoubleListTag
All Implemented Interfaces:
IterationTag, ParamTag.Parametric, Serializable, Tag
Direct Known Subclasses:
DoubleSelectTag

public abstract class AbstractDoubleListTag
extends AbstractListTag

Author:
Mathias Bogaert
See Also:
Serialized Form

Field Summary
protected  String doubleListAttr
           
protected  String doubleListKeyAttr
           
protected  String doubleListValueAttr
           
protected  String doubleNameAttr
           
protected  String doubleValueAttr
           
protected  String formNameAttr
           
 
Fields inherited from class com.opensymphony.webwork.views.jsp.ui.AbstractListTag
listAttr, listKeyAttr, listValueAttr
 
Fields inherited from class com.opensymphony.webwork.views.jsp.ui.AbstractUITag
cssClassAttr, cssStyleAttr, disabledAttr, labelAttr, labelPositionAttr, nameAttr, onblurAttr, onchangeAttr, onclickAttr, ondblclickAttr, onfocusAttr, onkeydownAttr, onkeypressAttr, onkeyupAttr, onmousedownAttr, onmousemoveAttr, onmouseoutAttr, onmouseoverAttr, onmouseupAttr, onselectAttr, requiredAttr, tabindexAttr, templateAttr, templateDir, theme, themeAttr, valueAttr
 
Fields inherited from class com.opensymphony.webwork.views.jsp.ParameterizedTagSupport
log
 
Fields inherited from class com.opensymphony.webwork.views.jsp.WebWorkTagSupport
ALT_SYNTAX
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
AbstractDoubleListTag()
           
 
Method Summary
 void evaluateExtraParams(com.opensymphony.xwork.util.OgnlValueStack stack)
           
 void setDoubleList(String list)
           
 void setDoubleListKey(String listKey)
           
 void setDoubleListValue(String listValue)
           
 void setDoubleName(String aName)
           
 void setDoubleValue(String doubleValue)
           
 void setFormName(String formName)
           
 
Methods inherited from class com.opensymphony.webwork.views.jsp.ui.AbstractListTag
contains, getValueClassType, setList, setListKey, setListValue
 
Methods inherited from class com.opensymphony.webwork.views.jsp.ui.AbstractUITag
buildTemplateName, doEndTag, doStartTag, evaluateNameValue, evaluateParams, getDefaultTemplate, getTemplateDir, getTemplateName, getTheme, mergeTemplate, setCssClass, setCssStyle, setDisabled, setLabel, setLabelposition, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequired, setTabindex, setTemplate, setTheme, setValue
 
Methods inherited from class com.opensymphony.webwork.views.jsp.ParameterizedTagSupport
addParameter, getParameters, reset
 
Methods inherited from class com.opensymphony.webwork.views.jsp.WebWorkTagSupport
findString, findValue, findValue, getStack, toString, translateVariables
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doubleListAttr

protected String doubleListAttr

doubleListKeyAttr

protected String doubleListKeyAttr

doubleListValueAttr

protected String doubleListValueAttr

doubleNameAttr

protected String doubleNameAttr

doubleValueAttr

protected String doubleValueAttr

formNameAttr

protected String formNameAttr
Constructor Detail

AbstractDoubleListTag

public AbstractDoubleListTag()
Method Detail

setDoubleList

public void setDoubleList(String list)

setDoubleListKey

public void setDoubleListKey(String listKey)

setDoubleListValue

public void setDoubleListValue(String listValue)

setDoubleName

public void setDoubleName(String aName)

setDoubleValue

public void setDoubleValue(String doubleValue)

setFormName

public void setFormName(String formName)

evaluateExtraParams

public void evaluateExtraParams(com.opensymphony.xwork.util.OgnlValueStack stack)
Overrides:
evaluateExtraParams in class AbstractListTag

WebWork Project Page