类 ChannelListDirective
- java.lang.Object
-
- cool.scx.ext.cms.channel.ChannelListDirective
-
- 所有已实现的接口:
cool.scx.base.BaseTemplateDirective,freemarker.template.TemplateDirectiveModel,freemarker.template.TemplateModel
public class ChannelListDirective extends Object implements cool.scx.base.BaseTemplateDirective
自定义标签测试- 版本:
- 0.3.6
- 作者:
- scx567888
-
-
构造器概要
构造器 构造器 说明 ChannelListDirective(ChannelService channelService)Constructor for ColumnListDirective.
-
-
-
构造器详细资料
-
ChannelListDirective
public ChannelListDirective(ChannelService channelService)
Constructor for ColumnListDirective.
- 参数:
channelService- aChannelServiceobject.
-
-
方法详细资料
-
getResults
public Object getResults(Map<String,Object> params) throws SQLException
重写方法
- 指定者:
getResults在接口中cool.scx.base.BaseTemplateDirective- 抛出:
SQLException
-
_DirectiveName
public String _DirectiveName()
directiveName
- 指定者:
_DirectiveName在接口中cool.scx.base.BaseTemplateDirective
-
_VariableName
public String _VariableName()
directiveName
- 指定者:
_VariableName在接口中cool.scx.base.BaseTemplateDirective
-
-