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

javaConfig.jvmOptions_1.inc Maven / Gradle / Ivy

The newest version!






/>



    
    $page{configName} default="server-config");

            setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}");
            setPageSessionAttribute(key="selfUrl", value="#{pageSession.parentUrl}/java-config/jvm-options");
            setPageSessionAttribute(key="rest-api" value="true");
            //REST-TODO take care of property table
            getJvmOptionsValues(endpoint="#{pageSession.parentUrl}/java-config/jvm-options.json"  result=>$attribute{tableList});
            gf.listCombine(list="#{null}" list2="$attribute{tableList}", result="#{pageSession.origList}");
            setPageSessionAttribute(key="selfPage" value="#{request.contextPath}/javaConfig/serverJvmOptions.jsf?name=#{pageSession.Name}&configName=#{pageSession.configName}");
             //set the following for including buttons.inc
            setPageSessionAttribute(key="edit" value="#{true}" );
            setPageSessionAttribute(key="showDefaultButton" value="#{false}" );
            setPageSessionAttribute(key="showCancelButton" value="#{false}" );
            setPageSessionAttribute(key="hasPropertySheet" value="#{false}" );
            setPageSessionAttribute(key="hasPropertyTable" value="#{true}" );
    />
    
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy