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

configuration.threadPoolNew.jsf Maven / Gradle / Ivy









    
    $page{configName} default="server-config");
        setPageSessionAttribute(key="parentPage" value="#{request.contextPath}/web/configuration/threadPools.jsf");
        setPageSessionAttribute(key="childType" value="thread-pool");
        setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/thread-pools");
        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="skipAttrsList" value={"classname"});
        //set the following for including buttons.inc
        setPageSessionAttribute(key="edit" value="#{false}" );
        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 "/web/configuration/threadPoolAttrs.inc"
                
	
            






© 2015 - 2024 Weber Informatics LLC | Privacy Policy