public class GetVocabularyLabelTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
SimpleTagSupport| Constructor and Description |
|---|
GetVocabularyLabelTag()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doTag() |
fr.toutatice.portail.cms.nuxeo.api.VocabularyEntry |
getEntry()
Getter for entry.
|
String |
getId()
Getter for id.
|
String |
getOthersLabel()
Getter for othersLabel.
|
String |
getPreselect()
Getter for preselect.
|
void |
setEntry(fr.toutatice.portail.cms.nuxeo.api.VocabularyEntry entry)
Setter for entry.
|
void |
setId(String id)
Setter for id.
|
void |
setOthersLabel(String othersLabel)
Setter for othersLabel.
|
void |
setPreselect(String preselect)
Setter for preselect.
|
public void doTag()
throws javax.servlet.jsp.JspException,
IOException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspExceptionIOExceptionpublic String getId()
public void setId(String id)
id - the id to setpublic fr.toutatice.portail.cms.nuxeo.api.VocabularyEntry getEntry()
public void setEntry(fr.toutatice.portail.cms.nuxeo.api.VocabularyEntry entry)
entry - the entry to setpublic String getOthersLabel()
public void setOthersLabel(String othersLabel)
othersLabel - the othersLabel to setpublic String getPreselect()
public void setPreselect(String preselect)
preselect - the preselect to setCopyright © 2019. All rights reserved.