/*
 * Generated by the Jasper component of Apache Tomcat
 * Version: JspC/ApacheTomcat10
 * Note: The last modified time of this file was set to
 *       the last modified time of the source file after
 *       generation to assist with modification tracking.
 */
package jsp.secure.admin.views.instrumentation.cache;

import jakarta.servlet.*;
import jakarta.servlet.http.*;
import jakarta.servlet.jsp.*;

public final class managecacheinstrumentation_jsp extends org.apache.jasper.runtime.HttpJspBase
    implements org.apache.jasper.runtime.JspSourceDependent,
                 org.apache.jasper.runtime.JspSourceImports,
                 org.apache.jasper.runtime.JspSourceDirectives {

  private static final jakarta.servlet.jsp.JspFactory _jspxFactory =
          jakarta.servlet.jsp.JspFactory.getDefaultFactory();

  private static java.util.Map<java.lang.String,java.lang.Long> _jspx_dependants;

  static {
    _jspx_dependants = new java.util.HashMap<java.lang.String,java.lang.Long>(2);
    _jspx_dependants.put("jar:file:/opt/service/.m2/repository/opensymphony/sitemesh/2.7.0-M1/sitemesh-2.7.0-M1.jar!/META-INF/sitemesh-page.tld", Long.valueOf(1716658674000L));
    _jspx_dependants.put("file:/opt/service/.m2/repository/opensymphony/sitemesh/2.7.0-M1/sitemesh-2.7.0-M1.jar", Long.valueOf(1741308543000L));
  }

  private static final java.util.Set<java.lang.String> _jspx_imports_packages;

  private static final java.util.Set<java.lang.String> _jspx_imports_classes;

  static {
    _jspx_imports_packages = new java.util.LinkedHashSet<>(4);
    _jspx_imports_packages.add("jakarta.servlet");
    _jspx_imports_packages.add("jakarta.servlet.http");
    _jspx_imports_packages.add("jakarta.servlet.jsp");
    _jspx_imports_classes = null;
  }

  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fww_005ftext_0026_005fname_005fnobody;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fww_005fiterator_0026_005fvalue;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fww_005fproperty_0026_005fvalue_005fnobody;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fww_005fcomponent_0026_005fvalue_005ftemplate_005fname_005fnobody;

  private volatile jakarta.el.ExpressionFactory _el_expressionfactory;
  private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager;

  public java.util.Map<java.lang.String,java.lang.Long> getDependants() {
    return _jspx_dependants;
  }

  public java.util.Set<java.lang.String> getPackageImports() {
    return _jspx_imports_packages;
  }

  public java.util.Set<java.lang.String> getClassImports() {
    return _jspx_imports_classes;
  }

  public boolean getErrorOnELNotFound() {
    return false;
  }

  public jakarta.el.ExpressionFactory _jsp_getExpressionFactory() {
    if (_el_expressionfactory == null) {
      synchronized (this) {
        if (_el_expressionfactory == null) {
          _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
        }
      }
    }
    return _el_expressionfactory;
  }

  public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() {
    if (_jsp_instancemanager == null) {
      synchronized (this) {
        if (_jsp_instancemanager == null) {
          _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
        }
      }
    }
    return _jsp_instancemanager;
  }

  public void _jspInit() {
    _005fjspx_005ftagPool_005fww_005ftext_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fww_005fiterator_0026_005fvalue = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fww_005fproperty_0026_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fww_005fcomponent_0026_005fvalue_005ftemplate_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
  }

  public void _jspDestroy() {
    _005fjspx_005ftagPool_005fww_005ftext_0026_005fname_005fnobody.release();
    _005fjspx_005ftagPool_005fww_005fiterator_0026_005fvalue.release();
    _005fjspx_005ftagPool_005fww_005fproperty_0026_005fvalue_005fnobody.release();
    _005fjspx_005ftagPool_005fww_005fcomponent_0026_005fvalue_005ftemplate_005fname_005fnobody.release();
  }

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

    if (!jakarta.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) {
      final java.lang.String _jspx_method = request.getMethod();
      if ("OPTIONS".equals(_jspx_method)) {
        response.setHeader("Allow","GET, HEAD, POST, OPTIONS");
        return;
      }
      if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method)) {
        response.setHeader("Allow","GET, HEAD, POST, OPTIONS");
        response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET, POST or HEAD. Jasper also permits OPTIONS");
        return;
      }
    }

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


    try {
      response.setContentType("text/html");
      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("\n\n\n<html>\n<head>\n    <meta name=\"admin.active.section\" content=\"admin_system_menu/top_system_section/troubleshooting_and_support\"/>\n    <meta name=\"admin.active.tab\" content=\"instrumentation\"/>\n    <title>");
      if (_jspx_meth_ww_005ftext_005f0(_jspx_page_context))
        return;
      out.write("</title>\n\n    <script type=\"text/javascript\" src=\"https://www.google.com/jsapi\"></script>\n    <script>\n        try {\n            google.load(\"visualization\", \"1.0\", {packages: [\"gauge\", \"table\", \"corechart\", 'controls']});\n            google.setOnLoadCallback(drawChart);\n            function drawChart() {\n                var data = google.visualization.arrayToDataTable([\n                    [\"Name\", \"Enabled\"],\n                    ");
      if (_jspx_meth_ww_005fiterator_005f0(_jspx_page_context))
        return;
      out.write("\n                ]);\n\n                var formatter = new google.visualization.PatternFormat('<a href=\"ViewCacheDetails.jspa?name={0}\">{0}</a>');\n                formatter.format(data, [0]);\n\n                var table = new google.visualization.ChartWrapper(\n                        {\n                            chartType: 'Table',\n                            containerId: 'chart',\n                            options: {\n                                vAxis: {textStyle: {'fontSize': 12}, gridLines: {count: '5'}},\n                                bar: {groupWidth: '100%'},\n                                sortAscending: true,\n                                sortColumn: 0,\n                                allowHtml: true\n                            }\n                        }\n                );\n                var dashboard = new google.visualization.Dashboard(document.querySelector('#dashboard'));\n\n                var stringFilter = new google.visualization.ControlWrapper({\n                    controlType: 'StringFilter',\n");
      out.write("                    containerId: 'string_filter_div',\n                    options: {\n                        filterColumnIndex: 0,\n                        matchType: 'any',\n                        caseSensitive: false,\n                        ui: {label: 'Search'}\n                    }\n                });\n\n                dashboard.bind([stringFilter], [table]);\n                dashboard.draw(data);\n\n                var bufferSizeGaugeData = google.visualization.arrayToDataTable([\n                    ['Label', 'Value'],\n                    ['# Reqs', ");
      if (_jspx_meth_ww_005fproperty_005f2(_jspx_page_context))
        return;
      out.write("]\n                ]);\n\n                var gaugeOptions = {\n                    width: 400, height: 120,\n                    greenFrom: 0, greenTo: 7000,\n                    redFrom: 9000, redTo: 10000,\n                    yellowFrom: 7000, yellowTo: 9000,\n                    minorTicks: 500,\n                    max: 10000\n                };\n                var bufferSizeGauge = new google.visualization.Gauge(document.getElementById('bufferSizeGauge_div'));\n                bufferSizeGauge.draw(bufferSizeGaugeData, gaugeOptions);\n            }\n        }\n        catch (err) {\n            // who cares for now\n        }\n    </script>\n</head>\n<body>\n<h2>Cache Instrumentation Management</h2>\n<table>\n    <tr>\n        <td>\n            <div id=\"bufferSizeGauge_div\"></div>\n        </td>\n         <td>\n            <form action=\"EnableAll.jspa\" method=\"post\">\n                ");
      if (_jspx_meth_ww_005fcomponent_005f0(_jspx_page_context))
        return;
      out.write("\n                <input type=\"submit\" value=\"Enable All Caches\">\n            </form>\n            <form action=\"DisableAll.jspa\" method=\"post\">\n                ");
      if (_jspx_meth_ww_005fcomponent_005f1(_jspx_page_context))
        return;
      out.write("\n                <input type=\"submit\" value=\"Disable All Caches\">\n            </form>\n        </td>\n    </tr>\n    <tr>\n        <td>\n            <form action=\"ClearBuffer.jspa\" method=\"post\">\n                ");
      if (_jspx_meth_ww_005fcomponent_005f2(_jspx_page_context))
        return;
      out.write("\n                <input type=\"submit\" value=\"Clear Buffer\">\n            </form>\n        </td>\n        <td></td>\n    </tr>\n</table>\n<div id=\"dashboard\">\n    <div id=\"string_filter_div\"></div>\n    <div id=\"chart\"></div>\n</div>\n</body>\n</html>\n");
    } catch (java.lang.Throwable t) {
      if (!(t instanceof jakarta.servlet.jsp.SkipPageException)){
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          try {
            if (response.isCommitted()) {
              out.flush();
            } else {
              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_ww_005ftext_005f0(jakarta.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    jakarta.servlet.jsp.PageContext pageContext = _jspx_page_context;
    //  ww:text
    com.atlassian.jira.web.tags.TextTag _jspx_th_ww_005ftext_005f0 = (com.atlassian.jira.web.tags.TextTag) _005fjspx_005ftagPool_005fww_005ftext_0026_005fname_005fnobody.get(com.atlassian.jira.web.tags.TextTag.class);
    _jspx_th_ww_005ftext_005f0.setPageContext(_jspx_page_context);
    _jspx_th_ww_005ftext_005f0.setParent(null);
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(8,11) name = name type = java.lang.String reqTime = false required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005ftext_005f0.setName("'admin.instrumentation.page.title'");
    int _jspx_eval_ww_005ftext_005f0 = _jspx_th_ww_005ftext_005f0.doStartTag();
    if (_jspx_th_ww_005ftext_005f0.doEndTag() == jakarta.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      return true;
    }
    _005fjspx_005ftagPool_005fww_005ftext_0026_005fname_005fnobody.reuse(_jspx_th_ww_005ftext_005f0);
    org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_ww_005ftext_005f0, _jsp_getInstanceManager());
    return false;
  }

  private boolean _jspx_meth_ww_005fiterator_005f0(jakarta.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    jakarta.servlet.jsp.PageContext pageContext = _jspx_page_context;
    jakarta.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  ww:iterator
    webwork.view.taglib.IteratorTag _jspx_th_ww_005fiterator_005f0 = (webwork.view.taglib.IteratorTag) _005fjspx_005ftagPool_005fww_005fiterator_0026_005fvalue.get(webwork.view.taglib.IteratorTag.class);
    _jspx_th_ww_005fiterator_005f0.setPageContext(_jspx_page_context);
    _jspx_th_ww_005fiterator_005f0.setParent(null);
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(18,20) name = value type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fiterator_005f0.setValue("caches");
    int _jspx_eval_ww_005fiterator_005f0 = _jspx_th_ww_005fiterator_005f0.doStartTag();
    if (_jspx_eval_ww_005fiterator_005f0 != jakarta.servlet.jsp.tagext.Tag.SKIP_BODY) {
      if (_jspx_eval_ww_005fiterator_005f0 != jakarta.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
        out = org.apache.jasper.runtime.JspRuntimeLibrary.startBufferedBody(_jspx_page_context, _jspx_th_ww_005fiterator_005f0);
      }
      do {
        out.write("\n                    ['");
        if (_jspx_meth_ww_005fproperty_005f0(_jspx_th_ww_005fiterator_005f0, _jspx_page_context))
          return true;
        out.write('\'');
        out.write(',');
        out.write(' ');
        if (_jspx_meth_ww_005fproperty_005f1(_jspx_th_ww_005fiterator_005f0, _jspx_page_context))
          return true;
        out.write("],\n                    ");
        int evalDoAfterBody = _jspx_th_ww_005fiterator_005f0.doAfterBody();
        if (evalDoAfterBody != jakarta.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
      if (_jspx_eval_ww_005fiterator_005f0 != jakarta.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
        out = _jspx_page_context.popBody();
      }
    }
    if (_jspx_th_ww_005fiterator_005f0.doEndTag() == jakarta.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      return true;
    }
    _005fjspx_005ftagPool_005fww_005fiterator_0026_005fvalue.reuse(_jspx_th_ww_005fiterator_005f0);
    org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_ww_005fiterator_005f0, _jsp_getInstanceManager());
    return false;
  }

  private boolean _jspx_meth_ww_005fproperty_005f0(jakarta.servlet.jsp.tagext.JspTag _jspx_th_ww_005fiterator_005f0, jakarta.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    jakarta.servlet.jsp.PageContext pageContext = _jspx_page_context;
    //  ww:property
    webwork.view.taglib.PropertyTag _jspx_th_ww_005fproperty_005f0 = (webwork.view.taglib.PropertyTag) _005fjspx_005ftagPool_005fww_005fproperty_0026_005fvalue_005fnobody.get(webwork.view.taglib.PropertyTag.class);
    _jspx_th_ww_005fproperty_005f0.setPageContext(_jspx_page_context);
    _jspx_th_ww_005fproperty_005f0.setParent((jakarta.servlet.jsp.tagext.Tag) _jspx_th_ww_005fiterator_005f0);
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(19,22) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fproperty_005f0.setValue("./name");
    int _jspx_eval_ww_005fproperty_005f0 = _jspx_th_ww_005fproperty_005f0.doStartTag();
    if (_jspx_th_ww_005fproperty_005f0.doEndTag() == jakarta.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      return true;
    }
    _005fjspx_005ftagPool_005fww_005fproperty_0026_005fvalue_005fnobody.reuse(_jspx_th_ww_005fproperty_005f0);
    org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_ww_005fproperty_005f0, _jsp_getInstanceManager());
    return false;
  }

  private boolean _jspx_meth_ww_005fproperty_005f1(jakarta.servlet.jsp.tagext.JspTag _jspx_th_ww_005fiterator_005f0, jakarta.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    jakarta.servlet.jsp.PageContext pageContext = _jspx_page_context;
    //  ww:property
    webwork.view.taglib.PropertyTag _jspx_th_ww_005fproperty_005f1 = (webwork.view.taglib.PropertyTag) _005fjspx_005ftagPool_005fww_005fproperty_0026_005fvalue_005fnobody.get(webwork.view.taglib.PropertyTag.class);
    _jspx_th_ww_005fproperty_005f1.setPageContext(_jspx_page_context);
    _jspx_th_ww_005fproperty_005f1.setParent((jakarta.servlet.jsp.tagext.Tag) _jspx_th_ww_005fiterator_005f0);
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(19,54) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fproperty_005f1.setValue("./enabled");
    int _jspx_eval_ww_005fproperty_005f1 = _jspx_th_ww_005fproperty_005f1.doStartTag();
    if (_jspx_th_ww_005fproperty_005f1.doEndTag() == jakarta.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      return true;
    }
    _005fjspx_005ftagPool_005fww_005fproperty_0026_005fvalue_005fnobody.reuse(_jspx_th_ww_005fproperty_005f1);
    org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_ww_005fproperty_005f1, _jsp_getInstanceManager());
    return false;
  }

  private boolean _jspx_meth_ww_005fproperty_005f2(jakarta.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    jakarta.servlet.jsp.PageContext pageContext = _jspx_page_context;
    //  ww:property
    webwork.view.taglib.PropertyTag _jspx_th_ww_005fproperty_005f2 = (webwork.view.taglib.PropertyTag) _005fjspx_005ftagPool_005fww_005fproperty_0026_005fvalue_005fnobody.get(webwork.view.taglib.PropertyTag.class);
    _jspx_th_ww_005fproperty_005f2.setPageContext(_jspx_page_context);
    _jspx_th_ww_005fproperty_005f2.setParent(null);
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(57,31) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fproperty_005f2.setValue("bufferCount");
    int _jspx_eval_ww_005fproperty_005f2 = _jspx_th_ww_005fproperty_005f2.doStartTag();
    if (_jspx_th_ww_005fproperty_005f2.doEndTag() == jakarta.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      return true;
    }
    _005fjspx_005ftagPool_005fww_005fproperty_0026_005fvalue_005fnobody.reuse(_jspx_th_ww_005fproperty_005f2);
    org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_ww_005fproperty_005f2, _jsp_getInstanceManager());
    return false;
  }

  private boolean _jspx_meth_ww_005fcomponent_005f0(jakarta.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    jakarta.servlet.jsp.PageContext pageContext = _jspx_page_context;
    //  ww:component
    webwork.view.taglib.ui.ComponentTag _jspx_th_ww_005fcomponent_005f0 = (webwork.view.taglib.ui.ComponentTag) _005fjspx_005ftagPool_005fww_005fcomponent_0026_005fvalue_005ftemplate_005fname_005fnobody.get(webwork.view.taglib.ui.ComponentTag.class);
    _jspx_th_ww_005fcomponent_005f0.setPageContext(_jspx_page_context);
    _jspx_th_ww_005fcomponent_005f0.setParent(null);
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(86,16) name = name type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fcomponent_005f0.setName("'atl_token'");
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(86,16) name = value type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fcomponent_005f0.setValue("/xsrfToken");
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(86,16) name = template type = java.lang.String reqTime = false required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fcomponent_005f0.setTemplate("hidden.jsp");
    int _jspx_eval_ww_005fcomponent_005f0 = _jspx_th_ww_005fcomponent_005f0.doStartTag();
    if (_jspx_th_ww_005fcomponent_005f0.doEndTag() == jakarta.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      return true;
    }
    _005fjspx_005ftagPool_005fww_005fcomponent_0026_005fvalue_005ftemplate_005fname_005fnobody.reuse(_jspx_th_ww_005fcomponent_005f0);
    org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_ww_005fcomponent_005f0, _jsp_getInstanceManager());
    return false;
  }

  private boolean _jspx_meth_ww_005fcomponent_005f1(jakarta.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    jakarta.servlet.jsp.PageContext pageContext = _jspx_page_context;
    //  ww:component
    webwork.view.taglib.ui.ComponentTag _jspx_th_ww_005fcomponent_005f1 = (webwork.view.taglib.ui.ComponentTag) _005fjspx_005ftagPool_005fww_005fcomponent_0026_005fvalue_005ftemplate_005fname_005fnobody.get(webwork.view.taglib.ui.ComponentTag.class);
    _jspx_th_ww_005fcomponent_005f1.setPageContext(_jspx_page_context);
    _jspx_th_ww_005fcomponent_005f1.setParent(null);
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(90,16) name = name type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fcomponent_005f1.setName("'atl_token'");
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(90,16) name = value type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fcomponent_005f1.setValue("/xsrfToken");
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(90,16) name = template type = java.lang.String reqTime = false required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fcomponent_005f1.setTemplate("hidden.jsp");
    int _jspx_eval_ww_005fcomponent_005f1 = _jspx_th_ww_005fcomponent_005f1.doStartTag();
    if (_jspx_th_ww_005fcomponent_005f1.doEndTag() == jakarta.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      return true;
    }
    _005fjspx_005ftagPool_005fww_005fcomponent_0026_005fvalue_005ftemplate_005fname_005fnobody.reuse(_jspx_th_ww_005fcomponent_005f1);
    org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_ww_005fcomponent_005f1, _jsp_getInstanceManager());
    return false;
  }

  private boolean _jspx_meth_ww_005fcomponent_005f2(jakarta.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    jakarta.servlet.jsp.PageContext pageContext = _jspx_page_context;
    //  ww:component
    webwork.view.taglib.ui.ComponentTag _jspx_th_ww_005fcomponent_005f2 = (webwork.view.taglib.ui.ComponentTag) _005fjspx_005ftagPool_005fww_005fcomponent_0026_005fvalue_005ftemplate_005fname_005fnobody.get(webwork.view.taglib.ui.ComponentTag.class);
    _jspx_th_ww_005fcomponent_005f2.setPageContext(_jspx_page_context);
    _jspx_th_ww_005fcomponent_005f2.setParent(null);
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(98,16) name = name type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fcomponent_005f2.setName("'atl_token'");
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(98,16) name = value type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fcomponent_005f2.setValue("/xsrfToken");
    // /secure/admin/views/instrumentation/cache/managecacheinstrumentation.jsp(98,16) name = template type = java.lang.String reqTime = false required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_ww_005fcomponent_005f2.setTemplate("hidden.jsp");
    int _jspx_eval_ww_005fcomponent_005f2 = _jspx_th_ww_005fcomponent_005f2.doStartTag();
    if (_jspx_th_ww_005fcomponent_005f2.doEndTag() == jakarta.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      return true;
    }
    _005fjspx_005ftagPool_005fww_005fcomponent_0026_005fvalue_005ftemplate_005fname_005fnobody.reuse(_jspx_th_ww_005fcomponent_005f2);
    org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(_jspx_th_ww_005fcomponent_005f2, _jsp_getInstanceManager());
    return false;
  }
}
