private boolean _jspx_meth_c_005furl_005f2(PageContext _jspx_page_context) throws Throwable {
   PageContext pageContext = _jspx_page_context;
   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_005fvar_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(null);
   // /jsp/basicLayout.jsp(41,5) name = value type = null reqTime = true required = false fragment
   // = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature
   // = null
   _jspx_th_c_005furl_005f2.setValue("/logout");
   // /jsp/basicLayout.jsp(41,5) name = var type = java.lang.String reqTime = false required =
   // false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_c_005furl_005f2.setVar("urlLogout");
   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_005fvar_005fvalue_005fnobody.reuse(
         _jspx_th_c_005furl_005f2);
     return true;
   }
   _005fjspx_005ftagPool_005fc_005furl_0026_005fvar_005fvalue_005fnobody.reuse(
       _jspx_th_c_005furl_005f2);
   return false;
 }