.admingui.console-corba-plugin.3.1.1-b08.source-code.sslEdit.jsf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-corba-plugin
Show all versions of console-corba-plugin
Corba plugin bundle for GlassFish V3 Admin Console
$page{configName} default="server-config");
getRequestValue(key="name" value="#{pageSession.Name}");
setSessionAttribute(key="iiopTab" value="sslEdit");
urlencode(value="#{pageSession.Name}" encoding="UTF-8" result="#{pageSession.encodedName}");
urlencode(value="#{pageSession.configName}" encoding="UTF-8" result="#{pageSession.encodedConfigName}");
setPageSessionAttribute(key="selfPage" value="#{request.contextPath}/corba/sslEdit.jsf?name=#{pageSession.encodedName}&configName=#{pageSession.encodedConfigName}");
setPageSessionAttribute(key="parentPage" value="#{request.contextPath}/corba/iiopListeners.jsf");
setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/iiop-service/iiop-listener/#{pageSession.Name}");
setPageSessionAttribute(key="rest-api" value="true");
setPageSessionAttribute(key="childType" value="ssl")
setPageSessionAttribute(key="selfUrl", value="#{pageSession.parentUrl}/#{pageSession.childType}");
setPageSessionAttribute(key="showCancelButton" value="#{true}" )
setPageSessionAttribute(key="createSslUrl", value="#{pageSession.parentUrl}/create-ssl");
createMap(result="#{pageSession.valueMap}");
mapPut(map="#{pageSession.valueMap}" key="target" value="#{pageSession.configName}");
mapPut(map="#{pageSession.valueMap}" key="certNickname" value="");
#include "/common/shared/sslPrepare.inc"
/>
#include "iiopTab.inc"
#include "/common/shared/alertMsg.inc"
#include "/common/shared/sslButtons.inc"
"
#include "/common/shared/sslAttrs.inc"
#include "/common/shared/changeButtonsJS.inc"
#include "/common/shared/sslValidationsJS.inc"