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