1 package org.apache.jsp; 2 3 import javax.servlet.*; 4 import javax.servlet.http.*; 5 import javax.servlet.jsp.*; 6 import org.apache.jasper.runtime.*; 7 8 public class home_jsp extends HttpJspBase { 9 10 11 private static java.util.Vector _jspx_includes; 12 13 private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_fmt_setLocale_value; 14 private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_fmt_setBundle_var_basename; 15 private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_cache_cache_scope_name_key; 16 private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_template_insert_template; 17 private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_template_put_name_direct; 18 private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_fmt_message_key_bundle; 19 private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_ion_selectObjects_type; 20 private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_ion_param_value_name; 21 private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_ion_iterateOver_var; 22 private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_escapeXml; 23 24 public home_jsp() { 25 _jspx_tagPool_fmt_setLocale_value = new org.apache.jasper.runtime.TagHandlerPool(); 26 _jspx_tagPool_fmt_setBundle_var_basename = new org.apache.jasper.runtime.TagHandlerPool(); 27 _jspx_tagPool_cache_cache_scope_name_key = new org.apache.jasper.runtime.TagHandlerPool(); 28 _jspx_tagPool_template_insert_template = new org.apache.jasper.runtime.TagHandlerPool(); 29 _jspx_tagPool_template_put_name_direct = new org.apache.jasper.runtime.TagHandlerPool(); 30 _jspx_tagPool_fmt_message_key_bundle = new org.apache.jasper.runtime.TagHandlerPool(); 31 _jspx_tagPool_ion_selectObjects_type = new org.apache.jasper.runtime.TagHandlerPool(); 32 _jspx_tagPool_ion_param_value_name = new org.apache.jasper.runtime.TagHandlerPool(); 33 _jspx_tagPool_ion_iterateOver_var = new org.apache.jasper.runtime.TagHandlerPool(); 34 _jspx_tagPool_c_out_value_escapeXml = new org.apache.jasper.runtime.TagHandlerPool(); 35 } 36 37 public java.util.List getIncludes() { 38 return _jspx_includes; 39 } 40 41 public void _jspDestroy() { 42 _jspx_tagPool_fmt_setLocale_value.release(); 43 _jspx_tagPool_fmt_setBundle_var_basename.release(); 44 _jspx_tagPool_cache_cache_scope_name_key.release(); 45 _jspx_tagPool_template_insert_template.release(); 46 _jspx_tagPool_template_put_name_direct.release(); 47 _jspx_tagPool_fmt_message_key_bundle.release(); 48 _jspx_tagPool_ion_selectObjects_type.release(); 49 _jspx_tagPool_ion_param_value_name.release(); 50 _jspx_tagPool_ion_iterateOver_var.release(); 51 _jspx_tagPool_c_out_value_escapeXml.release(); 52 } 53 54 public void _jspService(HttpServletRequest request, HttpServletResponse response) 55 throws java.io.IOException , ServletException { 56 57 JspFactory _jspxFactory = null; 58 javax.servlet.jsp.PageContext pageContext = null; 59 HttpSession session = null; 60 ServletContext application = null; 61 ServletConfig config = null; 62 JspWriter out = null; 63 Object page = this; 64 JspWriter _jspx_out = null; 65 66 67 try { 68 _jspxFactory = JspFactory.getDefaultFactory(); 69 response.setContentType("text/html;charset=ISO-8859-1"); 70 pageContext = _jspxFactory.getPageContext(this, request, response, 71 null, true, 8192, true); 72 application = pageContext.getServletContext(); 73 config = pageContext.getServletConfig(); 74 session = pageContext.getSession(); 75 out = pageContext.getOut(); 76 _jspx_out = out; 77 78 out.write("\r\n"); 79 out.write("\r\n"); 80 out.write("\r\n"); 81 out.write("\r\n"); 82 out.write("\r\n\r\n"); 83 out.write("\r\n"); 84 if (_jspx_meth_fmt_setLocale_0(pageContext)) 85 return; 86 out.write("\r\n"); 87 if (_jspx_meth_fmt_setBundle_0(pageContext)) 88 return; 89 out.write("\r\n\r\n"); 90 out.write("\r\n"); 91 if (_jspx_meth_cache_cache_0(pageContext)) 92 return; 93 out.write("\r\n\t\r\n\t\r\n\r\n\r\n"); 94 } catch (Throwable t) { 95 out = _jspx_out; 96 if (out != null && out.getBufferSize() != 0) 97 out.clearBuffer(); 98 if (pageContext != null) pageContext.handlePageException(t); 99 } finally { 100 if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext); 101 } 102 } 103 104 private boolean _jspx_meth_fmt_setLocale_0(javax.servlet.jsp.PageContext pageContext) 105 throws Throwable { 106 JspWriter out = pageContext.getOut(); 107 108 org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag _jspx_th_fmt_setLocale_0 = (org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag) _jspx_tagPool_fmt_setLocale_value.get(org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag.class); 109 _jspx_th_fmt_setLocale_0.setPageContext(pageContext); 110 _jspx_th_fmt_setLocale_0.setParent(null); 111 _jspx_th_fmt_setLocale_0.setValue("${currentLocale}"); 112 int _jspx_eval_fmt_setLocale_0 = _jspx_th_fmt_setLocale_0.doStartTag(); 113 if (_jspx_th_fmt_setLocale_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 114 return true; 115 _jspx_tagPool_fmt_setLocale_value.reuse(_jspx_th_fmt_setLocale_0); 116 return false; 117 } 118 119 private boolean _jspx_meth_fmt_setBundle_0(javax.servlet.jsp.PageContext pageContext) 120 throws Throwable { 121 JspWriter out = pageContext.getOut(); 122 123 org.apache.taglibs.standard.tag.el.fmt.SetBundleTag _jspx_th_fmt_setBundle_0 = (org.apache.taglibs.standard.tag.el.fmt.SetBundleTag) _jspx_tagPool_fmt_setBundle_var_basename.get(org.apache.taglibs.standard.tag.el.fmt.SetBundleTag.class); 124 _jspx_th_fmt_setBundle_0.setPageContext(pageContext); 125 _jspx_th_fmt_setBundle_0.setParent(null); 126 _jspx_th_fmt_setBundle_0.setBasename("Messages"); 127 _jspx_th_fmt_setBundle_0.setVar("Messages"); 128 int _jspx_eval_fmt_setBundle_0 = _jspx_th_fmt_setBundle_0.doStartTag(); 129 if (_jspx_th_fmt_setBundle_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 130 return true; 131 _jspx_tagPool_fmt_setBundle_var_basename.reuse(_jspx_th_fmt_setBundle_0); 132 return false; 133 } 134 135 private boolean _jspx_meth_cache_cache_0(javax.servlet.jsp.PageContext pageContext) 136 throws Throwable { 137 JspWriter out = pageContext.getOut(); 138 139 org.apache.taglibs.cache.CacheTag _jspx_th_cache_cache_0 = (org.apache.taglibs.cache.CacheTag) _jspx_tagPool_cache_cache_scope_name_key.get(org.apache.taglibs.cache.CacheTag.class); 140 _jspx_th_cache_cache_0.setPageContext(pageContext); 141 _jspx_th_cache_cache_0.setParent(null); 142 _jspx_th_cache_cache_0.setScope("application"); 143 _jspx_th_cache_cache_0.setName("${ionStatus.currentSection.id}"); 144 _jspx_th_cache_cache_0.setKey("${currentLocale}_${ion_lastUpdate}"); 145 int _jspx_eval_cache_cache_0 = _jspx_th_cache_cache_0.doStartTag(); 146 if (_jspx_eval_cache_cache_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { 147 if (_jspx_eval_cache_cache_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { 148 javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody(); 149 _bc.clear(); 150 out = _bc; 151 _jspx_th_cache_cache_0.setBodyContent(_bc); 152 _jspx_th_cache_cache_0.doInitBody(); 153 } 154 do { 155 out.write("\r\n\r\n\t"); 156 if (_jspx_meth_template_insert_0(_jspx_th_cache_cache_0, pageContext)) 157 return true; 158 out.write("\r\n\t\r\n"); 159 int evalDoAfterBody = _jspx_th_cache_cache_0.doAfterBody(); 160 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) 161 break; 162 } while (true); 163 if (_jspx_eval_cache_cache_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) 164 out = pageContext.popBody(); 165 } 166 if (_jspx_th_cache_cache_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 167 return true; 168 _jspx_tagPool_cache_cache_scope_name_key.reuse(_jspx_th_cache_cache_0); 169 return false; 170 } 171 172 private boolean _jspx_meth_template_insert_0(javax.servlet.jsp.tagext.Tag _jspx_th_cache_cache_0, javax.servlet.jsp.PageContext pageContext) 173 throws Throwable { 174 JspWriter out = pageContext.getOut(); 175 176 org.apache.struts.taglib.template.InsertTag _jspx_th_template_insert_0 = (org.apache.struts.taglib.template.InsertTag) _jspx_tagPool_template_insert_template.get(org.apache.struts.taglib.template.InsertTag.class); 177 _jspx_th_template_insert_0.setPageContext(pageContext); 178 _jspx_th_template_insert_0.setParent(_jspx_th_cache_cache_0); 179 _jspx_th_template_insert_0.setTemplate("general-template.jsp"); 180 int _jspx_eval_template_insert_0 = _jspx_th_template_insert_0.doStartTag(); 181 if (_jspx_eval_template_insert_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { 182 do { 183 out.write(" \r\n\t\t"); 184 if (_jspx_meth_template_put_0(_jspx_th_template_insert_0, pageContext)) 185 return true; 186 out.write("\r\n\t"); 187 int evalDoAfterBody = _jspx_th_template_insert_0.doAfterBody(); 188 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) 189 break; 190 } while (true); 191 } 192 if (_jspx_th_template_insert_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 193 return true; 194 _jspx_tagPool_template_insert_template.reuse(_jspx_th_template_insert_0); 195 return false; 196 } 197 198 private boolean _jspx_meth_template_put_0(javax.servlet.jsp.tagext.Tag _jspx_th_template_insert_0, javax.servlet.jsp.PageContext pageContext) 199 throws Throwable { 200 JspWriter out = pageContext.getOut(); 201 202 org.apache.struts.taglib.template.PutTag _jspx_th_template_put_0 = (org.apache.struts.taglib.template.PutTag) _jspx_tagPool_template_put_name_direct.get(org.apache.struts.taglib.template.PutTag.class); 203 _jspx_th_template_put_0.setPageContext(pageContext); 204 _jspx_th_template_put_0.setParent(_jspx_th_template_insert_0); 205 _jspx_th_template_put_0.setName("content"); 206 _jspx_th_template_put_0.setDirect("true"); 207 int _jspx_eval_template_put_0 = _jspx_th_template_put_0.doStartTag(); 208 if (_jspx_eval_template_put_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { 209 if (_jspx_eval_template_put_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { 210 javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody(); 211 _bc.clear(); 212 out = _bc; 213 _jspx_th_template_put_0.setBodyContent(_bc); 214 _jspx_th_template_put_0.doInitBody(); 215 } 216 do { 217 out.write(" \r\n\t \t \r\n\t\t\t"); 218 out.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"97%\">\r\n\t\t\t\t"); 219 out.write("<tr>\r\n\t\t\t\t\t"); 220 out.write("<td width=\"48%\" valign=\"top\">\r\n\t\t\t\t\t\t"); 221 out.write("<table cellpadding=\"0\" cellspacing=\"0\" width=\"98%\">\r\n\t\t\t\t\t\t\t"); 222 out.write("<tr>\r\n\t\t\t\t\t\t\t\t"); 223 out.write("<td class=\"colorDarkFill\" width=\"6\"> "); 224 out.write("</td>\r\n\t\t\t\t\t\t\t\t"); 225 out.write("<td class=\"title\" style=\"font-size:14px\">\r\n\t\t\t\t\t\t\t\t\t "); 226 if (_jspx_meth_fmt_message_0(_jspx_th_template_put_0, pageContext)) 227 return true; 228 out.write("\r\n\t\t\t\t\t\t\t\t"); 229 out.write("</td>\r\n\t\t\t\t\t\t\t"); 230 out.write("</tr>\r\n\t\t\t\t\t\t\t"); 231 out.write("<tr>\r\n\t\t\t\t\t\t\t\t"); 232 out.write("<td>"); 233 out.write("</td>\r\n\t\t\t\t\t\t\t\t"); 234 out.write("<td class=\"text\">\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t"); 235 if (_jspx_meth_ion_selectObjects_0(_jspx_th_template_put_0, pageContext)) 236 return true; 237 out.write("\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); 238 out.write("</td>\r\n\t\t\t\t\t\t\t"); 239 out.write("</tr>\r\n\t\t\t\t\t\t"); 240 out.write("</table>\r\n\t\t\t\t\t\t"); 241 out.write("<br>\r\n\t\t\t\t\t\t"); 242 out.write("<table cellpadding=\"0\" cellspacing=\"0\" width=\"98%\">\r\n\t\t\t\t\t\t\t"); 243 out.write("<tr>\r\n\t\t\t\t\t\t\t\t"); 244 out.write("<td class=\"colorDarkFill\" width=\"6\"> "); 245 out.write("</td>\r\n\t\t\t\t\t\t\t\t"); 246 out.write("<td class=\"title\" style=\"font-size:14px\">\r\n\t\t\t\t\t\t\t\t\t "); 247 if (_jspx_meth_fmt_message_1(_jspx_th_template_put_0, pageContext)) 248 return true; 249 out.write("\r\n\t\t\t\t\t\t\t\t"); 250 out.write("</td>\r\n\t\t\t\t\t\t\t"); 251 out.write("</tr>\r\n\t\t\t\t\t\t\t"); 252 out.write("<tr>\r\n\t\t\t\t\t\t\t\t"); 253 out.write("<td>"); 254 out.write("</td>\r\n\t\t\t\t\t\t\t\t"); 255 out.write("<td class=\"text\">\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t"); 256 if (_jspx_meth_ion_selectObjects_1(_jspx_th_template_put_0, pageContext)) 257 return true; 258 out.write("\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); 259 out.write("</td>\r\n\t\t\t\t\t\t\t"); 260 out.write("</tr>\r\n\t\t\t\t\t\t"); 261 out.write("</table>\r\n\t\t\t\t\t"); 262 out.write("</td>\r\n\t\t\t\t\t"); 263 out.write("<td width=\"4%\">"); 264 out.write("</td>\r\n\t\t\t\t\t"); 265 out.write("<td width=\"48%\" valign=\"top\">\r\n\t\t\t\t\t\t"); 266 out.write("<table cellpadding=\"0\" cellspacing=\"0\" width=\"98%\">\r\n\t\t\t\t\t\t\t"); 267 out.write("<tr>\r\n\t\t\t\t\t\t\t\t"); 268 out.write("<td class=\"colorDarkFill\" width=\"6\"> "); 269 out.write("</td>\r\n\t\t\t\t\t\t\t\t"); 270 out.write("<td class=\"title\" style=\"font-size:14px\">\r\n\t\t\t\t\t\t\t\t\t "); 271 if (_jspx_meth_fmt_message_2(_jspx_th_template_put_0, pageContext)) 272 return true; 273 out.write("\r\n\t\t\t\t\t\t\t\t"); 274 out.write("</td>\r\n\t\t\t\t\t\t\t"); 275 out.write("</tr>\r\n\t\t\t\t\t\t\t"); 276 out.write("<tr>\r\n\t\t\t\t\t\t\t\t"); 277 out.write("<td>"); 278 out.write("</td>\r\n\t\t\t\t\t\t\t\t"); 279 out.write("<td class=\"text\" style=\"cursor:default\">\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t"); 280 if (_jspx_meth_ion_selectObjects_2(_jspx_th_template_put_0, pageContext)) 281 return true; 282 out.write("\t\r\n\t\t\t\t\t\t\t\t\t"); 283 out.write("<br>"); 284 out.write("<br>\r\n\t\t\t\t\t\t\t\t\t"); 285 out.write("<a HREF=\"/section/group_news.xml\">"); 286 if (_jspx_meth_fmt_message_3(_jspx_th_template_put_0, pageContext)) 287 return true; 288 out.write("</a> | "); 289 out.write("<a HREF=\"/section/supplier_news.xml\">"); 290 if (_jspx_meth_fmt_message_4(_jspx_th_template_put_0, pageContext)) 291 return true; 292 out.write("</a> | "); 293 out.write("<a HREF=\"/section/sector_news.xml\">"); 294 if (_jspx_meth_fmt_message_5(_jspx_th_template_put_0, pageContext)) 295 return true; 296 out.write("</a>\t\t\t\t\r\n\t\t\t\t\t\t\t\t"); 297 out.write("</td>\r\n\t\t\t\t\t\t\t"); 298 out.write("</tr>\r\n\t\t\t\t\t\t"); 299 out.write("</table>\r\n\t\t\t\t\t"); 300 out.write("</td>\r\n\t\t\t\t"); 301 out.write("</tr>\r\n\t\t\t"); 302 out.write("</table>\r\n\t\t\t"); 303 out.write("<br>"); 304 out.write("<br>\r\n\t\r\n\t\t"); 305 int evalDoAfterBody = _jspx_th_template_put_0.doAfterBody(); 306 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) 307 break; 308 } while (true); 309 if (_jspx_eval_template_put_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) 310 out = pageContext.popBody(); 311 } 312 if (_jspx_th_template_put_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 313 return true; 314 _jspx_tagPool_template_put_name_direct.reuse(_jspx_th_template_put_0); 315 return false; 316 } 317 318 private boolean _jspx_meth_fmt_message_0(javax.servlet.jsp.tagext.Tag _jspx_th_template_put_0, javax.servlet.jsp.PageContext pageContext) 319 throws Throwable { 320 JspWriter out = pageContext.getOut(); 321 322 org.apache.taglibs.standard.tag.el.fmt.MessageTag _jspx_th_fmt_message_0 = (org.apache.taglibs.standard.tag.el.fmt.MessageTag) _jspx_tagPool_fmt_message_key_bundle.get(org.apache.taglibs.standard.tag.el.fmt.MessageTag.class); 323 _jspx_th_fmt_message_0.setPageContext(pageContext); 324 _jspx_th_fmt_message_0.setParent(_jspx_th_template_put_0); 325 _jspx_th_fmt_message_0.setKey("home.featureStory"); 326 _jspx_th_fmt_message_0.setBundle("${Messages}"); 327 int _jspx_eval_fmt_message_0 = _jspx_th_fmt_message_0.doStartTag(); 328 if (_jspx_th_fmt_message_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 329 return true; 330 _jspx_tagPool_fmt_message_key_bundle.reuse(_jspx_th_fmt_message_0); 331 return false; 332 } 333 334 private boolean _jspx_meth_ion_selectObjects_0(javax.servlet.jsp.tagext.Tag _jspx_th_template_put_0, javax.servlet.jsp.PageContext pageContext) 335 throws Throwable { 336 JspWriter out = pageContext.getOut(); 337 338 org.nextime.ion.frontoffice.taglib.SelectObjectsTag _jspx_th_ion_selectObjects_0 = (org.nextime.ion.frontoffice.taglib.SelectObjectsTag) _jspx_tagPool_ion_selectObjects_type.get(org.nextime.ion.frontoffice.taglib.SelectObjectsTag.class); 339 _jspx_th_ion_selectObjects_0.setPageContext(pageContext); 340 _jspx_th_ion_selectObjects_0.setParent(_jspx_th_template_put_0); 341 _jspx_th_ion_selectObjects_0.setType("org.nextime.ion.frontoffice.objectSelector.ListOnlinePublications"); 342 int _jspx_eval_ion_selectObjects_0 = _jspx_th_ion_selectObjects_0.doStartTag(); 343 if (_jspx_eval_ion_selectObjects_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { 344 if (_jspx_eval_ion_selectObjects_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { 345 javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody(); 346 _bc.clear(); 347 out = _bc; 348 _jspx_th_ion_selectObjects_0.setBodyContent(_bc); 349 _jspx_th_ion_selectObjects_0.doInitBody(); 350 } 351 do { 352 out.write("\r\n\t\t\t\t\t\t\t\t\t\t"); 353 if (_jspx_meth_ion_param_0(_jspx_th_ion_selectObjects_0, pageContext)) 354 return true; 355 out.write("\r\n\t\t\t\t\t\t\t\t\t\t"); 356 if (_jspx_meth_ion_param_1(_jspx_th_ion_selectObjects_0, pageContext)) 357 return true; 358 out.write("\r\n\t\t\t\t\t\t\t\t\t\t"); 359 if (_jspx_meth_ion_param_2(_jspx_th_ion_selectObjects_0, pageContext)) 360 return true; 361 out.write("\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t"); 362 if (_jspx_meth_ion_iterateOver_0(_jspx_th_ion_selectObjects_0, pageContext)) 363 return true; 364 out.write("\r\n\t\t\t\t\t\t\t\t\t"); 365 int evalDoAfterBody = _jspx_th_ion_selectObjects_0.doAfterBody(); 366 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) 367 break; 368 } while (true); 369 if (_jspx_eval_ion_selectObjects_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) 370 out = pageContext.popBody(); 371 } 372 if (_jspx_th_ion_selectObjects_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 373 return true; 374 _jspx_tagPool_ion_selectObjects_type.reuse(_jspx_th_ion_selectObjects_0); 375 return false; 376 } 377 378 private boolean _jspx_meth_ion_param_0(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_0, javax.servlet.jsp.PageContext pageContext) 379 throws Throwable { 380 JspWriter out = pageContext.getOut(); 381 382 org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag _jspx_th_ion_param_0 = (org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag) _jspx_tagPool_ion_param_value_name.get(org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag.class); 383 _jspx_th_ion_param_0.setPageContext(pageContext); 384 _jspx_th_ion_param_0.setParent(_jspx_th_ion_selectObjects_0); 385 _jspx_th_ion_param_0.setName("section"); 386 _jspx_th_ion_param_0.setValue("feature_story"); 387 int _jspx_eval_ion_param_0 = _jspx_th_ion_param_0.doStartTag(); 388 if (_jspx_th_ion_param_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 389 return true; 390 _jspx_tagPool_ion_param_value_name.reuse(_jspx_th_ion_param_0); 391 return false; 392 } 393 394 private boolean _jspx_meth_ion_param_1(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_0, javax.servlet.jsp.PageContext pageContext) 395 throws Throwable { 396 JspWriter out = pageContext.getOut(); 397 398 org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag _jspx_th_ion_param_1 = (org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag) _jspx_tagPool_ion_param_value_name.get(org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag.class); 399 _jspx_th_ion_param_1.setPageContext(pageContext); 400 _jspx_th_ion_param_1.setParent(_jspx_th_ion_selectObjects_0); 401 _jspx_th_ion_param_1.setName("max"); 402 _jspx_th_ion_param_1.setValue("1"); 403 int _jspx_eval_ion_param_1 = _jspx_th_ion_param_1.doStartTag(); 404 if (_jspx_th_ion_param_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 405 return true; 406 _jspx_tagPool_ion_param_value_name.reuse(_jspx_th_ion_param_1); 407 return false; 408 } 409 410 private boolean _jspx_meth_ion_param_2(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_0, javax.servlet.jsp.PageContext pageContext) 411 throws Throwable { 412 JspWriter out = pageContext.getOut(); 413 414 org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag _jspx_th_ion_param_2 = (org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag) _jspx_tagPool_ion_param_value_name.get(org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag.class); 415 _jspx_th_ion_param_2.setPageContext(pageContext); 416 _jspx_th_ion_param_2.setParent(_jspx_th_ion_selectObjects_0); 417 _jspx_th_ion_param_2.setName("view"); 418 _jspx_th_ion_param_2.setValue("special_mini-detail"); 419 int _jspx_eval_ion_param_2 = _jspx_th_ion_param_2.doStartTag(); 420 if (_jspx_th_ion_param_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 421 return true; 422 _jspx_tagPool_ion_param_value_name.reuse(_jspx_th_ion_param_2); 423 return false; 424 } 425 426 private boolean _jspx_meth_ion_iterateOver_0(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_0, javax.servlet.jsp.PageContext pageContext) 427 throws Throwable { 428 JspWriter out = pageContext.getOut(); 429 430 org.nextime.ion.frontoffice.taglib.IterateOverTag _jspx_th_ion_iterateOver_0 = (org.nextime.ion.frontoffice.taglib.IterateOverTag) _jspx_tagPool_ion_iterateOver_var.get(org.nextime.ion.frontoffice.taglib.IterateOverTag.class); 431 _jspx_th_ion_iterateOver_0.setPageContext(pageContext); 432 _jspx_th_ion_iterateOver_0.setParent(_jspx_th_ion_selectObjects_0); 433 _jspx_th_ion_iterateOver_0.setVar("publicationResult"); 434 int _jspx_eval_ion_iterateOver_0 = _jspx_th_ion_iterateOver_0.doStartTag(); 435 if (_jspx_eval_ion_iterateOver_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { 436 if (_jspx_eval_ion_iterateOver_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { 437 javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody(); 438 _bc.clear(); 439 out = _bc; 440 _jspx_th_ion_iterateOver_0.setBodyContent(_bc); 441 _jspx_th_ion_iterateOver_0.doInitBody(); 442 } 443 do { 444 out.write("\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t"); 445 out.write("<br>"); 446 if (_jspx_meth_c_out_0(_jspx_th_ion_iterateOver_0, pageContext)) 447 return true; 448 out.write("\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t"); 449 int evalDoAfterBody = _jspx_th_ion_iterateOver_0.doAfterBody(); 450 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) 451 break; 452 } while (true); 453 if (_jspx_eval_ion_iterateOver_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) 454 out = pageContext.popBody(); 455 } 456 if (_jspx_th_ion_iterateOver_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 457 return true; 458 _jspx_tagPool_ion_iterateOver_var.reuse(_jspx_th_ion_iterateOver_0); 459 return false; 460 } 461 462 private boolean _jspx_meth_c_out_0(javax.servlet.jsp.tagext.Tag _jspx_th_ion_iterateOver_0, javax.servlet.jsp.PageContext pageContext) 463 throws Throwable { 464 JspWriter out = pageContext.getOut(); 465 466 org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_0 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml.get(org.apache.taglibs.standard.tag.el.core.OutTag.class); 467 _jspx_th_c_out_0.setPageContext(pageContext); 468 _jspx_th_c_out_0.setParent(_jspx_th_ion_iterateOver_0); 469 _jspx_th_c_out_0.setValue("${publicationResult.view}"); 470 _jspx_th_c_out_0.setEscapeXml("false"); 471 int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag(); 472 if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 473 return true; 474 _jspx_tagPool_c_out_value_escapeXml.reuse(_jspx_th_c_out_0); 475 return false; 476 } 477 478 private boolean _jspx_meth_fmt_message_1(javax.servlet.jsp.tagext.Tag _jspx_th_template_put_0, javax.servlet.jsp.PageContext pageContext) 479 throws Throwable { 480 JspWriter out = pageContext.getOut(); 481 482 org.apache.taglibs.standard.tag.el.fmt.MessageTag _jspx_th_fmt_message_1 = (org.apache.taglibs.standard.tag.el.fmt.MessageTag) _jspx_tagPool_fmt_message_key_bundle.get(org.apache.taglibs.standard.tag.el.fmt.MessageTag.class); 483 _jspx_th_fmt_message_1.setPageContext(pageContext); 484 _jspx_th_fmt_message_1.setParent(_jspx_th_template_put_0); 485 _jspx_th_fmt_message_1.setKey("home.peopleStory"); 486 _jspx_th_fmt_message_1.setBundle("${Messages}"); 487 int _jspx_eval_fmt_message_1 = _jspx_th_fmt_message_1.doStartTag(); 488 if (_jspx_th_fmt_message_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 489 return true; 490 _jspx_tagPool_fmt_message_key_bundle.reuse(_jspx_th_fmt_message_1); 491 return false; 492 } 493 494 private boolean _jspx_meth_ion_selectObjects_1(javax.servlet.jsp.tagext.Tag _jspx_th_template_put_0, javax.servlet.jsp.PageContext pageContext) 495 throws Throwable { 496 JspWriter out = pageContext.getOut(); 497 498 org.nextime.ion.frontoffice.taglib.SelectObjectsTag _jspx_th_ion_selectObjects_1 = (org.nextime.ion.frontoffice.taglib.SelectObjectsTag) _jspx_tagPool_ion_selectObjects_type.get(org.nextime.ion.frontoffice.taglib.SelectObjectsTag.class); 499 _jspx_th_ion_selectObjects_1.setPageContext(pageContext); 500 _jspx_th_ion_selectObjects_1.setParent(_jspx_th_template_put_0); 501 _jspx_th_ion_selectObjects_1.setType("org.nextime.ion.frontoffice.objectSelector.ListOnlinePublications"); 502 int _jspx_eval_ion_selectObjects_1 = _jspx_th_ion_selectObjects_1.doStartTag(); 503 if (_jspx_eval_ion_selectObjects_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { 504 if (_jspx_eval_ion_selectObjects_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { 505 javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody(); 506 _bc.clear(); 507 out = _bc; 508 _jspx_th_ion_selectObjects_1.setBodyContent(_bc); 509 _jspx_th_ion_selectObjects_1.doInitBody(); 510 } 511 do { 512 out.write("\r\n\t\t\t\t\t\t\t\t\t\t"); 513 if (_jspx_meth_ion_param_3(_jspx_th_ion_selectObjects_1, pageContext)) 514 return true; 515 out.write("\r\n\t\t\t\t\t\t\t\t\t\t"); 516 if (_jspx_meth_ion_param_4(_jspx_th_ion_selectObjects_1, pageContext)) 517 return true; 518 out.write("\r\n\t\t\t\t\t\t\t\t\t\t"); 519 if (_jspx_meth_ion_param_5(_jspx_th_ion_selectObjects_1, pageContext)) 520 return true; 521 out.write("\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t"); 522 if (_jspx_meth_ion_iterateOver_1(_jspx_th_ion_selectObjects_1, pageContext)) 523 return true; 524 out.write("\r\n\t\t\t\t\t\t\t\t\t"); 525 int evalDoAfterBody = _jspx_th_ion_selectObjects_1.doAfterBody(); 526 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) 527 break; 528 } while (true); 529 if (_jspx_eval_ion_selectObjects_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) 530 out = pageContext.popBody(); 531 } 532 if (_jspx_th_ion_selectObjects_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 533 return true; 534 _jspx_tagPool_ion_selectObjects_type.reuse(_jspx_th_ion_selectObjects_1); 535 return false; 536 } 537 538 private boolean _jspx_meth_ion_param_3(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_1, javax.servlet.jsp.PageContext pageContext) 539 throws Throwable { 540 JspWriter out = pageContext.getOut(); 541 542 org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag _jspx_th_ion_param_3 = (org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag) _jspx_tagPool_ion_param_value_name.get(org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag.class); 543 _jspx_th_ion_param_3.setPageContext(pageContext); 544 _jspx_th_ion_param_3.setParent(_jspx_th_ion_selectObjects_1); 545 _jspx_th_ion_param_3.setName("section"); 546 _jspx_th_ion_param_3.setValue("portrait"); 547 int _jspx_eval_ion_param_3 = _jspx_th_ion_param_3.doStartTag(); 548 if (_jspx_th_ion_param_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 549 return true; 550 _jspx_tagPool_ion_param_value_name.reuse(_jspx_th_ion_param_3); 551 return false; 552 } 553 554 private boolean _jspx_meth_ion_param_4(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_1, javax.servlet.jsp.PageContext pageContext) 555 throws Throwable { 556 JspWriter out = pageContext.getOut(); 557 558 org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag _jspx_th_ion_param_4 = (org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag) _jspx_tagPool_ion_param_value_name.get(org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag.class); 559 _jspx_th_ion_param_4.setPageContext(pageContext); 560 _jspx_th_ion_param_4.setParent(_jspx_th_ion_selectObjects_1); 561 _jspx_th_ion_param_4.setName("max"); 562 _jspx_th_ion_param_4.setValue("1"); 563 int _jspx_eval_ion_param_4 = _jspx_th_ion_param_4.doStartTag(); 564 if (_jspx_th_ion_param_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 565 return true; 566 _jspx_tagPool_ion_param_value_name.reuse(_jspx_th_ion_param_4); 567 return false; 568 } 569 570 private boolean _jspx_meth_ion_param_5(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_1, javax.servlet.jsp.PageContext pageContext) 571 throws Throwable { 572 JspWriter out = pageContext.getOut(); 573 574 org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag _jspx_th_ion_param_5 = (org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag) _jspx_tagPool_ion_param_value_name.get(org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag.class); 575 _jspx_th_ion_param_5.setPageContext(pageContext); 576 _jspx_th_ion_param_5.setParent(_jspx_th_ion_selectObjects_1); 577 _jspx_th_ion_param_5.setName("view"); 578 _jspx_th_ion_param_5.setValue("special_mini-detail"); 579 int _jspx_eval_ion_param_5 = _jspx_th_ion_param_5.doStartTag(); 580 if (_jspx_th_ion_param_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 581 return true; 582 _jspx_tagPool_ion_param_value_name.reuse(_jspx_th_ion_param_5); 583 return false; 584 } 585 586 private boolean _jspx_meth_ion_iterateOver_1(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_1, javax.servlet.jsp.PageContext pageContext) 587 throws Throwable { 588 JspWriter out = pageContext.getOut(); 589 590 org.nextime.ion.frontoffice.taglib.IterateOverTag _jspx_th_ion_iterateOver_1 = (org.nextime.ion.frontoffice.taglib.IterateOverTag) _jspx_tagPool_ion_iterateOver_var.get(org.nextime.ion.frontoffice.taglib.IterateOverTag.class); 591 _jspx_th_ion_iterateOver_1.setPageContext(pageContext); 592 _jspx_th_ion_iterateOver_1.setParent(_jspx_th_ion_selectObjects_1); 593 _jspx_th_ion_iterateOver_1.setVar("publicationResult"); 594 int _jspx_eval_ion_iterateOver_1 = _jspx_th_ion_iterateOver_1.doStartTag(); 595 if (_jspx_eval_ion_iterateOver_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { 596 if (_jspx_eval_ion_iterateOver_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { 597 javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody(); 598 _bc.clear(); 599 out = _bc; 600 _jspx_th_ion_iterateOver_1.setBodyContent(_bc); 601 _jspx_th_ion_iterateOver_1.doInitBody(); 602 } 603 do { 604 out.write("\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t"); 605 out.write("<br>"); 606 if (_jspx_meth_c_out_1(_jspx_th_ion_iterateOver_1, pageContext)) 607 return true; 608 out.write("\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t"); 609 int evalDoAfterBody = _jspx_th_ion_iterateOver_1.doAfterBody(); 610 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) 611 break; 612 } while (true); 613 if (_jspx_eval_ion_iterateOver_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) 614 out = pageContext.popBody(); 615 } 616 if (_jspx_th_ion_iterateOver_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 617 return true; 618 _jspx_tagPool_ion_iterateOver_var.reuse(_jspx_th_ion_iterateOver_1); 619 return false; 620 } 621 622 private boolean _jspx_meth_c_out_1(javax.servlet.jsp.tagext.Tag _jspx_th_ion_iterateOver_1, javax.servlet.jsp.PageContext pageContext) 623 throws Throwable { 624 JspWriter out = pageContext.getOut(); 625 626 org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_1 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml.get(org.apache.taglibs.standard.tag.el.core.OutTag.class); 627 _jspx_th_c_out_1.setPageContext(pageContext); 628 _jspx_th_c_out_1.setParent(_jspx_th_ion_iterateOver_1); 629 _jspx_th_c_out_1.setValue("${publicationResult.view}"); 630 _jspx_th_c_out_1.setEscapeXml("false"); 631 int _jspx_eval_c_out_1 = _jspx_th_c_out_1.doStartTag(); 632 if (_jspx_th_c_out_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 633 return true; 634 _jspx_tagPool_c_out_value_escapeXml.reuse(_jspx_th_c_out_1); 635 return false; 636 } 637 638 private boolean _jspx_meth_fmt_message_2(javax.servlet.jsp.tagext.Tag _jspx_th_template_put_0, javax.servlet.jsp.PageContext pageContext) 639 throws Throwable { 640 JspWriter out = pageContext.getOut(); 641 642 org.apache.taglibs.standard.tag.el.fmt.MessageTag _jspx_th_fmt_message_2 = (org.apache.taglibs.standard.tag.el.fmt.MessageTag) _jspx_tagPool_fmt_message_key_bundle.get(org.apache.taglibs.standard.tag.el.fmt.MessageTag.class); 643 _jspx_th_fmt_message_2.setPageContext(pageContext); 644 _jspx_th_fmt_message_2.setParent(_jspx_th_template_put_0); 645 _jspx_th_fmt_message_2.setKey("home.businessNews"); 646 _jspx_th_fmt_message_2.setBundle("${Messages}"); 647 int _jspx_eval_fmt_message_2 = _jspx_th_fmt_message_2.doStartTag(); 648 if (_jspx_th_fmt_message_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 649 return true; 650 _jspx_tagPool_fmt_message_key_bundle.reuse(_jspx_th_fmt_message_2); 651 return false; 652 } 653 654 private boolean _jspx_meth_ion_selectObjects_2(javax.servlet.jsp.tagext.Tag _jspx_th_template_put_0, javax.servlet.jsp.PageContext pageContext) 655 throws Throwable { 656 JspWriter out = pageContext.getOut(); 657 658 org.nextime.ion.frontoffice.taglib.SelectObjectsTag _jspx_th_ion_selectObjects_2 = (org.nextime.ion.frontoffice.taglib.SelectObjectsTag) _jspx_tagPool_ion_selectObjects_type.get(org.nextime.ion.frontoffice.taglib.SelectObjectsTag.class); 659 _jspx_th_ion_selectObjects_2.setPageContext(pageContext); 660 _jspx_th_ion_selectObjects_2.setParent(_jspx_th_template_put_0); 661 _jspx_th_ion_selectObjects_2.setType("org.nextime.ion.frontoffice.objectSelector.ListOnlinePublications"); 662 int _jspx_eval_ion_selectObjects_2 = _jspx_th_ion_selectObjects_2.doStartTag(); 663 if (_jspx_eval_ion_selectObjects_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { 664 if (_jspx_eval_ion_selectObjects_2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { 665 javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody(); 666 _bc.clear(); 667 out = _bc; 668 _jspx_th_ion_selectObjects_2.setBodyContent(_bc); 669 _jspx_th_ion_selectObjects_2.doInitBody(); 670 } 671 do { 672 out.write("\r\n\t\t\t\t\t\t\t\t\t\t"); 673 if (_jspx_meth_ion_param_6(_jspx_th_ion_selectObjects_2, pageContext)) 674 return true; 675 out.write("\r\n\t\t\t\t\t\t\t\t\t\t"); 676 if (_jspx_meth_ion_param_7(_jspx_th_ion_selectObjects_2, pageContext)) 677 return true; 678 out.write("\r\n\t\t\t\t\t\t\t\t\t\t"); 679 if (_jspx_meth_ion_param_8(_jspx_th_ion_selectObjects_2, pageContext)) 680 return true; 681 out.write("\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t"); 682 if (_jspx_meth_ion_iterateOver_2(_jspx_th_ion_selectObjects_2, pageContext)) 683 return true; 684 out.write("\r\n\t\t\t\t\t\t\t\t\t"); 685 int evalDoAfterBody = _jspx_th_ion_selectObjects_2.doAfterBody(); 686 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) 687 break; 688 } while (true); 689 if (_jspx_eval_ion_selectObjects_2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) 690 out = pageContext.popBody(); 691 } 692 if (_jspx_th_ion_selectObjects_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 693 return true; 694 _jspx_tagPool_ion_selectObjects_type.reuse(_jspx_th_ion_selectObjects_2); 695 return false; 696 } 697 698 private boolean _jspx_meth_ion_param_6(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_2, javax.servlet.jsp.PageContext pageContext) 699 throws Throwable { 700 JspWriter out = pageContext.getOut(); 701 702 org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag _jspx_th_ion_param_6 = (org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag) _jspx_tagPool_ion_param_value_name.get(org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag.class); 703 _jspx_th_ion_param_6.setPageContext(pageContext); 704 _jspx_th_ion_param_6.setParent(_jspx_th_ion_selectObjects_2); 705 _jspx_th_ion_param_6.setName("section"); 706 _jspx_th_ion_param_6.setValue("sector_news"); 707 int _jspx_eval_ion_param_6 = _jspx_th_ion_param_6.doStartTag(); 708 if (_jspx_th_ion_param_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 709 return true; 710 _jspx_tagPool_ion_param_value_name.reuse(_jspx_th_ion_param_6); 711 return false; 712 } 713 714 private boolean _jspx_meth_ion_param_7(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_2, javax.servlet.jsp.PageContext pageContext) 715 throws Throwable { 716 JspWriter out = pageContext.getOut(); 717 718 org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag _jspx_th_ion_param_7 = (org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag) _jspx_tagPool_ion_param_value_name.get(org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag.class); 719 _jspx_th_ion_param_7.setPageContext(pageContext); 720 _jspx_th_ion_param_7.setParent(_jspx_th_ion_selectObjects_2); 721 _jspx_th_ion_param_7.setName("max"); 722 _jspx_th_ion_param_7.setValue("3"); 723 int _jspx_eval_ion_param_7 = _jspx_th_ion_param_7.doStartTag(); 724 if (_jspx_th_ion_param_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 725 return true; 726 _jspx_tagPool_ion_param_value_name.reuse(_jspx_th_ion_param_7); 727 return false; 728 } 729 730 private boolean _jspx_meth_ion_param_8(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_2, javax.servlet.jsp.PageContext pageContext) 731 throws Throwable { 732 JspWriter out = pageContext.getOut(); 733 734 org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag _jspx_th_ion_param_8 = (org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag) _jspx_tagPool_ion_param_value_name.get(org.nextime.ion.frontoffice.taglib.SelectObjectsParamTag.class); 735 _jspx_th_ion_param_8.setPageContext(pageContext); 736 _jspx_th_ion_param_8.setParent(_jspx_th_ion_selectObjects_2); 737 _jspx_th_ion_param_8.setName("view"); 738 _jspx_th_ion_param_8.setValue("special_newsHome"); 739 int _jspx_eval_ion_param_8 = _jspx_th_ion_param_8.doStartTag(); 740 if (_jspx_th_ion_param_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 741 return true; 742 _jspx_tagPool_ion_param_value_name.reuse(_jspx_th_ion_param_8); 743 return false; 744 } 745 746 private boolean _jspx_meth_ion_iterateOver_2(javax.servlet.jsp.tagext.Tag _jspx_th_ion_selectObjects_2, javax.servlet.jsp.PageContext pageContext) 747 throws Throwable { 748 JspWriter out = pageContext.getOut(); 749 750 org.nextime.ion.frontoffice.taglib.IterateOverTag _jspx_th_ion_iterateOver_2 = (org.nextime.ion.frontoffice.taglib.IterateOverTag) _jspx_tagPool_ion_iterateOver_var.get(org.nextime.ion.frontoffice.taglib.IterateOverTag.class); 751 _jspx_th_ion_iterateOver_2.setPageContext(pageContext); 752 _jspx_th_ion_iterateOver_2.setParent(_jspx_th_ion_selectObjects_2); 753 _jspx_th_ion_iterateOver_2.setVar("publicationResult"); 754 int _jspx_eval_ion_iterateOver_2 = _jspx_th_ion_iterateOver_2.doStartTag(); 755 if (_jspx_eval_ion_iterateOver_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { 756 if (_jspx_eval_ion_iterateOver_2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { 757 javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody(); 758 _bc.clear(); 759 out = _bc; 760 _jspx_th_ion_iterateOver_2.setBodyContent(_bc); 761 _jspx_th_ion_iterateOver_2.doInitBody(); 762 } 763 do { 764 out.write("\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t"); 765 out.write("<br>"); 766 if (_jspx_meth_c_out_2(_jspx_th_ion_iterateOver_2, pageContext)) 767 return true; 768 out.write("<br>\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t"); 769 int evalDoAfterBody = _jspx_th_ion_iterateOver_2.doAfterBody(); 770 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) 771 break; 772 } while (true); 773 if (_jspx_eval_ion_iterateOver_2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) 774 out = pageContext.popBody(); 775 } 776 if (_jspx_th_ion_iterateOver_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 777 return true; 778 _jspx_tagPool_ion_iterateOver_var.reuse(_jspx_th_ion_iterateOver_2); 779 return false; 780 } 781 782 private boolean _jspx_meth_c_out_2(javax.servlet.jsp.tagext.Tag _jspx_th_ion_iterateOver_2, javax.servlet.jsp.PageContext pageContext) 783 throws Throwable { 784 JspWriter out = pageContext.getOut(); 785 786 org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_2 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_escapeXml.get(org.apache.taglibs.standard.tag.el.core.OutTag.class); 787 _jspx_th_c_out_2.setPageContext(pageContext); 788 _jspx_th_c_out_2.setParent(_jspx_th_ion_iterateOver_2); 789 _jspx_th_c_out_2.setValue("${publicationResult.view}"); 790 _jspx_th_c_out_2.setEscapeXml("false"); 791 int _jspx_eval_c_out_2 = _jspx_th_c_out_2.doStartTag(); 792 if (_jspx_th_c_out_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 793 return true; 794 _jspx_tagPool_c_out_value_escapeXml.reuse(_jspx_th_c_out_2); 795 return false; 796 } 797 798 private boolean _jspx_meth_fmt_message_3(javax.servlet.jsp.tagext.Tag _jspx_th_template_put_0, javax.servlet.jsp.PageContext pageContext) 799 throws Throwable { 800 JspWriter out = pageContext.getOut(); 801 802 org.apache.taglibs.standard.tag.el.fmt.MessageTag _jspx_th_fmt_message_3 = (org.apache.taglibs.standard.tag.el.fmt.MessageTag) _jspx_tagPool_fmt_message_key_bundle.get(org.apache.taglibs.standard.tag.el.fmt.MessageTag.class); 803 _jspx_th_fmt_message_3.setPageContext(pageContext); 804 _jspx_th_fmt_message_3.setParent(_jspx_th_template_put_0); 805 _jspx_th_fmt_message_3.setKey("home.groupNews"); 806 _jspx_th_fmt_message_3.setBundle("${Messages}"); 807 int _jspx_eval_fmt_message_3 = _jspx_th_fmt_message_3.doStartTag(); 808 if (_jspx_th_fmt_message_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 809 return true; 810 _jspx_tagPool_fmt_message_key_bundle.reuse(_jspx_th_fmt_message_3); 811 return false; 812 } 813 814 private boolean _jspx_meth_fmt_message_4(javax.servlet.jsp.tagext.Tag _jspx_th_template_put_0, javax.servlet.jsp.PageContext pageContext) 815 throws Throwable { 816 JspWriter out = pageContext.getOut(); 817 818 org.apache.taglibs.standard.tag.el.fmt.MessageTag _jspx_th_fmt_message_4 = (org.apache.taglibs.standard.tag.el.fmt.MessageTag) _jspx_tagPool_fmt_message_key_bundle.get(org.apache.taglibs.standard.tag.el.fmt.MessageTag.class); 819 _jspx_th_fmt_message_4.setPageContext(pageContext); 820 _jspx_th_fmt_message_4.setParent(_jspx_th_template_put_0); 821 _jspx_th_fmt_message_4.setKey("home.suppliersNews"); 822 _jspx_th_fmt_message_4.setBundle("${Messages}"); 823 int _jspx_eval_fmt_message_4 = _jspx_th_fmt_message_4.doStartTag(); 824 if (_jspx_th_fmt_message_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 825 return true; 826 _jspx_tagPool_fmt_message_key_bundle.reuse(_jspx_th_fmt_message_4); 827 return false; 828 } 829 830 private boolean _jspx_meth_fmt_message_5(javax.servlet.jsp.tagext.Tag _jspx_th_template_put_0, javax.servlet.jsp.PageContext pageContext) 831 throws Throwable { 832 JspWriter out = pageContext.getOut(); 833 834 org.apache.taglibs.standard.tag.el.fmt.MessageTag _jspx_th_fmt_message_5 = (org.apache.taglibs.standard.tag.el.fmt.MessageTag) _jspx_tagPool_fmt_message_key_bundle.get(org.apache.taglibs.standard.tag.el.fmt.MessageTag.class); 835 _jspx_th_fmt_message_5.setPageContext(pageContext); 836 _jspx_th_fmt_message_5.setParent(_jspx_th_template_put_0); 837 _jspx_th_fmt_message_5.setKey("home.sectorNews"); 838 _jspx_th_fmt_message_5.setBundle("${Messages}"); 839 int _jspx_eval_fmt_message_5 = _jspx_th_fmt_message_5.doStartTag(); 840 if (_jspx_th_fmt_message_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) 841 return true; 842 _jspx_tagPool_fmt_message_key_bundle.reuse(_jspx_th_fmt_message_5); 843 return false; 844 } 845 } 846 | Popular Tags |