org.dlese.dpc.vocab.tags.opml
Class MetadataVocabUiDisplayTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.dlese.dpc.vocab.tags.opml.MetadataVocabTag
org.dlese.dpc.vocab.tags.opml.MetadataVocabUiDisplayTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class MetadataVocabUiDisplayTag
- extends MetadataVocabTag
Tag handler for retreiving the "display" attribute of the given field and
value
- Author:
- Ryan Deardorff
- See Also:
- Serialized Form
Method Summary |
int |
doStartTag()
Start tag |
void |
setField(String field)
Sets the field attribute of the MetadataVocabUiDisplayTag object |
void |
setValue(String value)
Sets the value attribute of the MetadataVocabUiDisplayTag 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 |
MetadataVocabUiDisplayTag
public MetadataVocabUiDisplayTag()
setField
public void setField(String field)
- Sets the field attribute of the MetadataVocabUiDisplayTag object
- Overrides:
setField
in class MetadataVocabTag
- Parameters:
field
- The new field value
setValue
public void setValue(String value)
- Sets the value attribute of the MetadataVocabUiDisplayTag object
- Parameters:
value
- The new value value
doStartTag
public int doStartTag()
throws JspException
- Start tag
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class TagSupport
- Returns:
-
- Throws:
JspException