org.dlese.dpc.vocab.tags.opml
Class MetadataVocabUiLabelTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.dlese.dpc.vocab.tags.opml.MetadataVocabTag
org.dlese.dpc.vocab.tags.opml.MetadataVocabUiLabelTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class MetadataVocabUiLabelTag
- 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 |
setField(String field)
Sets the system attribute of the MetadataVocabGetFieldValueUiLabel object |
void |
setGetAbbreviated(String bool)
Sets the getAbbreviated attribute of the MetadataVocabUiLabelTag object |
void |
setValue(String value)
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 |
MetadataVocabUiLabelTag
public MetadataVocabUiLabelTag()
setField
public void setField(String field)
- Sets the system attribute of the MetadataVocabGetFieldValueUiLabel object
- Overrides:
setField
in class MetadataVocabTag
- Parameters:
field
- The new fieldId value
setValue
public void setValue(String value)
- Sets the system attribute of the MetadataVocabGetFieldValueUiLabel object
- Parameters:
value
- The new value value
setGetAbbreviated
public void setGetAbbreviated(String bool)
- Sets the getAbbreviated attribute of the MetadataVocabUiLabelTag object
- Parameters:
bool
- The new getAbbreviated value
doStartTag
public int doStartTag()
throws JspException
- Start tag
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class TagSupport
- Returns:
-
- Throws:
JspException