JPivot易用性修改
[ 2010-02-11 12:26:07 | Author: 狰狞的微笑 ]
mondrianQuery TAG 修改
scriplet 输出MDX查询支持
修改 TLD文件中 mondrianQuery TAG 的 body-content 为JSP
修改 MondrianOlapModelTag 的父类 com.tonbeller.jpivot.tags.OlapModelTag
为其加入 doStartTag 方法,返回EVAL_BODY_BUFFERED,
使之在 getBodyContent 之前先对 scriplet 进行处理。
ex:public int doStartTag(){return EVAL_BODY_BUFFERED;}
Comments Feed: http://www.ccopus.com/blog/feed.asp?q=comment&id=21
scriplet 输出MDX查询支持
修改 TLD文件中 mondrianQuery TAG 的 body-content 为JSP
修改 MondrianOlapModelTag 的父类 com.tonbeller.jpivot.tags.OlapModelTag
为其加入 doStartTag 方法,返回EVAL_BODY_BUFFERED,
使之在 getBodyContent 之前先对 scriplet 进行处理。
ex:public int doStartTag(){return EVAL_BODY_BUFFERED;}
Comments Feed: http://www.ccopus.com/blog/feed.asp?q=comment&id=21
There is no comment on this article.






