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

configuration.virtualServerButtons.inc Maven / Gradle / Ivy

The newest version!


         
            $attribute{tableRowGroup});
            getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}",  Rows=>$attribute{newList});
            convertRowsToProperties(NewList="#{newList}", AddProps=>$attribute{newProps});
            prepareSuccessfulMsg();
            saveVirtualServerSettings(
                ConfigName="#{configName}",
                Name="#{name}",
                Edit="#{edit}",                        
                newProps="${newProps}",
                Hosts="#{hosts}",
                Http="#{http}",
                Web="#{web}",
                LogFile="#{logFile}",
                StateOption="#{stateGp}",
                accesslog="#{accesslog}",
                accessLogBufferSize="#{accessLogBufferSize}",
                accessLogWriteInterval="#{accessLogWriteInterval}",
                docroot="#{docroot}",
                sso="#{sso}",
                accessLoggingFlag="#{accessLoggingFlagGp}"
            );
            redirect(page="virtualServerEdit.jsf?alertType=${alertType}&alertSummary=${alertSummary}&alertDetail=${alertDetail}&name=$pageSession{name}&configName=$pageSession{configName}");
            />    
        

     
        $attribute{tableRowGroup});
            getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}",  Rows=>$attribute{newList});
            convertRowsToProperties(NewList="#{newList}", AddProps=>$attribute{newProps});
            saveVirtualServerSettings(
                ConfigName="#{configName}",
                Name="#{name}",
                Edit="#{edit}",                        
                newProps="${newProps}",
                Hosts="#{hosts}",
                Http="#{http}",
                Web="#{web}",
                LogFile="#{logFile}",
                StateOption="#{stateGp}",
                accesslog="#{accesslog}",
                accessLogBufferSize="#{accessLogBufferSize}",
                accessLogWriteInterval="#{accessLogWriteInterval}",
                docroot="#{docroot}",
                sso="#{sso}",
                accessLoggingFlag="#{accessLoggingFlagGp}"
            );            
            redirect(page="virtualServers.jsf?configName=#{configName}")
        />
    
    
        
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy