📄 _editor_0s__jsp.java
字号:
/*
* JSP generated by Resin-3.1.0 (built Fri, 22 Dec 2006 07:00:35 PST)
*/
package _jsp._editor;
import javax.servlet.*;
import javax.servlet.jsp.*;
import javax.servlet.http.*;
public class _editor_0s__jsp extends com.caucho.jsp.JavaPage
{
private final java.util.HashMap<String,java.lang.reflect.Method> _jsp_functionMap = new java.util.HashMap<String,java.lang.reflect.Method>();
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.WebApp _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, false);
javax.servlet.jsp.JspWriter out = pageContext.getOut();
final javax.el.ELContext _jsp_env = pageContext.getELContext();
javax.servlet.ServletConfig config = getServletConfig();
javax.servlet.Servlet page = this;
response.setContentType("text/html;charset=utf-8");
request.setCharacterEncoding("UTF-8");
try {
out.write(_jsp_string0, 0, _jsp_string0.length);
String editorRootPath = request.getContextPath();
out.write(_jsp_string1, 0, _jsp_string1.length);
out.print((editorRootPath));
out.write(_jsp_string2, 0, _jsp_string2.length);
out.print((editorRootPath));
out.write(_jsp_string3, 0, _jsp_string3.length);
out.print((editorRootPath));
out.write(_jsp_string4, 0, _jsp_string4.length);
out.print((editorRootPath));
out.write(_jsp_string5, 0, _jsp_string5.length);
out.print((editorRootPath));
out.write(_jsp_string6, 0, _jsp_string6.length);
out.print((editorRootPath));
out.write(_jsp_string7, 0, _jsp_string7.length);
out.print((editorRootPath));
out.write(_jsp_string8, 0, _jsp_string8.length);
out.print((editorRootPath));
out.write(_jsp_string9, 0, _jsp_string9.length);
out.print((editorRootPath));
out.write(_jsp_string10, 0, _jsp_string10.length);
out.print((editorRootPath));
out.write(_jsp_string11, 0, _jsp_string11.length);
out.print((editorRootPath));
out.write(_jsp_string12, 0, _jsp_string12.length);
out.print((editorRootPath));
out.write(_jsp_string13, 0, _jsp_string13.length);
} catch (java.lang.Throwable _jsp_e) {
pageContext.handlePageException(_jsp_e);
} finally {
com.caucho.jsp.QJspFactory.freePageContext(pageContext);
}
}
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.vfs.PersistentDependency depend)
{
super._caucho_addDepend(depend);
com.caucho.jsp.JavaPage.addDepend(_caucho_depends, depend);
}
public boolean _caucho_isModified()
{
if (_caucho_isDead)
return true;
if (com.caucho.server.util.CauchoSystem.getVersionId() != 5022137076587403036L)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -