Edit C:\galaxie\deploy\Tomcat6\work\Catalina\localhost\galaxie\old\org\apache\jsp\js\jsOnload_jsp.java
package org.apache.jsp.js; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; public final class jsOnload_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent { private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory(); private static java.util.List _jspx_dependants; private javax.el.ExpressionFactory _el_expressionfactory; private org.apache.AnnotationProcessor _jsp_annotationprocessor; public Object getDependants() { return _jspx_dependants; } public void _jspInit() { _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); _jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName()); } public void _jspDestroy() { } public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException { PageContext pageContext = null; HttpSession session = null; ServletContext application = null; ServletConfig config = null; JspWriter out = null; Object page = this; JspWriter _jspx_out = null; PageContext _jspx_page_context = null; try { response.setContentType("text/html"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; /****************************************************************************** * Copyright (c) 2000-2004 e-Deal * * e-Deal S.A. * 55 rue Brillat Savarin * 75013 Paris * France * * T: +33 (0)1 53 80 80 30 * F: +33 (0)1 73 01 69 77 * http://www.e-deal.com * * La diffusion de ce code source sous quelque forme que ce soit sans * l'autorisation de E-DEAL est interdite. * * Vous êtes autorisés à modifier ce code source uniquement pour votre usage * propre et sous réserve que les mentions de copyright demeurent intactes. * * Ce code est fourni en l'état. Aucune garantie d'aucune sorte, explicite ou * implicite n'est donnée. En aucun cas E-DEAL ne pourra être tenu pour * responsable des dommages pouvant résulter de l'utilisation de ce code * source. ******************************************************************************/ out.write("\n"); out.write("function JsOnload() {\n"); out.write("\tthis.codeStrings = new Array();\n"); out.write("\tthis.size = JsOnload_size;\n"); out.write("\tthis.add = JsOnload_add;\n"); out.write("\tthis.run = JsOnload_run;\n"); out.write("}\n"); out.write("\n"); out.write("function JsOnload_size() {\n"); out.write("\treturn this.codeStrings.length;\n"); out.write("}\n"); out.write("\n"); out.write("function JsOnload_add(toRun) {\n"); out.write("\tthis.codeStrings[this.codeStrings.length] = toRun;\n"); out.write("}\n"); out.write("\n"); out.write("function JsOnload_run() {\n"); out.write("\tvar runi;\n"); out.write("\tfor (runi=0 ; runi < this.codeStrings.length ; runi++) {\n"); out.write("\t\ttry {\n"); out.write("\t\t\teval(this.codeStrings[runi]);\n"); out.write("\t\t} catch (ex) {\n"); out.write("\t\t\talert(\"jsOnload Error.\\nAn exception was caught when evaluating the following string : \\n\\n\" + this.codeStrings[runi] + \"\\n\\nThe error is: \" + ex);\n"); out.write("\t\t}\n"); out.write("\t}\n"); out.write("}\n"); out.write("\n"); out.write("jsOnload = new JsOnload();\n"); out.write("\n"); out.write("function runOnTime(displayFldStr, delay) {\n"); out.write("\ttry {\n"); out.write("\t\tjsOnload.add(displayFldStr);\n"); out.write("\t} catch (ex) {\n"); out.write("\t\tsetTimeout(displayFldStr, (delay ? delay : 1000) );\n"); out.write("\t}\n"); out.write("}\n"); out.write("\n"); } catch (Throwable t) { if (!(t instanceof SkipPageException)){ out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { out.clearBuffer(); } catch (java.io.IOException e) {} if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else log(t.getMessage(), t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de