📄 inc_0002froleright_0002ejsp_jsp.java
字号:
package inc;
import java.sql.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class inc_0002fRoleRight_0002ejsp_jsp extends HttpJspBase {
// begin [file="/inc/RoleRight.jsp";from=(2,0);to=(2,75)]
// end
// begin [file="/inc/RoleRight.jsp";from=(3,0);to=(3,74)]
// end
static {
}
public inc_0002fRoleRight_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; charset=Big5");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/inc/RoleRight.jsp";from=(0,48);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/inc/RoleRight.jsp";from=(1,32);to=(2,0)]
out.write("\r\n");
// end
// begin [file="/inc/RoleRight.jsp";from=(2,0);to=(2,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="/inc/RoleRight.jsp";from=(2,0);to=(2,75)]
}
// end
// HTML // begin [file="/inc/RoleRight.jsp";from=(2,75);to=(3,0)]
out.write("\r\n");
// end
// begin [file="/inc/RoleRight.jsp";from=(3,0);to=(3,74)]
com.jestdoc.dbconn.DbConn dbConn = null;
boolean _jspx_specialdbConn = false;
synchronized (pageContext) {
dbConn= (com.jestdoc.dbconn.DbConn)
pageContext.getAttribute("dbConn",PageContext.PAGE_SCOPE);
if ( dbConn == null ) {
_jspx_specialdbConn = true;
try {
dbConn = (com.jestdoc.dbconn.DbConn) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.jestdoc.dbconn.DbConn");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"com.jestdoc.dbconn.DbConn", exc);
}
pageContext.setAttribute("dbConn", dbConn, PageContext.PAGE_SCOPE);
}
}
if(_jspx_specialdbConn == true) {
// end
// begin [file="/inc/RoleRight.jsp";from=(3,0);to=(3,74)]
}
// end
// HTML // begin [file="/inc/RoleRight.jsp";from=(3,74);to=(4,0)]
out.write("\r\n");
// end
// begin [file="/inc/RoleRight.jsp";from=(4,2);to=(22,0)]
String sql="";
String RoleName="",RoleDesc="",DeptNo="",DeptName="";
int RoleID=0;
//妾㈢储鍑虹暥鍓嶉儴闁
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -