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

grizzly.transportEdit.jsf Maven / Gradle / Ivy

There is a newer version: 8.0.0-JDK17-M7
Show newest version








    
    $page{configName} default="server-config");
        getRequestValue(key="name" value="#{pageSession.Name}");
        setPageSessionAttribute(key="selfPage" value="#{request.contextPath}/web/grizzly/transportEdit.jsf?name=#{pageSession.Name}&configName=#{pageSession.configName}");
        setPageSessionAttribute(key="parentPage" value="#{request.contextPath}/web/grizzly/transports.jsf");
        setPageSessionAttribute(key="childType" value="transport");
        setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/network-config/transports");
        setPageSessionAttribute(key="selfUrl", value="#{pageSession.parentUrl}/#{pageSession.childType}/#{pageSession.Name}");
        setPageSessionAttribute(key="rest-api" value="true");
        gf.getEntityAttrs(endpoint="#{pageSession.selfUrl}.json", valueMap="#{pageSession.valueMap}");
        setPageSessionAttribute(key="convertToFalseList" value={"displayConfiguration", "enableSnoop", "tcpNoDelay"});
        //set the following for including buttons.inc
        setPageSessionAttribute(key="edit" value="#{true}" );
        setPageSessionAttribute(key="showDefaultButton" value="#{true}" );
        setPageSessionAttribute(key="showCancelButton" value="#{true}" );
        setPageSessionAttribute(key="hasPropertySheet" value="#{true}" );
        setPageSessionAttribute(key="hasPropertyTable" value="#{false}" );
    />
    

            
#include "/common/shared/alertMsg.inc"

        
        
#include "/common/shared/editPageButtons.inc"
        
#include "transportAttr.inc"
	







© 2015 - 2024 Weber Informatics LLC | Privacy Policy