📄 _footer__jsp.java
字号:
/*
* JSP generated by Resin 2.1.12 (built Tue Dec 9 14:58:25 PST 2003)
*/
package _web_22dinf._pages._tiles;
import javax.servlet.*;
import javax.servlet.jsp.*;
import javax.servlet.http.*;
import com.pow2.util.Util;
public class _footer__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
{
com.caucho.jsp.QPageContext pageContext = (com.caucho.jsp.QPageContext) com.caucho.jsp.QJspFactory.create().getPageContext(this, request, response, null, true, 8192, true);
javax.servlet.jsp.JspWriter out = (javax.servlet.jsp.JspWriter) pageContext.getOut();
javax.servlet.ServletConfig config = getServletConfig();
javax.servlet.Servlet page = this;
javax.servlet.http.HttpSession session = pageContext.getSession();
javax.servlet.ServletContext application = pageContext.getServletContext();
response.setContentType("text/html;charset=UTF-8");
request.setCharacterEncoding("UTF-8");
try {
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
//@ page session="false"
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string1, 0, _jsp_string1.length);
} catch (java.lang.Throwable _jsp_e) {
pageContext.handlePageException(_jsp_e);
} finally {
JspFactory.getDefaultFactory().releasePageContext(pageContext);
}
}
private com.caucho.java.LineMap _caucho_line_map;
private java.util.ArrayList _caucho_depends = new java.util.ArrayList();
public boolean _caucho_isModified()
{
if (_caucho_isDead)
return true;
if (com.caucho.util.CauchoSystem.getVersionId() != -2089842223)
return true;
for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
com.caucho.vfs.Depend depend;
depend = (com.caucho.vfs.Depend) _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);
mergePath.addClassPath(getClass().getClassLoader());
_caucho_line_map = new com.caucho.java.LineMap("_footer__jsp.java", "/WEB-INF/pages/tiles/include.jsp");
_caucho_line_map.add("/jaoso/WEB-INF/pages/tiles/footer.jsp", 1, 1);
_caucho_line_map.add("/WEB-INF/pages/tiles/include.jsp", 10, 1);
_caucho_line_map.add("/jaoso/WEB-INF/pages/tiles/footer.jsp", 1, 28);
_caucho_line_map.add("/WEB-INF/pages/tiles/include.jsp", 1, 28);
_caucho_line_map.add(3, 31);
com.caucho.vfs.Depend depend;
depend = new com.caucho.vfs.Depend(appDir.lookup("WEB-INF/pages/tiles/include.jsp"), 1088325604000L, 506L);
_caucho_depends.add(depend);
depend = new com.caucho.vfs.Depend(appDir.lookup("WEB-INF/pages/tiles/footer.jsp"), 1090767210000L, 648L);
_caucho_depends.add(depend);
}
protected void _caucho_clearDepends()
{
_caucho_depends.clear();
}
private static byte []_jsp_string1;
private static byte []_jsp_string0;
static {
try {
_jsp_string1 = "\n<center>\n<table width=\"100%\" bgcolor=\"#FFFFFF\">\n <tr>\n <td colspan=\"2\" align=\"center\" width=\"100%\">\n <hr noshade color=\"#0D72D8\" size=\"1\" width=\"90%\">\n </td>\n </tr>\n <tr>\n <td align=\"center\" width=\"100%\">\n Copyright ©2004 Jaoso All Rights Reserved.<br>\n Powered by Jaoso\n </td>\n <td><a href=\"http://validator.w3.org/check?uri=referer\"><img border=\"0\" src=\"pages/images/html.gif\" alt=\"Valid HTML 4.01!\" height=\"31\" width=\"88\"></a><a href=\"http://jigsaw.w3.org/css-validator/\"><img style=\"border:0;width:88px;height:31px\" src=\"pages/images/css.gif\" alt=\"Valid CSS!\"></td>\n </tr>\n</table>\n</center>".getBytes("UTF8");
_jsp_string0 = "\r\n".getBytes("UTF8");
} catch (java.io.UnsupportedEncodingException e) {
e.printStackTrace();
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -