随笔 - 37  文章 - 14  trackbacks - 0
<2007年7月>
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

常用链接

留言簿

随笔分类

随笔档案

文章分类

相关链接

搜索

  •  

最新评论

阅读排行榜

评论排行榜

要实现SiteMesh过滤不装饰页面,需要做两方面的设置
1、在sitemesh.xml里需要有excludes元素

<sitemesh>
    
<property name="decorators-file" value="/WEB-INF/decorators.xml"/>
    
<excludes file="${decorators-file}"/>
.

2、在decorators.xml里也需要要exludes元素
<decorators defaultdir="/decorators">
    
<excludes>
        
<pattern>/resources/*</pattern>
    
</excludes> 
    
<decorator name="default" page="default.jsp">
        
<pattern>/*</pattern>
    
</decorator>
</decorators>
posted on 2007-07-25 16:25 扭曲的铅笔 阅读(2436) 评论(0)  编辑  收藏 所属分类: SiteMesh

只有注册用户登录后才能发表评论。


网站导航: