cours0708/P51/apache-tomcat-6.0.14/webapps/ecommerce/work/org/apache/jsp/payement_jsp.java

220 lines
11 KiB
Java
Raw Blame History

package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class payement_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 org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fforEach_005fvar_005fitems;
private javax.el.ExpressionFactory _el_expressionfactory;
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_005fjspx_005ftagPool_005fc_005fforEach_005fvar_005fitems = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
}
public void _jspDestroy() {
_005fjspx_005ftagPool_005fc_005fforEach_005fvar_005fitems.release();
}
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;charset=UTF-8");
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;
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\r\n");
out.write(" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n");
out.write("\r\n");
out.write("<html>\r\n");
out.write(" <head>\r\n");
out.write(" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n");
out.write("\t\t<link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\" />\r\n");
out.write(" <title>RandoOnLine - Payement</title>\r\n");
out.write(" </head>\r\n");
out.write(" <body>\r\n");
out.write("\r\n");
out.write(" <h1>RandoOnLine</h1>\r\n");
out.write(" <table border=\"0\" width=\"100%\">\r\n");
out.write(" <thead>\r\n");
out.write(" <tr>\r\n");
out.write(" <th><a href=\"./index.jsp\">Accueil</a></th>\r\n");
out.write(" <th><a href=\"./Panier\">Panier</a></th>\r\n");
out.write(" <th><a href=\"./Articles\">Liste des articles</a></th>\r\n");
out.write(" <th>Passer <20> la caisse</th>\r\n");
out.write(" </tr>\r\n");
out.write(" </thead>\r\n");
out.write(" </table>\r\n");
out.write(" \r\n");
out.write(" <h2>Payement</h2>\r\n");
out.write("\r\n");
out.write("\t<p>Rappel de la commande :</p>\r\n");
out.write(" <table border=\"0\" width=\"100%\">\r\n");
out.write(" <thead>\r\n");
out.write(" <tr>\r\n");
out.write(" <th>Reference</th>\r\n");
out.write(" <th>Modele</th>\r\n");
out.write(" <th>Prix</th>\r\n");
out.write(" </tr>\r\n");
out.write(" </thead>\r\n");
out.write(" <tbody>\r\n");
if (_jspx_meth_c_005fforEach_005f0(_jspx_page_context))
return;
out.write("\r\n");
out.write("\t\t\t<tr>\r\n");
out.write(" <td colspan=\"2\" class=\"tabTotal\">Total :</td>\r\n");
out.write(" <td>\r\n");
com.articles.Panier panierTotal = null;
synchronized (request) {
panierTotal = (com.articles.Panier) _jspx_page_context.getAttribute("panierTotal", PageContext.REQUEST_SCOPE);
if (panierTotal == null){
panierTotal = new com.articles.Panier();
_jspx_page_context.setAttribute("panierTotal", panierTotal, PageContext.REQUEST_SCOPE);
}
}
out.write("\r\n");
out.write("\t\t\t\t\t");
out.write(org.apache.jasper.runtime.JspRuntimeLibrary.toString((((com.articles.Panier)_jspx_page_context.findAttribute("panierTotal")).getPrixTotal())));
out.write("\r\n");
out.write(" </td>\r\n");
out.write("\t\t\t</tr>\r\n");
out.write(" </tbody>\r\n");
out.write(" </table>\r\n");
out.write("\r\n");
out.write("\t\t<hr width=\"100%\" size=\"1\">\r\n");
out.write("\r\n");
out.write("\t<form method=\"post\" action=\"./Client\">\r\n");
out.write("\t<table border=\"0\">\r\n");
out.write(" <tbody>\r\n");
out.write(" \t<tr>\r\n");
out.write(" \t\t<td>Nom :</td>\r\n");
out.write(" \t\t<td><input type=\"text\" id=\"nomCli\" name=\"nomCli\" size=\"10\" value=\"\" /></td>\r\n");
out.write(" \t</tr>\r\n");
out.write(" \t<tr>\r\n");
out.write(" \t\t<td>Pr<50>nom :</td>\r\n");
out.write(" \t\t<td><input type=\"text\" id=\"prenomCli\" name=\"prenomCli\" size=\"10\" value=\"\" /></td>\r\n");
out.write(" \t</tr>\r\n");
out.write(" \t<tr>\r\n");
out.write(" \t\t<td>Adresse :</td>\r\n");
out.write(" \t\t<td><input type=\"text\" id=\"addrCli\" name=\"addrCli\" size=\"10\" value=\"\" /></td>\r\n");
out.write(" \t</tr>\r\n");
out.write(" \t<tr>\r\n");
out.write(" \t\t<td>Code postal :</td>\r\n");
out.write(" \t\t<td><input type=\"text\" id=\"cpCli\" name=\"cpCli\" size=\"10\" value=\"\" /></td>\r\n");
out.write(" \t</tr>\r\n");
out.write(" \t<tr>\r\n");
out.write(" \t\t<td>Ville :</td>\r\n");
out.write(" \t\t<td><input type=\"text\" id=\"villeCli\" name=\"villeCli\" size=\"10\" value=\"\" /></td>\r\n");
out.write(" \t</tr>\r\n");
out.write(" </tbody>\r\n");
out.write(" </table>\r\n");
out.write(" <p>Note : le payement se fera <20> la livraison de la commande.</p>\r\n");
out.write(" <input type=\"hidden\" name=\"action\" value=\"payer\" />\r\n");
out.write(" <input type=\"button\" value=\"Annuler\" onclick=\"javascript:document.location='./index.jsp'\" />&nbsp;\r\n");
out.write(" <input type=\"submit\" value=\"Payer\" />\r\n");
out.write("\t</form>\r\n");
out.write(" </body>\r\n");
out.write("</html>\r\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);
}
} finally {
_jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_005fforEach_005f0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:forEach
org.apache.taglibs.standard.tag.rt.core.ForEachTag _jspx_th_c_005fforEach_005f0 = (org.apache.taglibs.standard.tag.rt.core.ForEachTag) _005fjspx_005ftagPool_005fc_005fforEach_005fvar_005fitems.get(org.apache.taglibs.standard.tag.rt.core.ForEachTag.class);
_jspx_th_c_005fforEach_005f0.setPageContext(_jspx_page_context);
_jspx_th_c_005fforEach_005f0.setParent(null);
// /payement.jsp(41,0) name = items type = java.lang.Object reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
_jspx_th_c_005fforEach_005f0.setItems((java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${articles}", java.lang.Object.class, (PageContext)_jspx_page_context, null, false));
// /payement.jsp(41,0) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
_jspx_th_c_005fforEach_005f0.setVar("artRef");
int[] _jspx_push_body_count_c_005fforEach_005f0 = new int[] { 0 };
try {
int _jspx_eval_c_005fforEach_005f0 = _jspx_th_c_005fforEach_005f0.doStartTag();
if (_jspx_eval_c_005fforEach_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" <tr>\r\n");
out.write(" <td>\r\n");
out.write(" \tR&eacute;f&eacute;rence : ");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${artRef.ref}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\r\n");
out.write(" </td>\r\n");
out.write("\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\tMod&egrave;le : ");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${artRef.modele}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\r\n");
out.write("\t\t\t\t</td>\r\n");
out.write("\t <td>\r\n");
out.write("\t \tPrix : ");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${artRef.prix}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\r\n");
out.write("\t </td>\r\n");
out.write(" </tr>\r\n");
int evalDoAfterBody = _jspx_th_c_005fforEach_005f0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_005fforEach_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
return true;
}
} catch (Throwable _jspx_exception) {
while (_jspx_push_body_count_c_005fforEach_005f0[0]-- > 0)
out = _jspx_page_context.popBody();
_jspx_th_c_005fforEach_005f0.doCatch(_jspx_exception);
} finally {
_jspx_th_c_005fforEach_005f0.doFinally();
_005fjspx_005ftagPool_005fc_005fforEach_005fvar_005fitems.reuse(_jspx_th_c_005fforEach_005f0);
}
return false;
}
}