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

configuration.pluginTreeNodeVS.jsf Maven / Gradle / Ivy




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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy