DLESE Tools
v1.6.0

org.dlese.dpc.vocab.tags
Class MetadataVocabUiLabelTag

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.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

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
MetadataVocabUiLabelTag()
           
 
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 setUseMetaNames(String bool)
          Sets the useMetaNames attribute of the MetadataVocabFieldValueUiLabelTag object
 void setValue(String value)
          Sets the system attribute of the MetadataVocabGetFieldValueUiLabel 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

MetadataVocabUiLabelTag

public MetadataVocabUiLabelTag()
Method Detail

setField

public void setField(String field)
Sets the system attribute of the MetadataVocabGetFieldValueUiLabel object

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

setUseMetaNames

public void setUseMetaNames(String bool)
Sets the useMetaNames attribute of the MetadataVocabFieldValueUiLabelTag object

Parameters:
bool - The new useMetaNames 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

DLESE Tools
v1.6.0