org.dlese.dpc.vocab.tags.opml
Class MetadataVocabGetResponseOPMLTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.dlese.dpc.vocab.tags.opml.MetadataVocabTag
org.dlese.dpc.vocab.tags.opml.MetadataVocabGetResponseOPMLTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class MetadataVocabGetResponseOPMLTag
- extends MetadataVocabTag
Tag handler for retreiving vocabulary responses re-ordered/grouped as OPML
- Author:
- Ryan Deardorff
- See Also:
- Serialized Form
Method Summary |
int |
doEndTag()
Description of the Method |
int |
doStartTag()
Get OPML subset defined by responses cached using
MetadataVocabSetResponseTag |
void |
release()
Description of the Method |
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 |
MetadataVocabGetResponseOPMLTag
public MetadataVocabGetResponseOPMLTag()
doStartTag
public int doStartTag()
throws JspException
- Get OPML subset defined by responses cached using
MetadataVocabSetResponseTag
- 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