📄 _rightmessage.java
字号:
/*@lineinfo:filename=/RightMessage.jsp*/
/*@lineinfo:generated-code*/
import oracle.jsp.runtime.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import to.model.Right.*;
import to.model.Login.*;
public class _RightMessage extends com.orionserver.http.OrionHttpJspPage {
public final String _globalsClassName = null;
// ** Begin Declarations
// ** End Declarations
public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException {
response.setContentType( "text/html;charset=GBK");
/* set up the intrinsic variables using the pageContext goober:
** session = HttpSession
** application = ServletContext
** out = JspWriter
** page = this
** config = ServletConfig
** all session/app beans declared in globals.jsa
*/
PageContext pageContext = JspFactory.getDefaultFactory().getPageContext( this, request, response, null, true, JspWriter.DEFAULT_BUFFER, true);
// Note: this is not emitted if the session directive == false
HttpSession session = pageContext.getSession();
if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) {
pageContext.setAttribute(OracleJspRuntime.JSP_PAGE_DONTNOTIFY, "true", PageContext.PAGE_SCOPE);
JspFactory.getDefaultFactory().releasePageContext(pageContext);
return;
}
int __jsp_tag_starteval;
ServletContext application = pageContext.getServletContext();
JspWriter out = pageContext.getOut();
_RightMessage page = this;
ServletConfig config = pageContext.getServletConfig();
try {
// global beans
// end global beans
out.write(__oracle_jsp_text[0]);
out.write(__oracle_jsp_text[1]);
out.write(__oracle_jsp_text[2]);
/*@lineinfo:user-code*//*@lineinfo:22^10*/ loginItem li=(loginItem)session.getAttribute("user"); if(li==null) { response.sendRedirect("OfficeLogin.jsp"); } if(!(li.getRoleName().equals("系统管理员"))) { response.sendRedirect("Office.jsp"); }
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[3]);
/*@lineinfo:user-code*//*@lineinfo:39^9*/ RightItem ri=(RightItem)request.getAttribute("ri");
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[4]);
/*@lineinfo:user-code*//*@lineinfo:45^12*/ out.print(ri.getRightID());
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[5]);
/*@lineinfo:user-code*//*@lineinfo:56^12*/ out.print(ri.getRightName());
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[6]);
/*@lineinfo:user-code*//*@lineinfo:67^11*/ out.print(ri.getRightExplain());
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[7]);
}
catch( Throwable e) {
try {
if (out != null) out.clear();
}
catch( Exception clearException) {
}
pageContext.handlePageException( e);
}
finally {
OracleJspRuntime.extraHandlePCFinally(pageContext,false);
JspFactory.getDefaultFactory().releasePageContext(pageContext);
}
}
private static final char __oracle_jsp_text[][]=new char[8][];
static {
try {
__oracle_jsp_text[0] =
"\n".toCharArray();
__oracle_jsp_text[1] =
"\n".toCharArray();
__oracle_jsp_text[2] =
"\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=GBK\">\n <title>权限信息查看</title>\n <style type=\"text/css\">\n table{font-size:13px}\n </style>\n </head>\n <body>\n <form action=\"EditSaveAction.do\" name=\"form1\" method=\"get\">\n \n <table cellspacing=\"2\" cellpadding=\"2\" border=\"2\" width=\"500\" align=\"center\">\n <tr bgcolor=\"#006699\">\n <th colspan=\"2\" align=\"center\"><font color=\"White\">权限信息查看</font></th>\n </tr>\n <tr>\n <td colspan=\"2\"></td>\n </tr>\n ".toCharArray();
__oracle_jsp_text[3] =
"\n \n \n <tr>\n <td align=\"center\" width=\"163\"></td>\n <td width=\"232\"></td> \n </tr>\n ".toCharArray();
__oracle_jsp_text[4] =
"\n <tr> \n <td align=\"center\" width=\"163\">权限编号:</td>\n <td width=\"232\">\n ".toCharArray();
__oracle_jsp_text[5] =
"\n </td> \n </tr>\n <tr> \n <td align=\"center\" width=\"163\"></td>\n <td width=\"232\">\n </td> \n </tr>\n <tr>\n <td align=\"center\" width=\"163\">权限名称:</td>\n <td width=\"232\">\n ".toCharArray();
__oracle_jsp_text[6] =
"\n </td> \n </tr>\n <tr> \n <td align=\"center\" width=\"163\"></td>\n <td width=\"232\">\n </td> \n </tr>\n <tr> \n <td align=\"center\" width=\"163\">权限简介:</td>\n <td width=\"232\">\n ".toCharArray();
__oracle_jsp_text[7] =
"\n </td> \n </tr>\n </table>\n </form>\n </body>\n</html>\n".toCharArray();
}
catch (Throwable th) {
System.err.println(th);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -