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

configuration.httpService.jsf Maven / Gradle / Ivy

The newest version!




    $page{configName});
    />

#include "/shared/restart.inc"    
    
        
            
        

        
            
#include "/shared/treeBreadcrumbs.inc"
#include "httpServiceTabs.inc"            
#include "/shared/alertMsg.inc"


    
        
             
                $attribute{tableRowGroup});
                getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}",  Rows=>$attribute{newList});
                convertRowsToProperties(NewList="#{newList}", AddProps=>$attribute{newProps});
                prepareSuccessfulMsg();
                saveHttpService(
                    ConfigName="#{configName}",
                    newProps="${newProps}",
                    accessLogBufferSize="#{accessLogBufferSize}",
                    accessLogWriteInterval="#{accessLogWriteInterval}",
                    accessLoggingEnabled="#{accessLoggingEnabled}"
                );
                redirect(page="../configuration/httpService.jsf?alertType=${alertType}&alertSummary=${alertSummary}&alertDetail=${alertDetail}&configName=$pageSession{configName}");
                />    
            
        
    

    		
        $page{props}, 
                accessLogBufferSize=>$attribute{accessLogBufferSize}
                accessLogWriteInterval=>$attribute{accessLogWriteInterval}
                accessLoggingEnabled=>$attribute{accessLoggingEnabled}
            ); 
            getTableList(Properties="#{props}", TableList=>$attribute{tableList});
        />

        
            
            
                  
            

            
                
                
                 
            
                
                
             
            
        
        

#include "/shared/propertyTable.inc"
    	
            
            
            "
#include "/shared/changeButtonsJS.inc"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy