Пример #1
0
 private void _jspInit(ServletConfig config) {
   _005fjspx_005ftagPool_005fc_005fif_0026_005ftest =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fvar_005fcode_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fc_005fchoose =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fspring_005fescapeBody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvalue_005fpattern_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fc_005fotherwise =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fspring_005feval_0026_005fexpression_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _el_expressionfactory =
       _jspxFactory.getJspApplicationContext(config.getServletContext()).getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           config.getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
Пример #2
0
 private void _jspInit(ServletConfig config) {
   _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _el_expressionfactory =
       _jspxFactory.getJspApplicationContext(config.getServletContext()).getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           config.getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
Пример #3
0
 public void init(ServletConfig config) throws ServletException {
   com.caucho.server.webapp.WebApp webApp =
       (com.caucho.server.webapp.WebApp) config.getServletContext();
   super.init(config);
   com.caucho.jsp.TaglibManager manager = webApp.getJspApplicationContext().getTaglibManager();
   com.caucho.jsp.PageContextImpl pageContext = new com.caucho.jsp.PageContextImpl(webApp, this);
 }
Пример #4
0
 private void _jspInit(ServletConfig config) {
   _005fjspx_005ftagPool_005fc_005fif_0026_005ftest =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fcode_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fspring_005furl_0026_005fvar_005fvalue =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fspring_005fparam_0026_005fvalue_005fname_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fvar_005fhtmlEscape_005fcode_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _el_expressionfactory =
       _jspxFactory.getJspApplicationContext(config.getServletContext()).getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           config.getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
 public void caucho_init(ServletConfig config) {
   try {
     com.caucho.server.webapp.WebApp webApp =
         (com.caucho.server.webapp.WebApp) config.getServletContext();
     init(config);
     if (com.caucho.jsp.JspManager.getCheckInterval() >= 0)
       _caucho_depends.setCheckInterval(com.caucho.jsp.JspManager.getCheckInterval());
     _jsp_pageManager = webApp.getJspApplicationContext().getPageManager();
     com.caucho.jsp.TaglibManager manager = webApp.getJspApplicationContext().getTaglibManager();
     com.caucho.jsp.PageContextImpl pageContext =
         new com.caucho.jsp.InitPageContextImpl(webApp, this);
   } catch (Exception e) {
     throw com.caucho.config.ConfigException.create(e);
   }
 }
Пример #6
0
 public void init(ServletConfig config) throws ServletException {
   com.caucho.server.webapp.WebApp webApp =
       (com.caucho.server.webapp.WebApp) config.getServletContext();
   super.init(config);
   com.caucho.jsp.TaglibManager manager = webApp.getJspApplicationContext().getTaglibManager();
   manager.addTaglibFunctions(_jsp_functionMap, "c", "http://java.sun.com/jstl/core");
   manager.addTaglibFunctions(_jsp_functionMap, "fmt", "http://java.sun.com/jstl/fmt");
   manager.addTaglibFunctions(_jsp_functionMap, "fn", "http://java.sun.com/jstl/functions");
   manager.addTaglibFunctions(_jsp_functionMap, "mytld", "/tld/MyTld");
   com.caucho.jsp.PageContextImpl pageContext = new com.caucho.jsp.PageContextImpl(webApp, this);
   _caucho_expr_0 = com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.id}");
   _caucho_expr_1 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.category}");
   _caucho_expr_2 = com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.city}");
   _caucho_expr_3 = com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.siteId}");
   _caucho_expr_4 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.service}");
   _caucho_expr_5 = com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.group}");
   _caucho_expr_6 = com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.url1}");
   _caucho_expr_7 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.startTime}");
   _caucho_expr_8 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.endTime}");
   _caucho_expr_9 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.orgPrice}");
   _caucho_expr_10 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.sellPrice}");
   _caucho_expr_11 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.discount}");
   _caucho_expr_12 = com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.title}");
   _caucho_expr_13 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.address}");
   _caucho_expr_14 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.userCount}");
   _caucho_expr_15 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.viewFlag==1}");
   _caucho_expr_16 = com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.phone}");
   _caucho_expr_17 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.webSite}");
   _caucho_expr_18 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.trafficInfo}");
   _caucho_expr_19 = com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.biefe}");
   _caucho_expr_20 =
       com.caucho.jsp.JspUtil.createExpr(pageContext.getELContext(), "${obj.ifTest==0}");
 }