01: package org.apache.jsp;
02:
03: import javax.servlet.*;
04: import javax.servlet.http.*;
05: import javax.servlet.jsp.*;
06:
07: public final class index_jsp extends
08: org.apache.jasper.runtime.HttpJspBase implements
09: org.apache.jasper.runtime.JspSourceDependent {
10:
11: private static java.util.List _jspx_dependants;
12:
13: public Object getDependants() {
14: return _jspx_dependants;
15: }
16:
17: public void _jspService(HttpServletRequest request,
18: HttpServletResponse response) throws java.io.IOException,
19: ServletException {
20:
21: JspFactory _jspxFactory = null;
22: PageContext pageContext = null;
23: HttpSession session = null;
24: ServletContext application = null;
25: ServletConfig config = null;
26: JspWriter out = null;
27: Object page = this ;
28: JspWriter _jspx_out = null;
29: PageContext _jspx_page_context = null;
30:
31: try {
32: _jspxFactory = JspFactory.getDefaultFactory();
33: response.setContentType("text/html;charset=UTF-8");
34: pageContext = _jspxFactory.getPageContext(this , request,
35: response, null, true, 8192, true);
36: _jspx_page_context = pageContext;
37: application = pageContext.getServletContext();
38: config = pageContext.getServletConfig();
39: session = pageContext.getSession();
40: out = pageContext.getOut();
41: _jspx_out = out;
42:
43: out.write("\n");
44: out.write("\n");
45: out.write("\n");
46: out
47: .write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n");
48: out.write(" \"http://www.w3.org/TR/html4/loose.dtd\">\n");
49: out.write("\n");
50: out.write("<html>\n");
51: out.write(" <head>\n");
52: out
53: .write(" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n");
54: out
55: .write(" <title>ItsNat Feature Showcase Launcher</title>\n");
56: out.write("\n");
57: out.write(" <script type=\"text/javascript\">\n");
58: out.write(" function go()\n");
59: out.write(" {\n");
60: out
61: .write(" var elem = document.getElementById(\"linkId\");\n");
62: out.write(" window.location = elem.href;\n");
63: out.write(" } \n");
64: out.write(" </script> \n");
65: out.write(" </head>\n");
66: out.write(" <body onload=\"setTimeout(go,1500);\">\n");
67: out.write("\n");
68: out
69: .write(" <h1>ItsNat Feature Showcase Launcher</h1>\n");
70: out.write(" \n");
71: out.write(" <p>\n");
72: out
73: .write(" <a id=\"linkId\" href=\"feashow_servlet?itsnat_doc_name=feashow.main\">\n");
74: out.write(" Launch\n");
75: out.write(" </a>\n");
76: out.write(" </p> \n");
77: out.write("\n");
78: out.write(" \n");
79: out.write(" </body>\n");
80: out.write("</html>\n");
81: } catch (Throwable t) {
82: if (!(t instanceof SkipPageException)) {
83: out = _jspx_out;
84: if (out != null && out.getBufferSize() != 0)
85: out.clearBuffer();
86: if (_jspx_page_context != null)
87: _jspx_page_context.handlePageException(t);
88: }
89: } finally {
90: if (_jspxFactory != null)
91: _jspxFactory.releasePageContext(_jspx_page_context);
92: }
93: }
94: }
|