📄 orgman_0002fdept_0002ejsp_jsp.java
字号:
package orgman;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class orgman_0002fDept_0002ejsp_jsp extends HttpJspBase {
// begin [file="/orgman/Dept.jsp";from=(0,0);to=(0,75)]
// end
static {
}
public orgman_0002fDept_0002ejsp_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html;ISO-8859-1");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// begin [file="/orgman/Dept.jsp";from=(0,0);to=(0,75)]
com.jestdoc.inc.ExtendString ExStr = null;
boolean _jspx_specialExStr = false;
synchronized (pageContext) {
ExStr= (com.jestdoc.inc.ExtendString)
pageContext.getAttribute("ExStr",PageContext.PAGE_SCOPE);
if ( ExStr == null ) {
_jspx_specialExStr = true;
try {
ExStr = (com.jestdoc.inc.ExtendString) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.jestdoc.inc.ExtendString");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"com.jestdoc.inc.ExtendString", exc);
}
pageContext.setAttribute("ExStr", ExStr, PageContext.PAGE_SCOPE);
}
}
if(_jspx_specialExStr == true) {
// end
// begin [file="/orgman/Dept.jsp";from=(0,0);to=(0,75)]
}
// end
// HTML // begin [file="/orgman/Dept.jsp";from=(0,75);to=(1,0)]
out.write("\r\n");
// end
// begin [file="/orgman/Dept.jsp";from=(1,2);to=(4,0)]
String cssFile=(String)session.getValue("cssFile");
if (cssFile==null) cssFile="style0";
// end
// HTML // begin [file="/orgman/Dept.jsp";from=(4,2);to=(9,19)]
out.write("\r\n\r\n<html>\r\n<head>\r\n<meta HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=Big5\">\r\n<LINK href=\"../inc/");
// end
// begin [file="/orgman/Dept.jsp";from=(9,22);to=(9,29)]
out.print(cssFile);
// end
// HTML // begin [file="/orgman/Dept.jsp";from=(9,31);to=(16,67)]
out.write(".css\" rel=stylesheet type=text/css>\r\n<title>dept</title>\r\n</head>\r\n\r\n<frameset rows=\"0,*\" bordercolor=menu frameborder=\"no\">\r\n <frame name=\"DeptTop\" scrolling=\"no\" noresize target=\"contents\" src=\"DeptTop.jsp\">\r\n <frameset cols=\"170,*,0\" frameborder=1 >\r\n <frame name=\"DeptLeft\" target=\"main\" src=\"DeptLeft.jsp?modFlag=");
// end
// begin [file="/orgman/Dept.jsp";from=(16,70);to=(16,120)]
out.print(ExStr.nullToSpace(request.getParameter("modFlag")));
// end
// HTML // begin [file="/orgman/Dept.jsp";from=(16,122);to=(24,7)]
out.write("\" scrolling=\"auto\">\r\n <frame name=\"DeptMain\" src=\"#\" target=\"_blank\" scrolling=\"auto\">\r\n </frameset>\r\n <noframes>\r\n <body>\r\n </body>\r\n </noframes>\r\n</frameset>\r\n</html>");
// end
} catch (Throwable t) {
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -