关于权限部分的试用总结
这个是权限部分
先上图吧
搞笑。图片都不能上传。只能连接地址。不说了。上代码。
?
// 把XML数据返回给页面public String sendXMLforDtree() {HttpServletResponse response = ServletActionContext.getResponse();xmlDocument = this.BuildXMLDocByTest();XMLOutputter outputter = new XMLOutputter();try {response.setContentType("text/xml; charset=utf-8");response.setHeader("Cache-Control", "no-cache");outputter.output(xmlDocument, response.getWriter());} catch (IOException e) {// TODO Auto-generated catch blocke.printStackTrace();}return NONE;}?明天再写,数据库结构,数据,页面生成树代码,查询sql