|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.dlese.dpc.vocab.tags.MetadataVocabTag
public class MetadataVocabTag
Default tag handler for rendering controlled vocabularies. All other vocab tags should extend this!
| Field Summary | |
|---|---|
protected String |
group
Description of the Field |
protected String |
interfce
Description of the Field |
protected String |
language
Description of the Field |
protected StringUtil |
stringUtil
Description of the Field |
protected String |
system
Description of the Field |
protected MetadataVocab |
vocab
Description of the Field |
| 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 | |
|---|---|
MetadataVocabTag()
|
|
| Method Summary | |
|---|---|
void |
release()
Description of the Method |
void |
setGroup(String group)
Group is used to reference a particular spot WITHIN the vocabulary hierarchy. |
void |
setInterface(String interfce)
Interface is a particular UI within a given system. |
void |
setLanguage(String language)
Language will allow for support of internationalization. |
void |
setSystem(String system)
System is the identifier of a particular app, i.e. |
void |
setupTag(PageContext pageContext)
Get the vocab object from the page context and expand system to be a concatenation of system, interface, and language |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, doEndTag, doStartTag, 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 |
| Field Detail |
|---|
protected String system
protected String interfce
protected String language
protected String group
protected MetadataVocab vocab
protected StringUtil stringUtil
| Constructor Detail |
|---|
public MetadataVocabTag()
| Method Detail |
|---|
public void setSystem(String system)
system - The new system valuepublic void setInterface(String interfce)
interfce - The new interface valuepublic void setLanguage(String language)
language - The new language valuepublic void setGroup(String group)
group - The new group value
public void setupTag(PageContext pageContext)
throws JspException
pageContext -
JspExceptionpublic void release()
release in interface Tagrelease in class TagSupport
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||