listeners : { beforeload : function (store, options,eOpts) { var process = Ext.getCmp(store.rowId+"process").getValue(); var new_params = { processNameParam: process }; Ext.apply( store.proxy.extraParams , new_params )...
more...Liferay通过layout获取portletid
Layout layout = LayoutLocalServiceUtil.getLayout(plid); LayoutTypePortlet layoutTypePortlet = (LayoutTypePortlet)layout.getLayoutType(); List actualPortletList = layoutTypePortlet.getPortletIds();
more...javax crypto不存在
pom.xml 中需要添加一个 jce.jar 包.
jce.jar
为 cryptographic(加密)操作提供类和接口。在此包中定义的 cryptographic 操作包括加密、密钥生成和密钥协商,以及消息验证代码 (MAC) 生成.