All Downloads are FREE. Search and download functionalities are using the official Maven repository.

configuration.pluginTreeNodeThreadPool.jsf Maven / Gradle / Ivy




    
        setResourceBundle(key="i18n_web" bundle="org.glassfish.web.admingui.Strings");
	gf.restRequest(endpoint="#{sessionScope.REST_URL}/configs/config/${configName}/thread-pools/thread-pool.json" method="get" result="#{requestScope.resp}");
	setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy