source: release-kits/lirk3/bin/ant-installer/web/.classes/contents.java@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 3.1 KB
Line 
1import javax.servlet.jsp.*;
2import javax.servlet.jsp.tagext.*;
3import java.io.PrintWriter;
4import java.io.IOException;
5import java.io.FileInputStream;
6import java.io.ObjectInputStream;
7import java.util.Vector;
8import org.tp23.jasper.runtime.*;
9import java.beans.*;
10import org.tp23.jasper.*;
11import org.tp23.jsp.*;
12
13
14public class contents extends ObjectJspBase {
15
16
17 static {
18 }
19 public contents( ) {
20 }
21
22 private static boolean _jspx_inited = false;
23
24 public final void _jspx_init() throws JasperException {
25 }
26
27 public void _jspService(final Destination destination)
28 throws IOException, JspEngineException {
29
30 ObjectJspFactory _jspxFactory = null;
31 ObjectPageContext pageContext = null;
32 Session session = null;
33 ObjectContainerContext application = null;
34 ObjectConfig config = null;
35 ObjectJspWriter out = null;
36 Object page = this;
37 String _value = null;
38 try {
39
40 if (_jspx_inited == false) {
41 _jspx_init();
42 _jspx_inited = true;
43 }
44 _jspxFactory = destination.getServer().getObjectJspFactory();
45 pageContext = _jspxFactory.getPageContext(this, destination,
46 "", true, 8192, true);
47
48 application = pageContext.getObjectContainerContext();
49 config = pageContext.getObjectConfig();
50 session = destination.getSession();
51 out = pageContext.getOut();
52
53 // HTML // begin [file="/home/teknopaul/workspace/AntInstaller/web/home/teknopaul/workspace/AntInstaller/web/contents.jsp";from=(0,0);to=(13,0)]
54 out.write("<html>\r\n<head>\r\n <title>Ant Installer</title>\r\n <link href=\"css/nav.css\" rel=\"stylesheet\" type=\"text/css\">\r\n <link href=\"style.css\" type=\"text/css\" rel=\"stylesheet\">\r\n <meta name=\"keywords\"\r\n content=\"Ant, installer, AntInstall, gui, console, input, parameters, properties, swing, user interface, valiation, configuration\">\r\n <script type=\"text/javascript\" src=\"js/menu.js\"></script>\r\n <script type=\"text/javascript\" src=\"js/sstree.js\"></script>\r\n</head>\r\n<body onload='collapseAll([\"ol\"]); openBookMark();'>\r\n<a href=\"index.html\" alt=\"home\" target=\"_content\">\r\n<img src=\"images/ant-install-small.png\" target=\"_content\" align=\"baseline\"/></a><br/>\r\n");
55 // end
56 // begin [file="/home/teknopaul/workspace/AntInstaller/web/home/teknopaul/workspace/AntInstaller/web/contents.jsp";from=(13,0);to=(13,56)]
57 {
58 String _jspx_qStr = "";
59 pageContext.include("contents-include.html" + _jspx_qStr);
60 }
61 // end
62 // HTML // begin [file="/home/teknopaul/workspace/AntInstaller/web/home/teknopaul/workspace/AntInstaller/web/contents.jsp";from=(13,56);to=(15,0)]
63 out.write("\r\n</body>\r\n");
64 // end
65
66 } catch (Exception ex) {
67 if (out.getBufferSize() != 0)
68 out.clearBuffer();
69 pageContext.handlePageException(ex);
70 } finally {
71 out.flush();
72 _jspxFactory.releasePageContext(pageContext);
73 }
74 }
75}
Note: See TracBrowser for help on using the repository browser.