接口 WebSiteHandler
- 所有已知实现类:
WebSiteHandlerImpl
public interface WebSiteHandler
WebSiteHandler interface.
- 版本:
- 1.3.9
- 作者:
- scx567888
-
方法概要
修饰符和类型方法说明default voidchannelHandler(cool.scx.app.vo.Html channelTemplate, String channelPath) cms 访问 栏目是会执行此方法default voidcontentHandler(cool.scx.app.vo.Html contentTemplate, String channelPath, Long contentID) cms 访问 文章时会执行此方法default voidindexHandler(cool.scx.app.vo.Html indexTemplate) cms 访问 index 会执行此方法
-
方法详细资料
-
indexHandler
cms 访问 index 会执行此方法- 参数:
indexTemplate- aHtmlobject- 抛出:
Exception- s
-
channelHandler
default void channelHandler(cool.scx.app.vo.Html channelTemplate, String channelPath) throws Exception cms 访问 栏目是会执行此方法 -
contentHandler
default void contentHandler(cool.scx.app.vo.Html contentTemplate, String channelPath, Long contentID) throws Exception cms 访问 文章时会执行此方法- 参数:
contentTemplate- achannelPath- acontentID- a- 抛出:
Exception- s
-