
javaConfig.jvmOptions_1.inc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
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