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