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

.admingui.console-corba-plugin.3.1.1-b08.source-code.sslEdit.jsf Maven / Gradle / Ivy

There is a newer version: 3.2-b06
Show newest version







    
      $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"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy