コード例 #1
0
ファイル: index_jsp.java プロジェクト: h4ck3rm1k3/Infinit.e
 public void _jspInit() {
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #2
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005ftiles_005finsert_0026_005fpage_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ftiles_005finsert_0026_005ftemplate_005fflush =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ftiles_005fput_0026_005fvalue_005fname_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ftiles_005fput_0026_005ftype_005fname =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fif_0026_005ftest =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fhtml_005fimg_0026_005fwidth_005fsrc_005fheight_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fs_005flink_0026_005fhref =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvalue_005fpattern_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #3
0
  @Override
  public void contextInitialized(ServletContextEvent sce) {

    ServletContext context = sce.getServletContext();
    cdiContainer = (CdiContainer) context.getAttribute("org.ops4j.pax.cdi.container");
    cdiContainer.start(context);
    WeldManager manager = cdiContainer.unwrap(WeldManager.class);

    CdiInstanceFactoryBuilder builder = new CdiInstanceFactoryBuilder(manager);
    @SuppressWarnings("unchecked")
    Map<String, Object> attributes =
        (Map<String, Object>) context.getAttribute("org.ops4j.pax.web.attributes");
    if (attributes != null) {
      attributes.put("org.ops4j.pax.cdi.ClassIntrospecter", builder);
      log.info("registered CdiInstanceFactoryBuilder for Undertow");
    }
    context.setAttribute("org.ops4j.pax.cdi.BeanManager", cdiContainer.getBeanManager());

    JspFactory jspFactory = JspFactory.getDefaultFactory();
    if (jspFactory != null) {
      JspApplicationContext jspApplicationContext = jspFactory.getJspApplicationContext(context);

      jspApplicationContext.addELResolver(manager.getELResolver());
      jspApplicationContext.addELContextListener(new WeldELContextListener());
    }
    super.contextInitialized(sce);
  }
コード例 #4
0
ファイル: index_jsp.java プロジェクト: suevip/xes
 public void _jspInit() {
   _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fup72_005foverride_0026_005fname =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fif_0026_005ftest =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #5
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());
 }
コード例 #6
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ft_005fdatagrid_0026_005ftitle_005fname_005fidField_005ffit_005factionUrl =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ft_005fdgCol_0026_005ftitle_005fhidden_005ffield_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ft_005fdgCol_0026_005ftitle_005ffield_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ft_005fdgCol_0026_005ftitle_005fformatter_005ffield_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ft_005fdgCol_0026_005fwidth_005ftitle_005ffield_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ft_005fdgFunOpt_0026_005ftitle_005ffunname_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ft_005fdgDelOpt_0026_005furl_005ftitle_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ft_005fdgToolBar_0026_005furl_005ftitle_005ficon_005ffunname_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #7
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fbean_005fmessage_0026_005fkey_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fjbilling_005freportList_0026_005fmode_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005flogic_005fiterate_0026_005fscope_005fname_005fid =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fchoose =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fremove_0026_005fvar_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fotherwise =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fbean_005fwrite_0026_005fproperty_005fname_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fhtml_005flink_0026_005fparamProperty_005fparamName_005fparamId_005fpage =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #8
0
ファイル: commentList_jsp.java プロジェクト: VincentFxz/EAM
 public void _jspInit() {
   _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fform_005fform_0026_005fmodelAttribute_005fmethod_005fid_005fclass_005faction =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fform_005finput_0026_005fpath_005fmaxlength_005fhtmlEscape_005fclass_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fform_005fradiobuttons_0026_005fpath_005fonclick_005fitems_005fitemValue_005fitemLabel_005fhtmlEscape_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ffmt_005fformatDate_0026_005fvalue_005ftype_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fshiro_005fhasPermission_0026_005fname =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fif_0026_005ftest =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #9
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fs_005fform_005ftheme_005fmethod_005fenctype_005faction =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fs_005ffile_005fname_005fid_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fs_005fform_005ftheme_005fmethod_005faction =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fec_005ftable_005fwidth_005fvar_005fuseAjax_005ftoolbarContent_005ftableId_005fshowHeader_005frowsDisplayed_005fretrieveRowsCallback_005fpageSizeList_005fitems_005fdoPreload_005fclassic_005faction =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fec_005frow =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fec_005fcolumn_005fvalue_005ftitle_005fproperty_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fec_005fcolumn_005ftitle_005fsortable_005fproperty_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #10
0
 private void _jspInit(javax.servlet.ServletConfig config) {
   _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(config);
   _el_expressionfactory =
       _jspxFactory.getJspApplicationContext(config.getServletContext()).getExpressionFactory();
   _jsp_instancemanager =
       org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(config);
 }
コード例 #11
0
 public void _jspInit() {
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_instancemanager =
       org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
 }
コード例 #12
0
ファイル: sort_tag.java プロジェクト: NBAzx/coolweb
 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());
 }
コード例 #13
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fkk_005fmsg_0026_005fkey_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_instancemanager =
       org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
 }
コード例 #14
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fform_005fform_0026_005fmethod_005fcommandName_005fclass_005faction =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fform_005finput_0026_005ftype_005fplaceholder_005fpath_005fclass_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_instancemanager =
       org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
 }
コード例 #15
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_instancemanager =
       org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
 }
コード例 #16
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fliferay_002dtheme_005fdefineObjects_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #17
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fcore_005fset_0026_005fvar_005fvalue_005fscope_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #18
0
 public javax.el.ExpressionFactory _jsp_getExpressionFactory() {
   if (_el_expressionfactory == null) {
     synchronized (this) {
       if (_el_expressionfactory == null) {
         _el_expressionfactory =
             _jspxFactory
                 .getJspApplicationContext(getServletConfig().getServletContext())
                 .getExpressionFactory();
       }
     }
   }
   return _el_expressionfactory;
 }
コード例 #19
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fc_005fchoose =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fotherwise =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_instancemanager =
       org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
 }
コード例 #20
0
ファイル: start_jsp.java プロジェクト: txume/portal
 public void _jspInit() {
   _005fjspx_005ftagPool_005fliferay_002dtheme_005fdefineObjects_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fif_0026_005ftest =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_instancemanager =
       org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
 }
コード例 #21
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fstripes_005flayout_002drender_0026_005fname =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fstripes_005flayout_002dcomponent_0026_005fname =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fstripes_005fform_0026_005fname_005fid_005faction =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_instancemanager =
       org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
 }
コード例 #22
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fliferay_002dtheme_005fdefineObjects_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005flabel_005fid_005fcssClass_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005faui_005finput_0026_005fwrap_005fvalue_005ftype_005fname_005flabel_005fid_005fcssClass_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_instancemanager =
       org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
 }
コード例 #23
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005flogic_005fequal_0026_005fvalue_005fscope_005fproperty_005fname =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fbean_005fmessage_0026_005fkey_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #24
0
  /**
   * Proprietary method to evaluate EL expressions. XXX - This method should go away once the EL
   * interpreter moves out of JSTL and into its own project. For now, this is necessary because the
   * standard machinery is too slow.
   *
   * @param expression The expression to be evaluated
   * @param expectedType The expected resulting type
   * @param pageContext The page context
   * @param functionMap Maps prefix and name to Method
   * @return The result of the evaluation
   */
  public static Object proprietaryEvaluate(
      final String expression,
      final Class<?> expectedType,
      final PageContext pageContext,
      final ProtectedFunctionMapper functionMap,
      final boolean escape)
      throws ELException {
    Object retValue;
    final ExpressionFactory exprFactory =
        jspf.getJspApplicationContext(pageContext.getServletContext()).getExpressionFactory();
    if (SecurityUtil.isPackageProtectionEnabled()) {
      try {
        retValue =
            AccessController.doPrivileged(
                new PrivilegedExceptionAction<Object>() {

                  @Override
                  public Object run() throws Exception {
                    ELContextImpl ctx = (ELContextImpl) pageContext.getELContext();
                    ctx.setFunctionMapper(new FunctionMapperImpl(functionMap));
                    ValueExpression ve =
                        exprFactory.createValueExpression(ctx, expression, expectedType);
                    return ve.getValue(ctx);
                  }
                });
      } catch (PrivilegedActionException ex) {
        Exception realEx = ex.getException();
        if (realEx instanceof ELException) {
          throw (ELException) realEx;
        } else {
          throw new ELException(realEx);
        }
      }
    } else {
      ELContextImpl ctx = (ELContextImpl) pageContext.getELContext();
      ctx.setFunctionMapper(new FunctionMapperImpl(functionMap));
      ValueExpression ve = exprFactory.createValueExpression(ctx, expression, expectedType);
      retValue = ve.getValue(ctx);
    }
    if (escape && retValue != null) {
      retValue = XmlEscape(retValue.toString());
    }

    return retValue;
  }
コード例 #25
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fform_005fform_0026_005fcommandName_005faction =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fform_005finput_0026_005freadonly_005fpath_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fform_005finput_0026_005fpath_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fform_005ferrors_0026_005fpath_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #26
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fif_0026_005ftest =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005ft_005fdictSelect_0026_005ftypeGroupCode_005fhasLabel_005ffield_005fdefaultVal_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #27
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fform_005fform_0026_005fmodelAttribute_005fmethod_005faction =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fcode_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fspring_005fnestedPath_0026_005fpath =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fform_005flabel_0026_005fpath =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }
コード例 #28
0
ファイル: theme_tagx.java プロジェクト: AjinkyaP/Paarambha
 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());
 }
コード例 #29
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fform_005fform_0026_005fcssClass_005fcommandName =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fform_005finput_0026_005fpath_005fcssClass_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fform_005ftextarea_0026_005frows_005fpath_005fid_005fclass_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fform_005fselect_0026_005fpath_005fclass =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fckeditor_005freplace_0026_005freplace_005fbasePath_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_instancemanager =
       org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
 }
コード例 #30
0
 public void _jspInit() {
   _005fjspx_005ftagPool_005fbean_005fmessage_0026_005fkey_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fhtml_005fmessages_0026_005fmessage_005fid =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fbean_005fwrite_0026_005fname_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fbean_005fdefine_0026_005fvalue_005ftoScope_005fid_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _005fjspx_005ftagPool_005fjbilling_005fgenericList_0026_005ftype_005fsetup_005fnobody =
       org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
   _el_expressionfactory =
       _jspxFactory
           .getJspApplicationContext(getServletConfig().getServletContext())
           .getExpressionFactory();
   _jsp_annotationprocessor =
       (org.apache.AnnotationProcessor)
           getServletConfig()
               .getServletContext()
               .getAttribute(org.apache.AnnotationProcessor.class.getName());
 }