grizzly.transportEdit.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} default="server-config");
getRequestValue(key="name" value="#{pageSession.Name}");
setPageSessionAttribute(key="selfPage" value="#{request.contextPath}/web/grizzly/transportEdit.jsf?name=#{pageSession.Name}&configName=#{pageSession.configName}");
setPageSessionAttribute(key="parentPage" value="#{request.contextPath}/web/grizzly/transports.jsf");
setPageSessionAttribute(key="childType" value="transport");
setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/network-config/transports");
setPageSessionAttribute(key="selfUrl", value="#{pageSession.parentUrl}/#{pageSession.childType}/#{pageSession.Name}");
setPageSessionAttribute(key="rest-api" value="true");
gf.getEntityAttrs(endpoint="#{pageSession.selfUrl}.json", valueMap="#{pageSession.valueMap}");
setPageSessionAttribute(key="convertToFalseList" value={"displayConfiguration", "enableSnoop", "tcpNoDelay"});
//set the following for including buttons.inc
setPageSessionAttribute(key="edit" value="#{true}" );
setPageSessionAttribute(key="showDefaultButton" value="#{true}" );
setPageSessionAttribute(key="showCancelButton" value="#{true}" );
setPageSessionAttribute(key="hasPropertySheet" value="#{true}" );
setPageSessionAttribute(key="hasPropertyTable" value="#{false}" );
/>
#include "/common/shared/alertMsg.inc"
#include "/common/shared/editPageButtons.inc"
#include "transportAttr.inc"