546N/A<!--
546N/A
546N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
546N/A
546N/A Copyright (c) 2009-2010 Oracle and/or its affiliates. All rights reserved.
919N/A
919N/A The contents of this file are subject to the terms of either the GNU
919N/A General Public License Version 2 only ("GPL") or the Common Development
919N/A and Distribution License("CDDL") (collectively, the "License"). You
919N/A may not use this file except in compliance with the License. You can
546N/A obtain a copy of the License at
919N/A https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
919N/A or packager/legal/LICENSE.txt. See the License for the specific
919N/A language governing permissions and limitations under the License.
546N/A
919N/A When distributing the software, include this License Header Notice in each
919N/A file and include the License file at packager/legal/LICENSE.txt.
919N/A
919N/A GPL Classpath Exception:
919N/A Oracle designates this particular file as subject to the "Classpath"
919N/A exception as provided by Oracle in the GPL Version 2 section of the License
919N/A file that accompanied this code.
546N/A
546N/A Modifications:
546N/A If applicable, add the following below the License Header, with the fields
546N/A enclosed by brackets [] replaced by your own identifying information:
546N/A "Portions Copyright [year] [name of copyright owner]"
546N/A
546N/A Contributor(s):
546N/A If you wish your version of this file to be governed by only the CDDL or
546N/A only the GPL Version 2, indicate your decision by adding "[Contributor]
546N/A elects to include this software in this distribution under the [CDDL or GPL
546N/A Version 2] license." If you don't indicate a single choice of license, a
546N/A recipient has the option to distribute your version of this file under
546N/A either the CDDL, the GPL Version 2 or to extend the choice of license to
546N/A its licensees as provided above. However, if you add GPL Version 2 code
546N/A and therefore, elected the GPL Version 2 license, then the option applies
546N/A only if the new code is made subject to such option by the copyright
546N/A holder.
546N/A
546N/A-->
546N/A
546N/A<dynamicTreeNode id="threadPools"
546N/A treeAdaptorClass="org.glassfish.admingui.common.tree.ListTreeAdaptor"
546N/A children="#{requestScope.children}"
546N/A childImageURL="/resource/web/images/threadPool.gif"
546N/A childExpanded="false"
546N/A childURL="/web/configuration/threadPoolEdit.jsf?name=#{$this{valueBinding}.text}&configName=${configName}"
546N/A text="$resource{i18n_web.tree.threadPools}"
546N/A imageURL="/resource/web/images/threadPool.gif"
546N/A url="/web/configuration/threadPools.jsf?configName=${configName}">
546N/A <ui:event type="beforeCreate">
546N/A setResourceBundle(key="i18n_web" bundle="org.glassfish.web.admingui.Strings");
546N/A gf.restRequest(endpoint="#{sessionScope.REST_URL}/configs/config/${configName}/thread-pools/thread-pool.json" method="get" result="#{requestScope.resp}");
546N/A setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
546N/A </ui:event>
546N/A</dynamicTreeNode>
546N/A