Subversion Repositories bacoAlunos

Rev

Rev 1830 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1830 Rev 1844
Line 107... Line 107...
107
        1.5.0/docs/api/java/lang/String.html">String startPath = reportCourseFolder.getAbsolutePath()  + 1.5.0/docs/api/java/io/File.html">File.separator + "reportCurso" +  cursoReport.getCursoStats().getCodigoCurso();
107
        1.5.0/docs/api/java/lang/String.html">String startPath = reportCourseFolder.getAbsolutePath()  + 1.5.0/docs/api/java/io/File.html">File.separator + "reportCurso" +  cursoReport.getCursoStats().getCodigoCurso();
108
        1.5.0/docs/api/java/lang/String.html">String path = startPath + ".pdf";
108
        1.5.0/docs/api/java/lang/String.html">String path = startPath + ".pdf";
109
 
109
 
110
        1.5.0/docs/api/java/io/FileOutputStream.html">FileOutputStream out = new 1.5.0/docs/api/java/io/FileOutputStream.html">FileOutputStream(path);
110
        1.5.0/docs/api/java/io/FileOutputStream.html">FileOutputStream out = new 1.5.0/docs/api/java/io/FileOutputStream.html">FileOutputStream(path);
111
        Map<String,Object> params = new HashMap<String,Object>();
111
        Map<String,Object> params = new HashMap<String,Object>();
112
        params.put("site", Globals.SITE_URL);
112
        params.put("site", Globals.SERVICE_URL);
113
        params.put("updateDate", DatesWebUtils.getStringFromDate(new 5+0%2Fdocs%2Fapi+Date">Date()));
113
        params.put("updateDate", DatesWebUtils.getStringFromDate(new 5+0%2Fdocs%2Fapi+Date">Date()));
114
 
114
 
115
 
115
 
116
        org.w3c.dom.5+0%2Fdocs%2Fapi+Document">Document dom2 = cursoReport.serialize();
116
        org.w3c.dom.5+0%2Fdocs%2Fapi+Document">Document dom2 = cursoReport.serialize();
117
        Dom4jUtil.writeSout(dom2);
117
        Dom4jUtil.writeSout(dom2);