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

.main.admingui.console-common-full-plugin.8.0.0-JDK17-M7.source-code.jndiTreeNode.jsf Maven / Gradle / Ivy





    
	
	    gf.restRequest(endpoint="#{sessionScope.REST_URL}/resources/custom-resource.json" method="get" result="#{requestScope.resp}");
	    setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
	
        
            
        
    
    
	
	    gf.restRequest(endpoint="#{sessionScope.REST_URL}/resources/external-jndi-resource.json" method="get" result="#{requestScope.resp}");
	    setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
	
        
            
        
    
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy