@Component public class CmsDictionaryDataListDirective extends AbstractTemplateDirective
参数列表
dictionaryId
:字典id,为空时返回空结果
parentValue
:父节点值
返回结果
list
:List类型 查询结果实体列表
CmsDictionaryData
<@cms.dictionaryDataList dictionaryId='data'><#list list as a>${a.text}<#sep>,</#list></@cms.dictionaryDataList>
<script> $.getJSON('${site.dynamicPath}api/directive/cms/dictionaryDataList?dictionaryId=1&parentValue=text', function(data){ console.log(data); }); </script>
限定符和类型 | 字段和说明 |
---|---|
private CmsDictionaryDataService |
service |
ADVANCED, AUTH_TOKEN, AUTH_USER_ID, siteComponent
log
构造器和说明 |
---|
CmsDictionaryDataListDirective() |
限定符和类型 | 方法和说明 |
---|---|
void |
execute(RenderHandler handler) |
execute, expose, getAdvanced, getApp, getSite, getUserId, needAppToken, needUserToken, supportAdvanced
execute, getName, getNamespace, getShortName, httpEnabled, setName, setNamespace, setShortName
private CmsDictionaryDataService service
public void execute(RenderHandler handler) throws java.io.IOException, freemarker.template.TemplateException
java.io.IOException
freemarker.template.TemplateException