configuration.httpListenerNew.jsf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-web-plugin Show documentation
Show all versions of console-web-plugin Show documentation
Web container plugin bundle for GlassFish Admin Console
The newest version!
$page{configName} );
urlencode(value="#{pageSession.configName}" result="#{pageSession.encodedConfigName}");
setPageSessionAttribute(key="parentPage" value="#{request.contextPath}/web/configuration/httpListeners.jsf");
setPageSessionAttribute(key="childType" value="network-listener");
setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/network-config/network-listeners");
setPageSessionAttribute(key="selfUrl", value="#{pageSession.parentUrl}/#{pageSession.childType}");
setPageSessionAttribute(key="rest-api" value="true");
gf.getDefaultValues(endpoint="#{pageSession.selfUrl}", valueMap="#{pageSession.valueMap}");
mapPut(map="#{pageSession.valueMap}" key="target" value="#{pageSession.configName}");
setPageSessionAttribute(key="convertToFalseList" value={"Enabled"});
setPageSessionAttribute(key="edit" value="#{false}" );
gf.getChildrenNamesList(endpoint="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/network-config/transports/transport" result="#{pageSession.transportList}");
mapPut(map="#{pageSession.valueMap}" key="transport" value="#{pageSession.transportList[0]}");
mapPut(map="#{pageSession.valueMap}" key="threadpool" value="http-thread-pool")
mapPut(map="#{pageSession.valueMap}" key="jkEnabled" value="false")
createMap(result="#{pageSession.httpMap}");
mapPut(map="#{pageSession.httpMap}" key="defaultVirtualServer" value="server");
createMap(result="#{pageSession.protocolMap}");
/>
#include "/common/shared/alertMsg.inc"
#include "/web/configuration/httpListenerAttr.inc"