📄 inc_0002fstyle_0002ejsp_jsp.java
字号:
package inc;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class inc_0002fStyle_0002ejsp_jsp extends HttpJspBase {
// begin [file="/inc/Style.jsp";from=(0,0);to=(0,71)]
// end
static {
}
public inc_0002fStyle_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="/inc/Style.jsp";from=(0,0);to=(0,71)]
com.jestdoc.System.Style Style = null;
boolean _jspx_specialStyle = false;
synchronized (pageContext) {
Style= (com.jestdoc.System.Style)
pageContext.getAttribute("Style",PageContext.PAGE_SCOPE);
if ( Style == null ) {
_jspx_specialStyle = true;
try {
Style = (com.jestdoc.System.Style) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.jestdoc.System.Style");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"com.jestdoc.System.Style", exc);
}
pageContext.setAttribute("Style", Style, PageContext.PAGE_SCOPE);
}
}
if(_jspx_specialStyle == true) {
// end
// begin [file="/inc/Style.jsp";from=(0,0);to=(0,71)]
}
// end
// HTML // begin [file="/inc/Style.jsp";from=(0,71);to=(2,0)]
out.write("\r\n<LINK href=\"../inc/Style.css\" rel=stylesheet type=text/css>\r\n");
// end
// begin [file="/inc/Style.jsp";from=(2,2);to=(5,0)]
ResultSet rs=Style.findUserStyleInfo();
String styledesc=rs.getString("styledesc");
// end
// HTML // begin [file="/inc/Style.jsp";from=(5,2);to=(7,0)]
out.write("\r\n<style type=\"text/css\">\r\n");
// end
// begin [file="/inc/Style.jsp";from=(7,3);to=(7,12)]
out.print(styledesc);
// end
// HTML // begin [file="/inc/Style.jsp";from=(7,14);to=(8,8)]
out.write("\r\n</style>");
// 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 + -