jetspeed开发实战

2016-01-29 12:40 20 1 收藏

jetspeed开发实战,jetspeed开发实战

【 tulaoshi.com - ASP.NET 】

这里假设monsys为web服务的名称,其路径在webapps/下面1,jetspeed的图片处理图片默认放在monsys/images下面,调用方法:$clink.setURI("images/test.jpg")2,javascript处理javascript黑认放在monsys/javascript下调用方法:$clink.setURI("javascript/test.css")3,portlets的位置位于monsys/WEB-INF/templates/vm/portlets/html下面4,页面总体布局控制看JetspeedResources.propertiesbottomnav.enable=truebottomnav.vm=bottom.vmleftnav.enable=trueleftnav.vm=left.vmleftnav.width=10%topnav.enable=truetopnav.vm=top.vmtopnav.logo.file=images/jetspeed-logo-1.5.giftopnav.logo.url=topnav.user_login.enable=truetopnav.user_creation.enable=truetopnav.my_pages.enable=true5,portlets源代码分析:portlet主要实现三个方法:,buildMaximizedContext最大化,buildConfigureContext显示信息,buildNormalContext正常情况,也就是所看到的正常显示时所要显示的信息,调用时,在添加模块时添加新参数action=portlets.GraphDailyActionpackage org.apache.jetspeed.modules.actions.portlets;import .............(N个,略)public class GraphDailyActionextends VelocityPortletAction {/*** Subclasses should override this method if they wish to* build specific content when maximized. Default behavior is* to do the same as normal content.*/protected void buildMaximizedContext(VelocityPortlet portlet,Context context,RunData rundata) {buildNormalContext(portlet, context, rundata);String text = (String) context.get("text");if (text == null) {text = "Top Record of baccarat game";}context.put("text", text + " (Maximized !)");}/*** Subclasses should override this method if they wish to* provide their own customization behavior.* Default is to use Portal base customizer action*/protected void buildConfigureContext(VelocityPortlet portlet,Context context,RunData rundata) {buildNormalContext(portlet, context, rundata);setTemplate(rundata, "hello-customize");}/*** 这是主要部份* Subclasses must override this method to provide default behavior* for the portlet action*/protected void buildNormalContext(VelocityPortlet portlet,Context context,RunData rundata) {String mode= portlet.getPortletConfig().getInitParameter("mode"); //读取添加模块时从配置文件传来的参数String searchdate = rundata.getParameters().getString("searchdate"); //取得从页面提交得到的参数context.put("mode",mode);context.put("searchdate",searchdate)//输出页面要显示的信息,支持输出数组,对像,及容器等形式的数据}}写好源代码,并编译,参考里的:  1,所建的参数action,其值为portlets.GraphDailyAction,则系统会去热行这个类

来源:http://www.tulaoshi.com/n/20160129/1487110.html

延伸阅读
1、前言 本文有两个目的:实现每晚构建平台和探讨一个软件从需求文档到设计文档的书写规范。 每晚构建是软件研发管理中极具价值的手段,对于加快发现和改正缺陷,降低集成风险,提高产品质量,加强成员沟通与协作,缩短产品上市时间,增加项目开发透明度,提高项目组成员信心和斗志有着非常重要的作用和意义。本文从软件工程过程...
日出实战拍摄技法 镜头的选择 广角镜头刻画的仙鹤与日出共舞的场面 光圈 F5 曝光时间 1/200s光圈 F5.6 曝光时间 1/400s焦距 30mm感光度 1250 太阳摄影在镜头的选择上范围很广泛。如果摄影者想表现日出日落的大场面时,可以利用广角镜头;如果想使日出日落的画面场景更细致和更富有情调,可以利用标准镜头拍摄;如果太阳本...
3.5 显示界面模版 显示界面模版在velocity模版文件buildinfo_list.vm中实现。这个文件引用了nightlyfrag.vm文件,另外定义宏headerCell的文在为GlobalMacros.vm。 模版文件buildinfo_list.vm: html head meta http-equiv="content-type" content="text/html; charset=gb2312" title每晚构建/title link href="css/def...
标签: 游戏动漫
《真实战士》奖杯 游戏名称: 真实战士 游戏原名: Reality Fighters  对应平台: PSV  游戏类型: FTG  游戏版本: 美版  发售日期: 12.2.14 游戏价格: 游戏人数: 1 发行厂商: Sony Computer Entertainment  官网网站:   ...

经验教程

307

收藏

92

精华推荐

《生化尖兵》实战视频

《生化尖兵》实战视频

原来是这样阿1

真实战争攻略

真实战争攻略

殇之无诶

实战每晚构建07

实战每晚构建07

誉品翡翠

微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部