.admingui.console-common-full-plugin.3.1.1-b09.source-code.customResourceEdit.jsf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common-full-plugin
Show all versions of console-common-full-plugin
Plugin bundle for GlassFish v3 Admin Console common-full package
$page{classnameOption}, attrMap="#{pageSession.attrMap}", factoryMap="#{pageSession.factoryMap}");
setPageSessionAttribute(key="myOption" value="$pageSession{classnameOption}");
gf.restRequest(endpoint="#{pageSession.selfUrl}/property.json" method="GET" result="#{requestScope.propTable}");
setPageSessionAttribute(key="tableList" value="#{requestScope.propTable.data.extraProperties.properties}");
//set the following for including buttons.inc
setPageSessionAttribute(key="edit" value="#{true}" );
setPageSessionAttribute(key="showCancelButton" value="#{true}" );
setPageSessionAttribute(key="hasPropertySheet" value="#{true}" );
setPageSessionAttribute(key="hasPropertyTable" value="#{true}" );
setPageSessionAttribute(key="convertToFalseList2" value={"enabled"});
/>
#include "/common/resourceNode/resourceEditTabs.inc"
#include "/common/shared/alertMsg.inc"
#include "/full/jndiButtons.inc"
"
#include "/full/jndiResourceAttr.inc"
#include "/common/shared/propertyDescTable.inc"
"
#include "/full/jndijs.inc"
#include "/common/shared/changeButtonsJS.inc"