1 package org.apache.jsp; 2 3 import javax.servlet.*; 4 import javax.servlet.http.*; 5 import javax.servlet.jsp.*; 6 import org.apache.jasper.runtime.*; 7 8 public class changeLocale_jsp extends HttpJspBase { 9 10 11 private static java.util.Vector _jspx_includes; 12 13 private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_redirect_url; 14 15 public changeLocale_jsp() { 16 _jspx_tagPool_c_redirect_url = new org.apache.jasper.runtime.TagHandlerPool(); 17 } 18 19 public java.util.List getIncludes() { 20 return _jspx_includes; 21 } 22 23 public void _jspDestroy() { 24 _jspx_tagPool_c_redirect_url.release(); 25 } 26 27 public void _jspService(HttpServletRequest request, HttpServletResponse response) 28 throws java.io.IOException , ServletException { 29 30 JspFactory _jspxFactory = null; 31 javax.servlet.jsp.PageContext pageContext = null; 32 HttpSession session = null; 33 ServletContext application = null; 34 ServletConfig config = null; 35 JspWriter out = null; 36 Object page = this; 37 JspWriter _jspx_out = null; 38 39 40 try { 41 _jspxFactory = JspFactory.getDefaultFactory(); 42 response.setContentType("text/html;charset=ISO-8859-1"); 43 pageContext = _jspxFactory.getPageContext(this, request, response, 44 null, true, 8192, true); 45 application = pageContext.getServletContext(); 46 config = pageContext.getServletConfig(); 47 session = pageContext.getSession(); 48 out = pageContext.getOut(); 49 _jspx_out = out; 50 51 out.write("\r\n"); 52 out.write("\r\n\r\n"); 53 if (_jspx_meth_c_redirect_0(pageContext)) 54 return; 55 } catch (Throwable t) { 56 out = _jspx_out; 57 if (out != null && out.getBufferSize() != 0) 58 out.clearBuffer(); 59 if (pageContext != null) pageContext.handlePageException(t); 60 } finally { 61 if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext); 62 } 63 } 64 65 private boolean _jspx_meth_c_redirect_0(javax.servlet.jsp.PageContext pageContext) 66 throws Throwable { 67 JspWriter out = pageContext.getOut(); 68 69 org.apache.taglibs.standard.tag.el.core.RedirectTag _jspx_th_c_redirect_0 = (org.apache.taglibs.standard.tag.el.core.RedirectTag) _jspx_tagPool_c_redirect_url.get(org.apache.taglibs.standard.tag.el.core.RedirectTag.class); 70 _jspx_th_c_redirect_0.setPageContext(pageContext); 71 _jspx_th_c_redirect_0.setParent(null); 72 _jspx_th_c_redirect_0.setUrl("${header['referer']}"); 73 int _jspx_eval_c_redirect_0 = _jspx_th_c_redirect_0.doStartTag(); 74 if (_jspx_th_c_redirect_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 75 return true; 76 _jspx_tagPool_c_redirect_url.reuse(_jspx_th_c_redirect_0); 77 return false; 78 } 79 } 80 | Popular Tags |