装饰器
com.dm.cms.web.filter.ContentDecoratorFilter装饰器可以动态的将输出流合并到模板文件中进行输出。它支持静态文件或jsp文件的合并。配置
参见 开发指南-页面布局定义 。模板路径
过滤器参数decorative-page为默认模板路径,用户可以在内容页面中通过cms:template标签动态指定模板路径或取消模板修饰。动态指定模板:
<cms:template
path="/WEB-INF/decorator/decorator-index.jsp"/> 取消模板修饰:
<cms:template
disabled="true"/> 
