DLESE Tools
v1.6.0

org.dlese.dpc.vocab.tags
Class MetadataVocabSelectListTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.dlese.dpc.vocab.tags.MetadataVocabTag
          extended by org.dlese.dpc.vocab.tags.MetadataVocabSelectListTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class MetadataVocabSelectListTag
extends MetadataVocabTag

Tag handler for rendering vocabulary select list inputs

Author:
Ryan Deardorff
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.dlese.dpc.vocab.tags.MetadataVocabTag
group, interfce, language, stringUtil, system, vocab
 
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
MetadataVocabSelectListTag()
           
 
Method Summary
 int doStartTag()
          Description of the Method
 void setSize(String size)
          Sets the size attribute of the MetadataVocabSelectListTag object
 
Methods inherited from class org.dlese.dpc.vocab.tags.MetadataVocabTag
release, setGroup, setInterface, setLanguage, setSystem, setupTag
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, 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
 

Constructor Detail

MetadataVocabSelectListTag

public MetadataVocabSelectListTag()
Method Detail

setSize

public void setSize(String size)
Sets the size attribute of the MetadataVocabSelectListTag object

Parameters:
size - The new size value

doStartTag

public int doStartTag()
               throws JspException
Description of the Method

Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Returns:
Throws:
JspException

DLESE Tools
v1.6.0