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

configuration.httpListenerNew.jsf Maven / Gradle / Ivy






    
    $page{configName} );
        urlencode(value="#{pageSession.configName}" result="#{pageSession.encodedConfigName}");
        setPageSessionAttribute(key="parentPage" value="#{request.contextPath}/web/configuration/httpListeners.jsf");
        setPageSessionAttribute(key="childType" value="network-listener");
        setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/network-config/network-listeners");
        setPageSessionAttribute(key="selfUrl", value="#{pageSession.parentUrl}/#{pageSession.childType}");
        setPageSessionAttribute(key="rest-api" value="true");
        gf.getDefaultValues(endpoint="#{pageSession.selfUrl}", valueMap="#{pageSession.valueMap}");
        mapPut(map="#{pageSession.valueMap}" key="target" value="#{pageSession.configName}");
        setPageSessionAttribute(key="convertToFalseList" value={"Enabled"});
        setPageSessionAttribute(key="edit" value="#{false}" );

        gf.getChildrenNamesList(endpoint="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/network-config/transports/transport" result="#{pageSession.transportList}");
        mapPut(map="#{pageSession.valueMap}" key="transport" value="#{pageSession.transportList[0]}");
        mapPut(map="#{pageSession.valueMap}" key="threadpool" value="http-thread-pool")
        mapPut(map="#{pageSession.valueMap}" key="jkEnabled" value="false")

        createMap(result="#{pageSession.httpMap}");
        mapPut(map="#{pageSession.httpMap}" key="defaultVirtualServer" value="server");
        createMap(result="#{pageSession.protocolMap}");
    />
    
            
#include "/common/shared/alertMsg.inc"
    
    
        
            
                    
            
            
                
            
        
    
        

#include "/web/configuration/httpListenerAttr.inc"

	
    







© 2015 - 2024 Weber Informatics LLC | Privacy Policy