public void _jspService(HttpServletRequest request, HttpServletResponse response)
      throws java.io.IOException, ServletException {

    JspFactory _jspxFactory = null;
    javax.servlet.jsp.PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;

    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html;charset=ISO-8859-1");
      pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\n");
      out.write("\n\n");

      // Get the current user's ac
      WTAccountCredentials ac = WTAccountCredentials.current();
      SecureInfoManagerImpl sim = new SecureInfoManagerImpl();

      // Setup for permission checking
      boolean editInterfaces = false;
      if (sim.canEditEntity(ProtectedResourceConstants.PR_INTERFACES, ac)) editInterfaces = true;
      pageContext.setAttribute("editInterfaces", new Boolean(editInterfaces));

      out.write("  \n");

      String hostIP = null;
      try {
        hostIP = InetAddress.getLocalHost().getHostAddress();
        //    out.print(hostIP);

      } catch (UnknownHostException ex) {
        throw new Exception("Could not determine the local host address", ex);
      }

      out.write("\n\nvar javaScriptVar=\"");
      out.print(hostIP);
      out.write("\";\nvar javaScriptVar2=\"");
      out.print(editInterfaces);
      out.write("\";\n");
    } catch (Throwable t) {
      out = _jspx_out;
      if (out != null && out.getBufferSize() != 0) out.clearBuffer();
      if (pageContext != null) pageContext.handlePageException(t);
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }
  }
 private boolean _jspx_meth_fmt_param_0(
     javax.servlet.jsp.tagext.Tag _jspx_th_fmt_message_1,
     javax.servlet.jsp.PageContext pageContext)
     throws Throwable {
   JspWriter out = pageContext.getOut();
   /* ----  fmt:param ---- */
   org.apache.taglibs.standard.tag.el.fmt.ParamTag _jspx_th_fmt_param_0 =
       (org.apache.taglibs.standard.tag.el.fmt.ParamTag)
           _jspx_tagPool_fmt_param.get(org.apache.taglibs.standard.tag.el.fmt.ParamTag.class);
   _jspx_th_fmt_param_0.setPageContext(pageContext);
   _jspx_th_fmt_param_0.setParent(_jspx_th_fmt_message_1);
   int _jspx_eval_fmt_param_0 = _jspx_th_fmt_param_0.doStartTag();
   if (_jspx_eval_fmt_param_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     if (_jspx_eval_fmt_param_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
       javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
       out = _bc;
       _jspx_th_fmt_param_0.setBodyContent(_bc);
       _jspx_th_fmt_param_0.doInitBody();
     }
     do {
       if (_jspx_meth_c_out_1(_jspx_th_fmt_param_0, pageContext)) return true;
       int evalDoAfterBody = _jspx_th_fmt_param_0.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
     if (_jspx_eval_fmt_param_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
       out = pageContext.popBody();
   }
   if (_jspx_th_fmt_param_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true;
   _jspx_tagPool_fmt_param.reuse(_jspx_th_fmt_param_0);
   return false;
 }
Exemplo n.º 3
0
 private boolean _jspx_meth_c_005furl_005f3(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:url
   org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f3 =
       (org.apache.taglibs.standard.tag.rt.core.UrlTag)
           _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(
               org.apache.taglibs.standard.tag.rt.core.UrlTag.class);
   _jspx_th_c_005furl_005f3.setPageContext(_jspx_page_context);
   _jspx_th_c_005furl_005f3.setParent(null);
   // /common/jsLib.jsp(8,45) name = value type = null reqTime = true required = false fragment =
   // false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature =
   // null
   _jspx_th_c_005furl_005f3.setValue(
       (java.lang.String)
           org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
               "/webResources/themes/${curr_user.cssId}/css/style.css",
               java.lang.String.class,
               (javax.servlet.jsp.PageContext) _jspx_page_context,
               null,
               false));
   int _jspx_eval_c_005furl_005f3 = _jspx_th_c_005furl_005f3.doStartTag();
   if (_jspx_th_c_005furl_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f3);
     return true;
   }
   _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f3);
   return false;
 }
Exemplo n.º 4
0
 private boolean _jspx_meth_c_005fchoose_005f0(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:choose
   org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f0 =
       (org.apache.taglibs.standard.tag.common.core.ChooseTag)
           _005fjspx_005ftagPool_005fc_005fchoose.get(
               org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
   _jspx_th_c_005fchoose_005f0.setPageContext(_jspx_page_context);
   _jspx_th_c_005fchoose_005f0.setParent(null);
   int _jspx_eval_c_005fchoose_005f0 = _jspx_th_c_005fchoose_005f0.doStartTag();
   if (_jspx_eval_c_005fchoose_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     do {
       if (_jspx_meth_c_005fwhen_005f0(_jspx_th_c_005fchoose_005f0, _jspx_page_context))
         return true;
       if (_jspx_meth_c_005fotherwise_005f0(_jspx_th_c_005fchoose_005f0, _jspx_page_context))
         return true;
       int evalDoAfterBody = _jspx_th_c_005fchoose_005f0.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
   }
   if (_jspx_th_c_005fchoose_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
     return true;
   }
   _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
   return false;
 }
Exemplo n.º 5
0
 private boolean _jspx_meth_s_005furl_005f5(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  s:url
   org.apache.struts2.views.jsp.URLTag _jspx_th_s_005furl_005f5 =
       (org.apache.struts2.views.jsp.URLTag)
           _005fjspx_005ftagPool_005fs_005furl_0026_005fvar_005fnamespace_005faction_005fnobody
               .get(org.apache.struts2.views.jsp.URLTag.class);
   _jspx_th_s_005furl_005f5.setPageContext(_jspx_page_context);
   _jspx_th_s_005furl_005f5.setParent(null);
   // /views/template/sidebar/managerSidebar.jsp(25,12) name = action type = java.lang.String
   // reqTime = false required = false fragment = false deferredValue = false expectedTypeName =
   // null deferredMethod = false methodSignature = null
   _jspx_th_s_005furl_005f5.setAction("memberRegister");
   // /views/template/sidebar/managerSidebar.jsp(25,12) name = namespace type = java.lang.String
   // reqTime = false required = false fragment = false deferredValue = false expectedTypeName =
   // null deferredMethod = false methodSignature = null
   _jspx_th_s_005furl_005f5.setNamespace("/manager");
   // /views/template/sidebar/managerSidebar.jsp(25,12) name = var type = java.lang.String reqTime
   // = false required = false fragment = false deferredValue = false expectedTypeName = null
   // deferredMethod = false methodSignature = null
   _jspx_th_s_005furl_005f5.setVar("memberRegister");
   int _jspx_eval_s_005furl_005f5 = _jspx_th_s_005furl_005f5.doStartTag();
   if (_jspx_th_s_005furl_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fs_005furl_0026_005fvar_005fnamespace_005faction_005fnobody.reuse(
         _jspx_th_s_005furl_005f5);
     return true;
   }
   _005fjspx_005ftagPool_005fs_005furl_0026_005fvar_005fnamespace_005faction_005fnobody.reuse(
       _jspx_th_s_005furl_005f5);
   return false;
 }
Exemplo n.º 6
0
 private boolean _jspx_meth_c_005fout_005f3(
     javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fforEach_005f0,
     javax.servlet.jsp.PageContext _jspx_page_context,
     int[] _jspx_push_body_count_c_005fforEach_005f0)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:out
   org.apache.taglibs.standard.tag.rt.core.OutTag _jspx_th_c_005fout_005f3 =
       (org.apache.taglibs.standard.tag.rt.core.OutTag)
           _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody.get(
               org.apache.taglibs.standard.tag.rt.core.OutTag.class);
   _jspx_th_c_005fout_005f3.setPageContext(_jspx_page_context);
   _jspx_th_c_005fout_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fforEach_005f0);
   // /pages/system/left.jsp(26,50) name = value type = null reqTime = true required = true
   // fragment = false deferredValue = false deferredMethod = false expectedTypeName = null
   // methodSignature = null
   _jspx_th_c_005fout_005f3.setValue(
       (java.lang.Object)
           org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
               "${item.menuname }",
               java.lang.Object.class,
               (javax.servlet.jsp.PageContext) _jspx_page_context,
               null,
               false));
   int _jspx_eval_c_005fout_005f3 = _jspx_th_c_005fout_005f3.doStartTag();
   if (_jspx_th_c_005fout_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005fout_005f3);
     return true;
   }
   _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005fout_005f3);
   return false;
 }
Exemplo n.º 7
0
 private boolean _jspx_meth_bean_005fmessage_005f0(
     javax.servlet.jsp.tagext.JspTag _jspx_th_html_005fform_005f0,
     javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  bean:message
   org.apache.struts.taglib.bean.MessageTag _jspx_th_bean_005fmessage_005f0 =
       (org.apache.struts.taglib.bean.MessageTag)
           _005fjspx_005ftagPool_005fbean_005fmessage_0026_005fkey_005fnobody.get(
               org.apache.struts.taglib.bean.MessageTag.class);
   _jspx_th_bean_005fmessage_005f0.setPageContext(_jspx_page_context);
   _jspx_th_bean_005fmessage_005f0.setParent(
       (javax.servlet.jsp.tagext.Tag) _jspx_th_html_005fform_005f0);
   // /index.jsp(12,9) name = key type = null reqTime = true required = false fragment = false
   // deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
   _jspx_th_bean_005fmessage_005f0.setKey("label.username");
   int _jspx_eval_bean_005fmessage_005f0 = _jspx_th_bean_005fmessage_005f0.doStartTag();
   if (_jspx_th_bean_005fmessage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fbean_005fmessage_0026_005fkey_005fnobody.reuse(
         _jspx_th_bean_005fmessage_005f0);
     return true;
   }
   _005fjspx_005ftagPool_005fbean_005fmessage_0026_005fkey_005fnobody.reuse(
       _jspx_th_bean_005fmessage_005f0);
   return false;
 }
Exemplo n.º 8
0
 private boolean _jspx_meth_sec_005fauthorize_005f1(
     javax.servlet.jsp.PageContext _jspx_page_context) throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  sec:authorize
   org.springframework.security.taglibs.authz.JspAuthorizeTag _jspx_th_sec_005fauthorize_005f1 =
       (org.springframework.security.taglibs.authz.JspAuthorizeTag)
           _005fjspx_005ftagPool_005fsec_005fauthorize_0026_005faccess.get(
               org.springframework.security.taglibs.authz.JspAuthorizeTag.class);
   _jspx_th_sec_005fauthorize_005f1.setPageContext(_jspx_page_context);
   _jspx_th_sec_005fauthorize_005f1.setParent(null);
   // /WEB-INF/views/welcome.jsp(29,2) name = access type = null reqTime = true required = false
   // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_sec_005fauthorize_005f1.setAccess("hasRole('ADMIN') and hasRole('DBA')");
   int _jspx_eval_sec_005fauthorize_005f1 = _jspx_th_sec_005fauthorize_005f1.doStartTag();
   if (_jspx_eval_sec_005fauthorize_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     out.write("\r\n");
     out.write(
         "\t\t\t<label><a href=\"#\">Start backup</a> | This part is visible only to one who is both ADMIN & DBA</label>\r\n");
     out.write("\t\t");
   }
   if (_jspx_th_sec_005fauthorize_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fsec_005fauthorize_0026_005faccess.reuse(
         _jspx_th_sec_005fauthorize_005f1);
     return true;
   }
   _005fjspx_005ftagPool_005fsec_005fauthorize_0026_005faccess.reuse(
       _jspx_th_sec_005fauthorize_005f1);
   return false;
 }
 private boolean _jspx_meth_c_005fset_005f1(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:set
   org.apache.taglibs.standard.tag.rt.core.SetTag _jspx_th_c_005fset_005f1 =
       (org.apache.taglibs.standard.tag.rt.core.SetTag)
           _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody.get(
               org.apache.taglibs.standard.tag.rt.core.SetTag.class);
   _jspx_th_c_005fset_005f1.setPageContext(_jspx_page_context);
   _jspx_th_c_005fset_005f1.setParent(null);
   // /taglibs.jsp(7,0) name = var type = java.lang.String reqTime = false required = false
   // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_c_005fset_005f1.setVar("ctx");
   // /taglibs.jsp(7,0) name = value type = null reqTime = true required = false fragment = false
   // deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
   _jspx_th_c_005fset_005f1.setValue(
       (java.lang.Object)
           org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
               "${pageContext.request.contextPath}",
               java.lang.Object.class,
               (javax.servlet.jsp.PageContext) _jspx_page_context,
               null,
               false));
   int _jspx_eval_c_005fset_005f1 = _jspx_th_c_005fset_005f1.doStartTag();
   if (_jspx_th_c_005fset_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody.reuse(
         _jspx_th_c_005fset_005f1);
     return true;
   }
   _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody.reuse(
       _jspx_th_c_005fset_005f1);
   return false;
 }
 private boolean _jspx_meth_c_005furl_005f1(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:url
   org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f1 =
       (org.apache.taglibs.standard.tag.rt.core.UrlTag)
           _005fjspx_005ftagPool_005fc_005furl_0026_005fvar_005fvalue_005fnobody.get(
               org.apache.taglibs.standard.tag.rt.core.UrlTag.class);
   _jspx_th_c_005furl_005f1.setPageContext(_jspx_page_context);
   _jspx_th_c_005furl_005f1.setParent(null);
   // /jsp/common/login.jsp(24,1) name = value type = null reqTime = true required = false fragment
   // = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature
   // = null
   _jspx_th_c_005furl_005f1.setValue("/login");
   // /jsp/common/login.jsp(24,1) name = var type = java.lang.String reqTime = false required =
   // false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_c_005furl_005f1.setVar("login");
   int _jspx_eval_c_005furl_005f1 = _jspx_th_c_005furl_005f1.doStartTag();
   if (_jspx_th_c_005furl_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005furl_0026_005fvar_005fvalue_005fnobody.reuse(
         _jspx_th_c_005furl_005f1);
     return true;
   }
   _005fjspx_005ftagPool_005fc_005furl_0026_005fvar_005fvalue_005fnobody.reuse(
       _jspx_th_c_005furl_005f1);
   return false;
 }
 private boolean _jspx_meth_c_005fimport_005f1(
     javax.servlet.jsp.tagext.JspTag _jspx_th_form_005fform_005f0,
     javax.servlet.jsp.PageContext _jspx_page_context,
     int[] _jspx_push_body_count_form_005fform_005f0)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:import
   org.apache.taglibs.standard.tag.rt.core.ImportTag _jspx_th_c_005fimport_005f1 =
       (org.apache.taglibs.standard.tag.rt.core.ImportTag)
           _005fjspx_005ftagPool_005fc_005fimport_0026_005furl_005fnobody.get(
               org.apache.taglibs.standard.tag.rt.core.ImportTag.class);
   _jspx_th_c_005fimport_005f1.setPageContext(_jspx_page_context);
   _jspx_th_c_005fimport_005f1.setParent(
       (javax.servlet.jsp.tagext.Tag) _jspx_th_form_005fform_005f0);
   // /jsp/common/login.jsp(70,1) name = url type = null reqTime = true required = true fragment =
   // false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature =
   // null
   _jspx_th_c_005fimport_005f1.setUrl("/jsp/common/globalerrormessage.jsp");
   int[] _jspx_push_body_count_c_005fimport_005f1 = new int[] {0};
   try {
     int _jspx_eval_c_005fimport_005f1 = _jspx_th_c_005fimport_005f1.doStartTag();
     if (_jspx_th_c_005fimport_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
       return true;
     }
   } catch (java.lang.Throwable _jspx_exception) {
     while (_jspx_push_body_count_c_005fimport_005f1[0]-- > 0) out = _jspx_page_context.popBody();
     _jspx_th_c_005fimport_005f1.doCatch(_jspx_exception);
   } finally {
     _jspx_th_c_005fimport_005f1.doFinally();
     _005fjspx_005ftagPool_005fc_005fimport_0026_005furl_005fnobody.reuse(
         _jspx_th_c_005fimport_005f1);
   }
   return false;
 }
 private boolean _jspx_meth_fmt_005fsetBundle_005f2(
     javax.servlet.jsp.PageContext _jspx_page_context) throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  fmt:setBundle
   org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag _jspx_th_fmt_005fsetBundle_005f2 =
       (org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag)
           _005fjspx_005ftagPool_005ffmt_005fsetBundle_0026_005fvar_005fscope_005fbasename_005fnobody
               .get(org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag.class);
   _jspx_th_fmt_005fsetBundle_005f2.setPageContext(_jspx_page_context);
   _jspx_th_fmt_005fsetBundle_005f2.setParent(null);
   // /jsp/common/taglibs.jsp(8,0) name = basename type = null reqTime = true required = true
   // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_fmt_005fsetBundle_005f2.setBasename("msg.user");
   // /jsp/common/taglibs.jsp(8,0) name = var type = java.lang.String reqTime = false required =
   // false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_fmt_005fsetBundle_005f2.setVar("usr");
   // /jsp/common/taglibs.jsp(8,0) name = scope type = java.lang.String reqTime = false required =
   // false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_fmt_005fsetBundle_005f2.setScope("application");
   int _jspx_eval_fmt_005fsetBundle_005f2 = _jspx_th_fmt_005fsetBundle_005f2.doStartTag();
   if (_jspx_th_fmt_005fsetBundle_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005ffmt_005fsetBundle_0026_005fvar_005fscope_005fbasename_005fnobody
         .reuse(_jspx_th_fmt_005fsetBundle_005f2);
     return true;
   }
   _005fjspx_005ftagPool_005ffmt_005fsetBundle_0026_005fvar_005fscope_005fbasename_005fnobody
       .reuse(_jspx_th_fmt_005fsetBundle_005f2);
   return false;
 }
Exemplo n.º 13
0
 private boolean _jspx_meth_ckeditor_005freplace_005f0(
     javax.servlet.jsp.PageContext _jspx_page_context) throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  ckeditor:replace
   com.ckeditor.CKEditorReplaceTag _jspx_th_ckeditor_005freplace_005f0 =
       (com.ckeditor.CKEditorReplaceTag)
           _005fjspx_005ftagPool_005fckeditor_005freplace_0026_005freplace_005fbasePath_005fnobody
               .get(com.ckeditor.CKEditorReplaceTag.class);
   _jspx_th_ckeditor_005freplace_005f0.setPageContext(_jspx_page_context);
   _jspx_th_ckeditor_005freplace_005f0.setParent(null);
   // /WEB-INF/jsp/postwrite.jsp(40,0) name = replace type = null reqTime = true required = true
   // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_ckeditor_005freplace_005f0.setReplace("description");
   // /WEB-INF/jsp/postwrite.jsp(40,0) name = basePath type = null reqTime = true required = true
   // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_ckeditor_005freplace_005f0.setBasePath("/ckeditor/");
   int _jspx_eval_ckeditor_005freplace_005f0 = _jspx_th_ckeditor_005freplace_005f0.doStartTag();
   if (_jspx_th_ckeditor_005freplace_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fckeditor_005freplace_0026_005freplace_005fbasePath_005fnobody.reuse(
         _jspx_th_ckeditor_005freplace_005f0);
     return true;
   }
   _005fjspx_005ftagPool_005fckeditor_005freplace_0026_005freplace_005fbasePath_005fnobody.reuse(
       _jspx_th_ckeditor_005freplace_005f0);
   return false;
 }
 private boolean _jspx_meth_html_select_0(
     javax.servlet.jsp.tagext.Tag _jspx_th_html_form_0, javax.servlet.jsp.PageContext pageContext)
     throws Throwable {
   JspWriter out = pageContext.getOut();
   /* ----  html:select ---- */
   org.apache.struts.taglib.html.SelectTag _jspx_th_html_select_0 =
       (org.apache.struts.taglib.html.SelectTag)
           _jspx_tagPool_html_select_property.get(org.apache.struts.taglib.html.SelectTag.class);
   _jspx_th_html_select_0.setPageContext(pageContext);
   _jspx_th_html_select_0.setParent(_jspx_th_html_form_0);
   _jspx_th_html_select_0.setProperty("interval");
   int _jspx_eval_html_select_0 = _jspx_th_html_select_0.doStartTag();
   if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
       javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
       out = _bc;
       _jspx_th_html_select_0.setBodyContent(_bc);
       _jspx_th_html_select_0.doInitBody();
     }
     do {
       out.write("\n                    ");
       if (_jspx_meth_html_options_0(_jspx_th_html_select_0, pageContext)) return true;
       out.write("\n                ");
       int evalDoAfterBody = _jspx_th_html_select_0.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
     if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
       out = pageContext.popBody();
   }
   if (_jspx_th_html_select_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true;
   _jspx_tagPool_html_select_property.reuse(_jspx_th_html_select_0);
   return false;
 }
Exemplo n.º 15
0
 private boolean _jspx_meth_fmt_005fsetBundle_005f0(
     javax.servlet.jsp.PageContext _jspx_page_context) throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  fmt:setBundle
   org.apache.taglibs.standard.tag.el.fmt.SetBundleTag _jspx_th_fmt_005fsetBundle_005f0 =
       (org.apache.taglibs.standard.tag.el.fmt.SetBundleTag)
           _005fjspx_005ftagPool_005ffmt_005fsetBundle_0026_005fbasename_005fnobody.get(
               org.apache.taglibs.standard.tag.el.fmt.SetBundleTag.class);
   _jspx_th_fmt_005fsetBundle_005f0.setPageContext(_jspx_page_context);
   _jspx_th_fmt_005fsetBundle_005f0.setParent(null);
   // /404.jsp(5,0) name = basename type = java.lang.String reqTime = false required = true
   // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_fmt_005fsetBundle_005f0.setBasename("messages.messages");
   int _jspx_eval_fmt_005fsetBundle_005f0 = _jspx_th_fmt_005fsetBundle_005f0.doStartTag();
   if (_jspx_th_fmt_005fsetBundle_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005ffmt_005fsetBundle_0026_005fbasename_005fnobody.reuse(
         _jspx_th_fmt_005fsetBundle_005f0);
     return true;
   }
   _005fjspx_005ftagPool_005ffmt_005fsetBundle_0026_005fbasename_005fnobody.reuse(
       _jspx_th_fmt_005fsetBundle_005f0);
   return false;
 }
Exemplo n.º 16
0
 private boolean _jspx_meth_c_005fotherwise_005f0(
     javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fchoose_005f0,
     javax.servlet.jsp.PageContext _jspx_page_context,
     int[] _jspx_push_body_count_c_005fforEach_005f0)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:otherwise
   org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_005fotherwise_005f0 =
       (org.apache.taglibs.standard.tag.common.core.OtherwiseTag)
           _005fjspx_005ftagPool_005fc_005fotherwise.get(
               org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class);
   _jspx_th_c_005fotherwise_005f0.setPageContext(_jspx_page_context);
   _jspx_th_c_005fotherwise_005f0.setParent(
       (javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f0);
   int _jspx_eval_c_005fotherwise_005f0 = _jspx_th_c_005fotherwise_005f0.doStartTag();
   if (_jspx_eval_c_005fotherwise_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     do {
       out.write("\n");
       out.write("\t\t\t\t\t\t\t\t\t\tNo\n");
       out.write("\t\t\t\t\t\t\t\t\t\t");
       int evalDoAfterBody = _jspx_th_c_005fotherwise_005f0.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
   }
   if (_jspx_th_c_005fotherwise_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f0);
     throw new javax.servlet.jsp.SkipPageException();
   }
   _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f0);
   return false;
 }
Exemplo n.º 17
0
 private boolean _jspx_meth_fmt_005fmessage_005f2(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  fmt:message
   org.apache.taglibs.standard.tag.el.fmt.MessageTag _jspx_th_fmt_005fmessage_005f2 =
       (org.apache.taglibs.standard.tag.el.fmt.MessageTag)
           _005fjspx_005ftagPool_005ffmt_005fmessage_0026_005fkey_005fnobody.get(
               org.apache.taglibs.standard.tag.el.fmt.MessageTag.class);
   _jspx_th_fmt_005fmessage_005f2.setPageContext(_jspx_page_context);
   _jspx_th_fmt_005fmessage_005f2.setParent(null);
   // /404.jsp(16,5) name = key type = java.lang.String reqTime = false required = false fragment =
   // false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature =
   // null
   _jspx_th_fmt_005fmessage_005f2.setKey("stranicaNijePronadjenaPoruka");
   int _jspx_eval_fmt_005fmessage_005f2 = _jspx_th_fmt_005fmessage_005f2.doStartTag();
   if (_jspx_th_fmt_005fmessage_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005ffmt_005fmessage_0026_005fkey_005fnobody.reuse(
         _jspx_th_fmt_005fmessage_005f2);
     return true;
   }
   _005fjspx_005ftagPool_005ffmt_005fmessage_0026_005fkey_005fnobody.reuse(
       _jspx_th_fmt_005fmessage_005f2);
   return false;
 }
Exemplo n.º 18
0
 private boolean _jspx_meth_c_005furl_005f2(
     javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fotherwise_005f1,
     javax.servlet.jsp.PageContext _jspx_page_context,
     int[] _jspx_push_body_count_c_005fforEach_005f0)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:url
   org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_005furl_005f2 =
       (org.apache.taglibs.standard.tag.rt.core.UrlTag)
           _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.get(
               org.apache.taglibs.standard.tag.rt.core.UrlTag.class);
   _jspx_th_c_005furl_005f2.setPageContext(_jspx_page_context);
   _jspx_th_c_005furl_005f2.setParent(
       (javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f1);
   // /User/view.jsp(67,22) name = value type = null reqTime = true required = false fragment =
   // false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature =
   // null
   _jspx_th_c_005furl_005f2.setValue(
       (java.lang.String)
           org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
               "/User/enable/${user.id}",
               java.lang.String.class,
               (javax.servlet.jsp.PageContext) _jspx_page_context,
               null,
               false));
   int _jspx_eval_c_005furl_005f2 = _jspx_th_c_005furl_005f2.doStartTag();
   if (_jspx_th_c_005furl_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f2);
     throw new javax.servlet.jsp.SkipPageException();
   }
   _005fjspx_005ftagPool_005fc_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005furl_005f2);
   return false;
 }
 private boolean _jspx_meth_c_if_1(javax.servlet.jsp.PageContext pageContext) throws Throwable {
   JspWriter out = pageContext.getOut();
   HttpServletRequest request = (HttpServletRequest) pageContext.getRequest();
   HttpServletResponse response = (HttpServletResponse) pageContext.getResponse();
   /* ----  c:if ---- */
   org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_1 =
       (org.apache.taglibs.standard.tag.el.core.IfTag)
           _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
   _jspx_th_c_if_1.setPageContext(pageContext);
   _jspx_th_c_if_1.setParent(null);
   _jspx_th_c_if_1.setTest("${param.orgAdminPopup}");
   int _jspx_eval_c_if_1 = _jspx_th_c_if_1.doStartTag();
   if (_jspx_eval_c_if_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     do {
       out.write("\n    ");
       JspRuntimeLibrary.include(
           request,
           response,
           "/includes/orgAdmin_header.jsp"
               + "?"
               + "help="
               + "monitoringadmin%2Fusers%2FWTHelp_User.html",
           out,
           false);
       out.write("\n");
       int evalDoAfterBody = _jspx_th_c_if_1.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
   }
   if (_jspx_th_c_if_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true;
   _jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_1);
   return false;
 }
 private boolean _jspx_meth_fmt_formatNumber_2(
     javax.servlet.jsp.tagext.Tag _jspx_th_c_if_1,
     javax.servlet.jsp.PageContext pageContext,
     int[] _jspx_push_body_count_c_forEach_0)
     throws Throwable {
   JspWriter out = pageContext.getOut();
   /* ----  fmt:formatNumber ---- */
   org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag _jspx_th_fmt_formatNumber_2 =
       (org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag)
           _jspx_tagPool_fmt_formatNumber_value_type_minFractionDigits_maxFractionDigits_nobody
               .get(org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag.class);
   _jspx_th_fmt_formatNumber_2.setPageContext(pageContext);
   _jspx_th_fmt_formatNumber_2.setParent(_jspx_th_c_if_1);
   _jspx_th_fmt_formatNumber_2.setValue(
       "${qgresItem.queryResult.totalProcessingTimeInNanos / 1000000000.}");
   _jspx_th_fmt_formatNumber_2.setType("number");
   _jspx_th_fmt_formatNumber_2.setMaxFractionDigits("3");
   _jspx_th_fmt_formatNumber_2.setMinFractionDigits("3");
   int _jspx_eval_fmt_formatNumber_2 = _jspx_th_fmt_formatNumber_2.doStartTag();
   if (_jspx_th_fmt_formatNumber_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
     return true;
   _jspx_tagPool_fmt_formatNumber_value_type_minFractionDigits_maxFractionDigits_nobody.reuse(
       _jspx_th_fmt_formatNumber_2);
   return false;
 }
Exemplo n.º 21
0
 private boolean _jspx_meth_html_005ferrors_005f1(
     javax.servlet.jsp.tagext.JspTag _jspx_th_html_005fform_005f0,
     javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  html:errors
   org.apache.struts.taglib.html.ErrorsTag _jspx_th_html_005ferrors_005f1 =
       (org.apache.struts.taglib.html.ErrorsTag)
           _005fjspx_005ftagPool_005fhtml_005ferrors_0026_005fproperty_005fnobody.get(
               org.apache.struts.taglib.html.ErrorsTag.class);
   _jspx_th_html_005ferrors_005f1.setPageContext(_jspx_page_context);
   _jspx_th_html_005ferrors_005f1.setParent(
       (javax.servlet.jsp.tagext.Tag) _jspx_th_html_005fform_005f0);
   // /index.jsp(18,9) name = property type = null reqTime = true required = false fragment = false
   // deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
   _jspx_th_html_005ferrors_005f1.setProperty("password");
   int _jspx_eval_html_005ferrors_005f1 = _jspx_th_html_005ferrors_005f1.doStartTag();
   if (_jspx_th_html_005ferrors_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fhtml_005ferrors_0026_005fproperty_005fnobody.reuse(
         _jspx_th_html_005ferrors_005f1);
     return true;
   }
   _005fjspx_005ftagPool_005fhtml_005ferrors_0026_005fproperty_005fnobody.reuse(
       _jspx_th_html_005ferrors_005f1);
   return false;
 }
 private boolean _jspx_meth_c_when_2(
     javax.servlet.jsp.tagext.Tag _jspx_th_c_choose_2,
     javax.servlet.jsp.PageContext pageContext,
     int[] _jspx_push_body_count_c_forEach_0)
     throws Throwable {
   JspWriter out = pageContext.getOut();
   /* ----  c:when ---- */
   org.apache.taglibs.standard.tag.el.core.WhenTag _jspx_th_c_when_2 =
       (org.apache.taglibs.standard.tag.el.core.WhenTag)
           _jspx_tagPool_c_when_test.get(org.apache.taglibs.standard.tag.el.core.WhenTag.class);
   _jspx_th_c_when_2.setPageContext(pageContext);
   _jspx_th_c_when_2.setParent(_jspx_th_c_choose_2);
   _jspx_th_c_when_2.setTest("${empty resultitem.queryResult.columnResultsInError}");
   int _jspx_eval_c_when_2 = _jspx_th_c_when_2.doStartTag();
   if (_jspx_eval_c_when_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     do {
       out.write("\n\t                \t\t\t\t");
       if (_jspx_meth_fmt_message_10(
           _jspx_th_c_when_2, pageContext, _jspx_push_body_count_c_forEach_0)) return true;
       out.write("\n\t                    \t\t");
       int evalDoAfterBody = _jspx_th_c_when_2.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
   }
   if (_jspx_th_c_when_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true;
   _jspx_tagPool_c_when_test.reuse(_jspx_th_c_when_2);
   return false;
 }
Exemplo n.º 23
0
  public void _jspService(
      final javax.servlet.http.HttpServletRequest request,
      final javax.servlet.http.HttpServletResponse response)
      throws java.io.IOException, javax.servlet.ServletException {

    final javax.servlet.jsp.PageContext pageContext;
    javax.servlet.http.HttpSession session = null;
    final javax.servlet.ServletContext application;
    final javax.servlet.ServletConfig config;
    javax.servlet.jsp.JspWriter out = null;
    final java.lang.Object page = this;
    javax.servlet.jsp.JspWriter _jspx_out = null;
    javax.servlet.jsp.PageContext _jspx_page_context = null;

    try {
      response.setContentType("text/html; charset=ISO-8859-1");
      pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true);
      _jspx_page_context = pageContext;
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");
      out.write(
          "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n");
      out.write("<html>\r\n");
      out.write("<head>\r\n");
      out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\r\n");
      out.write("<title>Insert title here</title>\r\n");
      out.write("</head>\r\n");
      out.write("<body>\r\n");
      out.write("\t<h1>");
      out.write(
          (java.lang.String)
              org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                  "${greeting}",
                  java.lang.String.class,
                  (javax.servlet.jsp.PageContext) _jspx_page_context,
                  null,
                  false));
      out.write("</h1>\r\n");
      out.write("</body>\r\n");
      out.write("</html>");
    } catch (java.lang.Throwable t) {
      if (!(t instanceof javax.servlet.jsp.SkipPageException)) {
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          try {
            out.clearBuffer();
          } catch (java.io.IOException e) {
          }
        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
        else throw new ServletException(t);
      }
    } finally {
      _jspxFactory.releasePageContext(_jspx_page_context);
    }
  }
 private boolean _jspx_meth_c_otherwise_2(
     javax.servlet.jsp.tagext.Tag _jspx_th_c_choose_2,
     javax.servlet.jsp.PageContext pageContext,
     int[] _jspx_push_body_count_c_forEach_0)
     throws Throwable {
   JspWriter out = pageContext.getOut();
   /* ----  c:otherwise ---- */
   org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_otherwise_2 =
       (org.apache.taglibs.standard.tag.common.core.OtherwiseTag)
           _jspx_tagPool_c_otherwise.get(
               org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class);
   _jspx_th_c_otherwise_2.setPageContext(pageContext);
   _jspx_th_c_otherwise_2.setParent(_jspx_th_c_choose_2);
   int _jspx_eval_c_otherwise_2 = _jspx_th_c_otherwise_2.doStartTag();
   if (_jspx_eval_c_otherwise_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     do {
       out.write("\n\t\t\t\t\t\t\t\t\t");
       out.write("<span class=\"error\">");
       if (_jspx_meth_fmt_message_11(
           _jspx_th_c_otherwise_2, pageContext, _jspx_push_body_count_c_forEach_0)) return true;
       out.write("</span>\n\t\t\t\t\t\t\t\t");
       int evalDoAfterBody = _jspx_th_c_otherwise_2.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
   }
   if (_jspx_th_c_otherwise_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true;
   _jspx_tagPool_c_otherwise.reuse(_jspx_th_c_otherwise_2);
   return false;
 }
Exemplo n.º 25
0
 private boolean _jspx_meth_c_005fimport_005f1(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:import
   org.apache.taglibs.standard.tag.rt.core.ImportTag _jspx_th_c_005fimport_005f1 =
       (org.apache.taglibs.standard.tag.rt.core.ImportTag)
           _005fjspx_005ftagPool_005fc_005fimport_0026_005furl_005fnobody.get(
               org.apache.taglibs.standard.tag.rt.core.ImportTag.class);
   _jspx_th_c_005fimport_005f1.setPageContext(_jspx_page_context);
   _jspx_th_c_005fimport_005f1.setParent(null);
   // /WEB-INF/pages/common/default/unit/leftFrame.jsp(10,0) name = url type = null reqTime = true
   // required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod
   // = false methodSignature = null
   _jspx_th_c_005fimport_005f1.setUrl("/WEB-INF/pages/common/default/zTreeHeader.jsp");
   int[] _jspx_push_body_count_c_005fimport_005f1 = new int[] {0};
   try {
     int _jspx_eval_c_005fimport_005f1 = _jspx_th_c_005fimport_005f1.doStartTag();
     if (_jspx_th_c_005fimport_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
       return true;
     }
   } catch (java.lang.Throwable _jspx_exception) {
     while (_jspx_push_body_count_c_005fimport_005f1[0]-- > 0) out = _jspx_page_context.popBody();
     _jspx_th_c_005fimport_005f1.doCatch(_jspx_exception);
   } finally {
     _jspx_th_c_005fimport_005f1.doFinally();
     _005fjspx_005ftagPool_005fc_005fimport_0026_005furl_005fnobody.reuse(
         _jspx_th_c_005fimport_005f1);
   }
   return false;
 }
Exemplo n.º 26
0
 private boolean _jspx_meth_c_005fforEach_005f0(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:forEach
   org.apache.taglibs.standard.tag.rt.core.ForEachTag _jspx_th_c_005fforEach_005f0 =
       (org.apache.taglibs.standard.tag.rt.core.ForEachTag)
           _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems.get(
               org.apache.taglibs.standard.tag.rt.core.ForEachTag.class);
   _jspx_th_c_005fforEach_005f0.setPageContext(_jspx_page_context);
   _jspx_th_c_005fforEach_005f0.setParent(null);
   // /userpage/ContentView.jsp(181,2) name = var type = java.lang.String reqTime = false required
   // = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_c_005fforEach_005f0.setVar("photo");
   // /userpage/ContentView.jsp(181,2) name = items type = javax.el.ValueExpression reqTime = true
   // required = false fragment = false deferredValue = true expectedTypeName = java.lang.Object
   // deferredMethod = false methodSignature = null
   _jspx_th_c_005fforEach_005f0.setItems(
       new org.apache.jasper.el.JspValueExpression(
               "/userpage/ContentView.jsp(181,2) '${content.photolist}'",
               _jsp_getExpressionFactory()
                   .createValueExpression(
                       _jspx_page_context.getELContext(),
                       "${content.photolist}",
                       java.lang.Object.class))
           .getValue(_jspx_page_context.getELContext()));
   int[] _jspx_push_body_count_c_005fforEach_005f0 = new int[] {0};
   try {
     int _jspx_eval_c_005fforEach_005f0 = _jspx_th_c_005fforEach_005f0.doStartTag();
     if (_jspx_eval_c_005fforEach_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
       do {
         out.write("\r\n");
         out.write("\t\t<img id = \"img\" src='");
         out.write(
             (java.lang.String)
                 org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                     "${photo.serverpath }",
                     java.lang.String.class,
                     (javax.servlet.jsp.PageContext) _jspx_page_context,
                     null));
         out.write("' width=\"320px\" height=\"240\"/>\r\n");
         out.write("\t\t");
         int evalDoAfterBody = _jspx_th_c_005fforEach_005f0.doAfterBody();
         if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
       } while (true);
     }
     if (_jspx_th_c_005fforEach_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
       return true;
     }
   } catch (java.lang.Throwable _jspx_exception) {
     while (_jspx_push_body_count_c_005fforEach_005f0[0]-- > 0) out = _jspx_page_context.popBody();
     _jspx_th_c_005fforEach_005f0.doCatch(_jspx_exception);
   } finally {
     _jspx_th_c_005fforEach_005f0.doFinally();
     _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems.reuse(
         _jspx_th_c_005fforEach_005f0);
   }
   return false;
 }
Exemplo n.º 27
0
 private boolean _jspx_meth_c_005fset_005f0(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:set
   org.apache.taglibs.standard.tag.rt.core.SetTag _jspx_th_c_005fset_005f0 =
       (org.apache.taglibs.standard.tag.rt.core.SetTag)
           _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fscope_005fnobody.get(
               org.apache.taglibs.standard.tag.rt.core.SetTag.class);
   _jspx_th_c_005fset_005f0.setPageContext(_jspx_page_context);
   _jspx_th_c_005fset_005f0.setParent(null);
   // /WEB-INF/jspf/taglibs.jspf(8,0) name = var type = java.lang.String reqTime = false required =
   // false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_c_005fset_005f0.setVar("cxt");
   // /WEB-INF/jspf/taglibs.jspf(8,0) name = value type = null reqTime = true required = false
   // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_c_005fset_005f0.setValue(new String("/theme/lifeng"));
   // /WEB-INF/jspf/taglibs.jspf(8,0) name = scope type = java.lang.String reqTime = false required
   // = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_c_005fset_005f0.setScope("request");
   int _jspx_eval_c_005fset_005f0 = _jspx_th_c_005fset_005f0.doStartTag();
   if (_jspx_th_c_005fset_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fscope_005fnobody.reuse(
         _jspx_th_c_005fset_005f0);
     return true;
   }
   _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fscope_005fnobody.reuse(
       _jspx_th_c_005fset_005f0);
   return false;
 }
Exemplo n.º 28
0
 private boolean _jspx_meth_c_005fout_005f0(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:out
   org.apache.taglibs.standard.tag.rt.core.OutTag _jspx_th_c_005fout_005f0 =
       (org.apache.taglibs.standard.tag.rt.core.OutTag)
           _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody.get(
               org.apache.taglibs.standard.tag.rt.core.OutTag.class);
   _jspx_th_c_005fout_005f0.setPageContext(_jspx_page_context);
   _jspx_th_c_005fout_005f0.setParent(null);
   // /notFound.jsp(83,16) name = value type = null reqTime = true required = true fragment = false
   // deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
   _jspx_th_c_005fout_005f0.setValue(
       (java.lang.Object)
           org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
               "${pageContext.findAttribute('javax.servlet.error.message')}",
               java.lang.Object.class,
               (javax.servlet.jsp.PageContext) _jspx_page_context,
               null,
               false));
   int _jspx_eval_c_005fout_005f0 = _jspx_th_c_005fout_005f0.doStartTag();
   if (_jspx_th_c_005fout_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005fout_005f0);
     return true;
   }
   _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005fout_005f0);
   return false;
 }
Exemplo n.º 29
0
 private boolean _jspx_meth_c_005fset_005f3(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:set
   org.apache.taglibs.standard.tag.rt.core.SetTag _jspx_th_c_005fset_005f3 =
       (org.apache.taglibs.standard.tag.rt.core.SetTag)
           _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody.get(
               org.apache.taglibs.standard.tag.rt.core.SetTag.class);
   _jspx_th_c_005fset_005f3.setPageContext(_jspx_page_context);
   _jspx_th_c_005fset_005f3.setParent(null);
   // /base/var.jsp(11,0) name = var type = java.lang.String reqTime = false required = false
   // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_c_005fset_005f3.setVar("currentSkin");
   // /base/var.jsp(11,0) name = value type = null reqTime = true required = false fragment = false
   // deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
   _jspx_th_c_005fset_005f3.setValue(new String("blue3"));
   int _jspx_eval_c_005fset_005f3 = _jspx_th_c_005fset_005f3.doStartTag();
   if (_jspx_th_c_005fset_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody.reuse(
         _jspx_th_c_005fset_005f3);
     return true;
   }
   _005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody.reuse(
       _jspx_th_c_005fset_005f3);
   return false;
 }
 private boolean _jspx_meth_html_form_0(
     javax.servlet.jsp.tagext.Tag _jspx_th_html_html_0, javax.servlet.jsp.PageContext pageContext)
     throws Throwable {
   JspWriter out = pageContext.getOut();
   /* ----  html:form ---- */
   org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0 =
       (org.apache.struts.taglib.html.FormTag)
           _jspx_tagPool_html_form_action.get(org.apache.struts.taglib.html.FormTag.class);
   _jspx_th_html_form_0.setPageContext(pageContext);
   _jspx_th_html_form_0.setParent(_jspx_th_html_html_0);
   _jspx_th_html_form_0.setAction("/admin/destpath/savetargetinterval.do");
   int _jspx_eval_html_form_0 = _jspx_th_html_form_0.doStartTag();
   if (_jspx_eval_html_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     do {
       out.write("\n\n    ");
       out.write("\n    ");
       out.write("\n\n");
       out.write("\n\n");
       out.write("\n\n\n");
       if (_jspx_meth_html_hidden_0(_jspx_th_html_form_0, pageContext)) return true;
       out.write("\n    ");
       out.write("<br/>");
       out.write("<br/>\n    ");
       out.write("<table width=\"400\" border=\"0\">\n        ");
       out.write("<tr class=\"tableRowLight\">\n            ");
       out.write("<!-- Prompt -->\n            ");
       out.write("<td class=\"tableText\" width=\"50%\">\n                ");
       if (_jspx_meth_fmt_message_1(_jspx_th_html_form_0, pageContext)) return true;
       out.write("\n            ");
       out.write("</td>\n\n            ");
       out.write("<!-- Selection -->\n            ");
       out.write("<td class=\"tableText\" width=\"50%\">\n                ");
       if (_jspx_meth_html_select_0(_jspx_th_html_form_0, pageContext)) return true;
       out.write("\n            ");
       out.write("</td>\n        ");
       out.write("</tr>\n        ");
       out.write("<tr>");
       out.write("<td colspan=\"2\">&nbsp;");
       out.write("</td>");
       out.write("</tr>\n\n        ");
       out.write("<!-- Buttons -->\n        ");
       out.write("<tr>");
       out.write("<td colspan=\"2\" align=\"center\">\n            ");
       out.write("\n            ");
       if (_jspx_meth_html_submit_0(_jspx_th_html_form_0, pageContext)) return true;
       out.write("\n            &nbsp;&nbsp;&nbsp;&nbsp;\n            ");
       if (_jspx_meth_html_cancel_0(_jspx_th_html_form_0, pageContext)) return true;
       out.write("\n        ");
       out.write("</td>");
       out.write("</tr>\n    ");
       out.write("</table>\n");
       out.write("\n\n");
       int evalDoAfterBody = _jspx_th_html_form_0.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
   }
   if (_jspx_th_html_form_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true;
   _jspx_tagPool_html_form_action.reuse(_jspx_th_html_form_0);
   return false;
 }