org.dlese.dpc.vocab.tags.opml
Class MetadataVocabGetOPMLTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.dlese.dpc.vocab.tags.opml.MetadataVocabTag
org.dlese.dpc.vocab.tags.opml.MetadataVocabGetOPMLTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class MetadataVocabGetOPMLTag
- extends MetadataVocabTag
Tag handler for retreiving a vocabulary format/version/audience/language
grouping as OPML
- Author:
- Ryan Deardorff
- See Also:
- Serialized Form
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 |
setField(String field)
Sets the field attribute of the MetadataVocabSetResponseGroupTag object |
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 |
MetadataVocabGetOPMLTag
public MetadataVocabGetOPMLTag()
setField
public void setField(String field)
- Sets the field attribute of the MetadataVocabSetResponseGroupTag object
- Overrides:
setField
in class MetadataVocabTag
- Parameters:
field
- The new field 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