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

.admingui.console-common-full-plugin.3.1.1-b09.source-code.jmailTreeNode.jsf Maven / Gradle / Ivy

There is a newer version: 3.2-b06
Show newest version



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




    
	
	    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