加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

ACTION3

发布时间:2020-12-17 01:11:57 所属栏目:安全 来源:网络整理
导读:? ??? /** ???? * 给下拉列表保存值 ???? * @param request ???? * @return ???? * @throws Exception [参数说明] ???? * @request ???? * @return JSONArray [返回类型说明] ???? * @exception throws [违例类型] [违例说明] ???? * @see [类、类#方法、类#
?

??? /**
???? * <给下拉列表保存值>
???? * @param request
???? * @return
???? * @throws Exception [参数说明]
???? * @request
???? * @return JSONArray [返回类型说明]
???? * @exception throws [违例类型] [违例说明]
???? * @see [类、类#方法、类#成员]
???? */
??? public JSONArray getInitProductLines(HttpServletRequest request)
??? throws Exception
??? {
??????? //得到session
??????? HttpSession session = request.getSession();
??????? // 得到语种
??????? String nls = (String) session.getAttribute(SupportConstants.CFG_NLS);

??????? String productLine = request.getParameter("productLine");
??????? String productFamily = request.getParameter("productFamily");

??????? //调用webservice接口
??????? INavigationWsProxy iNavigationWs = new INavigationWsProxy();

??????? //构建参数的对象
??????? JSONObject pjson = new JSONObject();

??????? try ??????? { ??????????? JSONArray pjsonArray_Family = new JSONArray(); ??????????? JSONArray pjsonArray_Product = null; ??????????? Object obj = null; ??????????? if (null != productLine? && !"".equals(productLine)) ??????????? { ??????????????? obj = session.getAttribute("product_FamilyList" + nls ??????????????????????? + productLine);

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读