DLESE Tools
v1.6.0

org.dlese.dpc.vocab.tags.opml
Class MetadataVocabSetResponseValueTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.dlese.dpc.vocab.tags.opml.MetadataVocabTag
          extended by org.dlese.dpc.vocab.tags.opml.MetadataVocabSetResponseValueTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class MetadataVocabSetResponseValueTag
extends MetadataVocabTag

Tag handler for setting a single value of a response list for reproducing as an OPML subset wtih MetadataVocabGetResponseOPMLTag

Author:
Ryan Deardorff
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.dlese.dpc.vocab.tags.opml.MetadataVocabTag
audience, field, language, metaFormat, metaVersion, stringUtil, subGroup, 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
MetadataVocabSetResponseValueTag()
           
 
Method Summary
 int doEndTag()
          Description of the Method
 int doStartTag()
          Set one of a potential list of response values
 void release()
          Description of the Method
 void setValue(String value)
          Sets the value attribute of the MetadataVocabSetResponseTag object
 
Methods inherited from class org.dlese.dpc.vocab.tags.opml.MetadataVocabTag
setAudience, setField, setLanguage, setMetaFormat, setSubGroup, setupTag
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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

MetadataVocabSetResponseValueTag

public MetadataVocabSetResponseValueTag()
Method Detail

setValue

public void setValue(String value)
Sets the value attribute of the MetadataVocabSetResponseTag object

Parameters:
value - The new value value

doStartTag

public int doStartTag()
               throws JspException
Set one of a potential list of response values

Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Returns:
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Description of the Method

Specified by:
doEndTag in interface Tag
Overrides:
doEndTag in class TagSupport
Returns:
Throws:
JspException

release

public void release()
Description of the Method

Specified by:
release in interface Tag
Overrides:
release in class MetadataVocabTag

DLESE Tools
v1.6.0