webwork.view.taglib.ui
Class AbstractHTMLListTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bywebwork.view.taglib.WebWorkBodyTagSupport
              extended bywebwork.view.taglib.ui.ComponentTag
                  extended bywebwork.view.taglib.ui.AbstractHTMLComponentTag
                      extended bywebwork.view.taglib.ui.AbstractHTMLListTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, ParamTag.Parametric, java.io.Serializable, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
RadioTag, SelectTag

public class AbstractHTMLListTag
extends AbstractHTMLComponentTag

See Also:
Serialized Form

Field Summary
protected  java.lang.String list
           
protected  java.lang.String listKey
           
protected  java.lang.String listValue
           
protected  boolean useMap
           
 
Fields inherited from class webwork.view.taglib.ui.AbstractHTMLComponentTag
disabledAttr, onchangeAttr, tabindexAttr
 
Fields inherited from class webwork.view.taglib.ui.ComponentTag
labelAttr, labelPositionAttr, log, nameAttr, params, templateAttr, templateDir, templateSuffix, theme, themeAttr, valueAttr
 
Fields inherited from class webwork.view.taglib.WebWorkBodyTagSupport
stack
 
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
AbstractHTMLListTag()
           
 
Method Summary
 int doEndTag()
           
 void release()
           
 void setList(java.lang.String aList)
           
 void setListKey(java.lang.String aKey)
           
 void setListValue(java.lang.String aValue)
           
 
Methods inherited from class webwork.view.taglib.ui.AbstractHTMLComponentTag
setDisabled, setOnchange, setTabindex
 
Methods inherited from class webwork.view.taglib.ui.ComponentTag
addParameter, getParameters, getTemplate, getTemplateDir, getTemplateSuffix, getTheme, memberOf, setLabel, setLabelposition, setName, setTemplate, setTheme, setValue
 
Methods inherited from class webwork.view.taglib.WebWorkBodyTagSupport
findString, findValue, getStack, setPageContext, setParent, toString
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, 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
 

Field Detail

useMap

protected boolean useMap

list

protected java.lang.String list

listKey

protected java.lang.String listKey

listValue

protected java.lang.String listValue
Constructor Detail

AbstractHTMLListTag

public AbstractHTMLListTag()
Method Detail

setList

public void setList(java.lang.String aList)

setListKey

public void setListKey(java.lang.String aKey)

setListValue

public void setListValue(java.lang.String aValue)

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class AbstractHTMLComponentTag
Throws:
javax.servlet.jsp.JspException

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class WebWorkBodyTagSupport


Copyright © 2001-2003 WebWork All Rights Reserved.