⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _hot__jsp.java

📁 关于 Jaoso新闻文章发布系统 --- --- --- --- --- --- --- --- --- --- --- --- --- -- 版本信息:Jaoso新闻文章发布系统 0.9.1b
💻 JAVA
字号:
/*
 * JSP generated by Resin 2.1.12 (built Tue Dec  9 14:58:25 PST 2003)
 */

package _web_22dinf._pages._news;
import javax.servlet.*;
import javax.servlet.jsp.*;
import javax.servlet.http.*;
import com.pow2.util.Util;

public class _hot__jsp extends com.caucho.jsp.JavaPage{
  private boolean _caucho_isDead;
  
  public void
  _jspService(javax.servlet.http.HttpServletRequest request,
              javax.servlet.http.HttpServletResponse response)
    throws java.io.IOException, javax.servlet.ServletException
  {
    com.caucho.jsp.QPageContext pageContext = (com.caucho.jsp.QPageContext) com.caucho.jsp.QJspFactory.create().getPageContext(this, request, response, null, true, 8192, true);
    javax.servlet.jsp.JspWriter out = (javax.servlet.jsp.JspWriter) pageContext.getOut();
    javax.servlet.ServletConfig config = getServletConfig();
    javax.servlet.Servlet page = this;
    javax.servlet.http.HttpSession session = pageContext.getSession();
    javax.servlet.ServletContext application = pageContext.getServletContext();
    response.setContentType("text/html;charset=UTF-8");
    request.setCharacterEncoding("UTF-8");
    org.apache.struts.taglib.logic.PresentTag _jsp_tag0 = null;
    org.apache.struts.taglib.logic.IterateTag _jsp_tag1 = null;
    org.apache.struts.taglib.bean.WriteTag _jsp_tag2 = null;
    org.apache.struts.taglib.bean.WriteTag _jsp_tag3 = null;
    try {
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      //@ page session="false" 
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      
/** 
 * hot article
 * @author edgeloner
 * 2004-05-24 created
 */	

      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      if (_jsp_tag0 == null) {
        _jsp_tag0 = new org.apache.struts.taglib.logic.PresentTag();
        _jsp_tag0.setPageContext(pageContext);
        _jsp_tag0.setParent((javax.servlet.jsp.tagext.Tag) null);
        _jsp_tag0.setScope("request");
        _jsp_tag0.setName("articles");
      }

      int _jspEval2 = _jsp_tag0.doStartTag();
      if (_jspEval2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        pageContext.write(_jsp_string1, 0, _jsp_string1.length);
        com.caucho.jsp.QBodyContent _jsp_endTagHack3 = null;
        if (_jsp_tag1 == null) {
          _jsp_tag1 = new org.apache.struts.taglib.logic.IterateTag();
          _jsp_tag1.setPageContext(pageContext);
          _jsp_tag1.setParent(_jsp_tag0);
          _jsp_tag1.setId("article");
          _jsp_tag1.setName("articles");
        }

        int _jspEval5 = _jsp_tag1.doStartTag();
        if (_jspEval5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
          if (_jspEval5 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED) {
            out = pageContext.pushBody();
            _jsp_endTagHack3 = (com.caucho.jsp.QBodyContent) out;
            _jsp_tag1.setBodyContent(_jsp_endTagHack3);
          }
          do {
            java.lang.Object article;
            article = (java.lang.Object)pageContext.findAttribute("article");
            pageContext.write(_jsp_string2, 0, _jsp_string2.length);
            if (_jsp_tag2 == null) {
              _jsp_tag2 = new org.apache.struts.taglib.bean.WriteTag();
              _jsp_tag2.setPageContext(pageContext);
              _jsp_tag2.setParent(_jsp_tag1);
              _jsp_tag2.setName("article");
            }

            _jsp_tag2.setProperty("catalog.catalogId");
            _jsp_tag2.doStartTag();
            pageContext.write(_jsp_string3, 0, _jsp_string3.length);
            _jsp_tag2.setProperty("catalog.catalogTitle");
            _jsp_tag2.doStartTag();
            pageContext.write(_jsp_string4, 0, _jsp_string4.length);
            _jsp_tag2.setProperty("artId");
            _jsp_tag2.doStartTag();
            pageContext.write(_jsp_string3, 0, _jsp_string3.length);
            _jsp_tag2.setProperty("artTitle");
            _jsp_tag2.doStartTag();
            pageContext.write(_jsp_string5, 0, _jsp_string5.length);
            if (_jsp_tag3 == null) {
              _jsp_tag3 = new org.apache.struts.taglib.bean.WriteTag();
              _jsp_tag3.setPageContext(pageContext);
              _jsp_tag3.setParent(_jsp_tag1);
              _jsp_tag3.setFormatKey("dateFormat");
              _jsp_tag3.setProperty("artLastdate");
              _jsp_tag3.setName("article");
            }

            _jsp_tag3.doStartTag();
            pageContext.write(_jsp_string6, 0, _jsp_string6.length);
          } while (_jsp_tag1.doAfterBody() == javax.servlet.jsp.tagext.IterationTag.EVAL_BODY_AGAIN);
          if (_jspEval5 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED) {
            out = pageContext.popBody();
          } else {
            _jsp_tag1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) null);
          }
        }
        int _jsp_endTagVar21 = _jsp_tag1.doEndTag();
        if (_jsp_endTagHack3 != null) {
          pageContext.releaseBody(_jsp_endTagHack3);
          _jsp_endTagHack3 = null;
        }
        if (_jsp_endTagVar21 == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
          return;
        pageContext.write(_jsp_string7, 0, _jsp_string7.length);
      }
      int _jsp_endTagVar22 = _jsp_tag0.doEndTag();
      if (_jsp_endTagVar22 == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
    } catch (java.lang.Throwable _jsp_e) {
      pageContext.handlePageException(_jsp_e);
    } finally {
      if (_jsp_tag0 != null)
        _jsp_tag0.release();
      if (_jsp_tag1 != null)
        _jsp_tag1.release();
      if (_jsp_tag2 != null)
        _jsp_tag2.release();
      if (_jsp_tag3 != null)
        _jsp_tag3.release();
      JspFactory.getDefaultFactory().releasePageContext(pageContext);
    }
  }

  private com.caucho.java.LineMap _caucho_line_map;
  private java.util.ArrayList _caucho_depends = new java.util.ArrayList();

  public boolean _caucho_isModified()
  {
    if (_caucho_isDead)
      return true;
    if (com.caucho.util.CauchoSystem.getVersionId() != -2089842223)
      return true;
    for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
      com.caucho.vfs.Depend depend;
      depend = (com.caucho.vfs.Depend) _caucho_depends.get(i);
      if (depend.isModified())
        return true;
    }
    return false;
  }

  public long _caucho_lastModified()
  {
    return 0;
  }

  public com.caucho.java.LineMap _caucho_getLineMap()
  {
    return _caucho_line_map;
  }

  public void destroy()
  {
      _caucho_isDead = true;
      super.destroy();
  }

  public void init(com.caucho.java.LineMap lineMap,
                   com.caucho.vfs.Path appDir)
    throws javax.servlet.ServletException
  {
    com.caucho.vfs.Path resinHome = com.caucho.util.CauchoSystem.getResinHome();
    com.caucho.vfs.MergePath mergePath = new com.caucho.vfs.MergePath();
    mergePath.addMergePath(appDir);
    mergePath.addMergePath(resinHome);
    mergePath.addClassPath(getClass().getClassLoader());
    _caucho_line_map = new com.caucho.java.LineMap("_hot__jsp.java", "F:\\work\\news\\WEB-INF\\pages\\news\\hot.jsp");
    _caucho_line_map.add("/jaoso/WEB-INF/pages/news/hot.jsp", 1, 1);
    _caucho_line_map.add("/WEB-INF/pages/news/../tiles/include.jsp", 10, 1);
    _caucho_line_map.add("/jaoso/WEB-INF/pages/news/hot.jsp", 1, 32);
    _caucho_line_map.add("/WEB-INF/pages/news/../tiles/include.jsp", 1, 32);
    _caucho_line_map.add(3, 35);
    _caucho_line_map.add("F:\\work\\news\\WEB-INF\\pages\\news\\hot.jsp", 2, 43);
    _caucho_line_map.add(9, 51);
    _caucho_line_map.add(9, 61);
    _caucho_line_map.add(11, 62);
    _caucho_line_map.add(11, 79);
    _caucho_line_map.add(11, 80);
    _caucho_line_map.add(11, 81);
    _caucho_line_map.add(14, 82);
    _caucho_line_map.add(14, 92);
    _caucho_line_map.add(15, 95);
    _caucho_line_map.add(15, 98);
    _caucho_line_map.add(16, 101);
    com.caucho.vfs.Depend depend;
    depend = new com.caucho.vfs.Depend(appDir.lookup("WEB-INF/pages/tiles/include.jsp"), 1088325604000L, 506L);
    _caucho_depends.add(depend);
    depend = new com.caucho.vfs.Depend(appDir.lookup("WEB-INF/pages/news/hot.jsp"), 1090512108000L, 821L);
    _caucho_depends.add(depend);
  }

  protected void _caucho_clearDepends()
  {
    _caucho_depends.clear();
  }

  private static byte []_jsp_string1;
  private static byte []_jsp_string4;
  private static byte []_jsp_string6;
  private static byte []_jsp_string2;
  private static byte []_jsp_string5;
  private static byte []_jsp_string3;
  private static byte []_jsp_string7;
  private static byte []_jsp_string0;
  static {
    try {
      _jsp_string1 = "\r\n<TABLE width=\"100%\" cellspacing=\"3\" cellpadding=\"0\">\r\n".getBytes("UTF8");
      _jsp_string4 = "</a>]</TD>\r\n	<TD><a href=\"viewArticle.do?method=viewArticle&id=".getBytes("UTF8");
      _jsp_string6 = "]</TD>\r\n</TR>\r\n".getBytes("UTF8");
      _jsp_string2 = "\r\n<TR>\r\n	<td id=\"bullet\">&nbsp;<td>\r\n	<TD>[<a href=\"viewCatalog.do?method=viewCatalog&catalogId=".getBytes("UTF8");
      _jsp_string5 = "</a></TD>\r\n	<TD align=\"right\">[".getBytes("UTF8");
      _jsp_string3 = "\">".getBytes("UTF8");
      _jsp_string7 = "\r\n</TABLE>\r\n".getBytes("UTF8");
      _jsp_string0 = "\r\n".getBytes("UTF8");
    } catch (java.io.UnsupportedEncodingException e) {
      e.printStackTrace();
    }
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -