package com.ark.server.plugin.sample;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.*;
public final class sample_002dservice_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
public java.util.List getDependants() {
return _jspx_dependants;
}
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;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html;charset=UTF-8");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n<html>\r\n <head>\r\n <title>hello world: 你好openfire</title>\r\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n <meta name=\"pageID\" content=\"sample-service\"/>\r\n </head>\r\n \r\n <body>\r\n <h3>hello world jsp!! <a href=\"/plugins/sample/serv\">SampleServlet</a></h3>\r\n <div class=\"jive-contentBoxHeader\">jive-contentBoxHeader</div>\r\n <div class=\"jive-contentBox\">jive-contentBox</div>\r\n \r\n <div class=\"jive-table\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <thead>\r\n <tr>\r\n <th> sss</th>\r\n <th nowrap>a</th>\r\n <th nowrap>b</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td align=\"center\">asdf</td>\r\n <td align=\"center\">asdf</td>\r\n <td align=\"center\">asdf</td>\r\n </tr>\r\n <tr class=\"jive-even\">\r\n");
out.write(" <td align=\"center\">asdf</td>\r\n <td align=\"center\">asdf</td>\r\n <td align=\"center\">asdf</td>\r\n </tr>\r\n <tr class=\"jive-odd\">\r\n <td align=\"center\">asdf</td>\r\n <td align=\"center\">asdf</td>\r\n <td align=\"center\">asdf</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </body>\r\n</html>");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
评论30
最新资源