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

.admingui.console-jca-plugin.3.1.1-b11.source-code.securityMapsTable.inc Maven / Gradle / Ivy

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





            $page{tableId});
            />


     
        $page{topActionGroup});
            />
        
            
        

        
        $attribute{tableRowGroup});
            getSelectedSingleMapRows(TableRowGroup="${tableRowGroup}" selectedRows=>$attribute{selectedRows});
            foreach (var="row" list="#{requestScope.selectedRows}") {
                createMap(result="#{requestScope.attrMap}");
                if("#{pageSession.childType}=work-security-map") {
                    mapPut(map="#{requestScope.attrMap}" key="raname" value="#{row['resourceAdapterName']}");
                }
                if("#{pageSession.childType}=security-map") {
                    mapPut(map="#{requestScope.attrMap}" key="poolName" value="#{pageSession.encodedName}");
                }
                gf.restRequest(
                    endpoint="#{pageSession.parentUrl}/#{pageSession.childType}/#{row['encodedName']}"
                    attrs="#{requestScope.attrMap}"
                    method="DELETE"
                    result="#{requestScope.foo}");
            }
            gf.redirect(page="#{pageSession.listLink}");
        />
        
     
 

   
     $page{tableRowGroupId});
        />
   
            
    

    
        
    
  






© 2015 - 2024 Weber Informatics LLC | Privacy Policy