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;
 }
示例#2
0
 private boolean _jspx_meth_fmt_setBundle_0(PageContext _jspx_page_context) throws Throwable {
   PageContext pageContext = _jspx_page_context;
   JspWriter out = _jspx_page_context.getOut();
   //  fmt:setBundle
   org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag _jspx_th_fmt_setBundle_0 =
       (org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag)
           _jspx_tagPool_fmt_setBundle_basename_nobody.get(
               org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag.class);
   _jspx_th_fmt_setBundle_0.setPageContext(_jspx_page_context);
   _jspx_th_fmt_setBundle_0.setParent(null);
   _jspx_th_fmt_setBundle_0.setBasename("openfire_i18n");
   int _jspx_eval_fmt_setBundle_0 = _jspx_th_fmt_setBundle_0.doStartTag();
   if (_jspx_th_fmt_setBundle_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _jspx_tagPool_fmt_setBundle_basename_nobody.reuse(_jspx_th_fmt_setBundle_0);
     return true;
   }
   _jspx_tagPool_fmt_setBundle_basename_nobody.reuse(_jspx_th_fmt_setBundle_0);
   return false;
 }