org.dlese.dpc.vocab.tags.opml
Class MetadataVocabSelectListTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.dlese.dpc.vocab.tags.opml.MetadataVocabTag
org.dlese.dpc.vocab.tags.opml.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
Method Summary |
int |
doStartTag()
Description of the Method |
void |
setSize(String size)
Sets the size attribute of the MetadataVocabSelectListTag object |
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 |
MetadataVocabSelectListTag
public MetadataVocabSelectListTag()
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