
security.msgSecurity.msgSecurity.jsf 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});
urlencode(value="#{pageSession.configName}" encoding="UTF-8" result="#{pageSession.encodedConfigName}");
setPageSessionAttribute(key="childType" value="message-security-config");
setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/security-service");
setPageSessionAttribute(key="selfUrl", value="#{pageSession.parentUrl}/#{pageSession.childType}");
setPageSessionAttribute(key="rest-api" value="true");
gf.getChildList(parentEndpoint="#{pageSession.parentUrl}", childType="#{pageSession.childType}", id="authLayer", result="#{requestScope.listOfRows}");
setPageSessionAttribute(key="confirmDeleteMsg" value="$resource{i18nc.msg.JS.confirmDeleteMsgSecurities}");
setPageSessionAttribute(key="createLink" value="#{request.contextPath}/common/security/msgSecurity/msgSecurityNew.jsf?configName=#{pageSession.configName}");
setPageSessionAttribute(key="listLink" value="#{request.contextPath}/common/security/msgSecurity/msgSecurity.jsf?configName=#{pageSession.configName}");
setPageSessionAttribute(key="editLink" value="#{request.contextPath}/common/security/msgSecurity/msgSecurityEdit.jsf");
setPageSessionAttribute(key="tableTitle" value="$resource{i18nc.msgSecurity.TableTitle}");
setPageSessionAttribute(key="deleteKey" value="layer");
setPageSessionAttribute(key="disableNewButton" value="#{false}");
setAttribute(key="lsize" value="#{requestScope.listOfRows.size()}");
if( #{requestScope.lsize}=$int{2} ){
setPageSessionAttribute(key="disableNewButton" value="#{true}");
}
/>
"
#include "/common/shared/alertMsg.inc"
#include "/common/shared/configNameSection.inc"
$page{tableId});
/>
#include "providerTableButtons.inc"
$page{tableRowGroupId});
/>
//#include "/common/shared/changeButtonsJS.inc"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy