public class GetVocabularyChildTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
SimpleTagSupport| Constructor and Description |
|---|
GetVocabularyChildTag()
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 |
getVar()
Getter for var.
|
void |
setEntry(fr.toutatice.portail.cms.nuxeo.api.VocabularyEntry entry)
Setter for entry.
|
void |
setId(String id)
Setter for id.
|
void |
setVar(String var)
Setter for var.
|
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 getVar()
public void setVar(String var)
var - the var to setCopyright © 2023. All rights reserved.