📄 _untitled_22d1__jsp.java
字号:
/*
* JSP generated by Resin-3.0.8 (built Tue, 08 Jun 2004 02:25:40 PDT)
*/
package _jsp;
import javax.servlet.*;
import javax.servlet.jsp.*;
import javax.servlet.http.*;
public class _untitled_22d1__jsp extends com.caucho.jsp.JavaPage{
private boolean _caucho_isDead;
public void
_jspService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException, javax.servlet.ServletException
{
javax.servlet.http.HttpSession session = request.getSession(true);
com.caucho.server.webapp.Application _jsp_application = _caucho_getApplication();
javax.servlet.ServletContext application = _jsp_application;
com.caucho.jsp.PageContextImpl pageContext = com.caucho.jsp.QJspFactory.allocatePageContext(this, _jsp_application, request, response, null, session, 8192, true);
javax.servlet.jsp.JspWriter out = pageContext.getOut();
javax.servlet.ServletConfig config = getServletConfig();
javax.servlet.Servlet page = this;
response.setContentType("text/html");
try {
out.print("<Table Border>");
out.print("<TR>");
out.print("<TH width=100,align=center>"+" \u00d1\u00a7\u00c9\u00fa\u00d1\u00a7\u00bc\u00ae\u00b9\u00dc\u00c0\u00ed\u00cf\u00b5\u00cd\u00b3");
out.print("</TR>");
out.write(_jsp_string0, 0, _jsp_string0.length);
<p><a href="jindex.jsp">\u00b0\u00e0\u00bc\u00b6\u00c7\u00e9\u00bf\u00f6</a></p>
} catch (java.lang.Throwable _jsp_e) {
pageContext.handlePageException(_jsp_e);
} finally {
com.caucho.jsp.QJspFactory.freePageContext(pageContext);
}
}
private com.caucho.java.LineMap _caucho_line_map;
private java.util.ArrayList _caucho_depends = new java.util.ArrayList();
public java.util.ArrayList _caucho_getDependList()
{
return _caucho_depends;
}
public void _caucho_addDepend(com.caucho.make.PersistentDependency depend)
{
super._caucho_addDepend(depend);
_caucho_depends.add(depend);
}
public boolean _caucho_isModified()
{
if (_caucho_isDead)
return true;
if (com.caucho.util.CauchoSystem.getVersionId() != 1174304630)
return true;
for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
com.caucho.make.Dependency depend;
depend = (com.caucho.make.Dependency) _caucho_depends.get(i);
if (depend.isModified())
return true;
}
return false;
}
public long _caucho_lastModified()
{
return 0;
}
public com.caucho.java.LineMap _caucho_getLineMap()
{
return _caucho_line_map;
}
public void destroy()
{
_caucho_isDead = true;
super.destroy();
}
public void init(com.caucho.java.LineMap lineMap,
com.caucho.vfs.Path appDir)
throws javax.servlet.ServletException
{
com.caucho.vfs.Path resinHome = com.caucho.util.CauchoSystem.getResinHome();
com.caucho.vfs.MergePath mergePath = new com.caucho.vfs.MergePath();
mergePath.addMergePath(appDir);
mergePath.addMergePath(resinHome);
com.caucho.loader.DynamicClassLoader loader;
loader = (com.caucho.loader.DynamicClassLoader) getClass().getClassLoader();
String resourcePath = loader.getResourcePathSpecificFirst();
mergePath.addClassPath(resourcePath);
_caucho_line_map = new com.caucho.java.LineMap("_untitled_22d1__jsp.java", "foo");
_caucho_line_map.add("/Untitled-1.jsp", 1, 27);
_caucho_line_map.add(15, 36);
com.caucho.vfs.Depend depend;
depend = new com.caucho.vfs.Depend(appDir.lookup("Untitled-1.jsp"), "gXL5JrGurnKD+MQU2jKPIw==", false);
_caucho_depends.add(depend);
}
private final static char []_jsp_string0;
static {
_jsp_string0 = "\r\n<p> </p>\r\n<p><a href=\"jindex.jsp\">\u00b0\u00e0\u00bc\u00b6\u00c7\u00e9\u00bf\u00f6</a></p>\r\n<p>\u00b8\u00f6\u00c8\u00cb\u00bc\u00f2\u00c0\u00fa</p>\r\n<p>\u00bc\u00d2\u00cd\u00a5\u00c7\u00e9\u00bf\u00f6</p>\r\n<p>\u00bf\u00ce\u00b3\u00cc\u00d0\u00c5\u00cf\u00a2</p>\r\n<p>\u00d1\u00a7\u00bc\u00ae\u00d0\u00c5\u00cf\u00a2</p>\r\n".toCharArray();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -