.admingui.console-jdbc-plugin.3.0-b31.source-code.jdbcConnectionPoolProperty.jsf Maven / Gradle / Ivy
$page{jndiName});
getJdbcConnectionPoolProperty(
jndiName = "#{jndiName}"
properties => $page{props} );
getTableList(Properties="$pageSession{props}", TableList=>$attribute{tableList});
/>
#include "/shared/restart.inc"
#include "/shared/treeBreadcrumbs.inc"
#include "jdbcConnectionPoolTabs.inc"
#include "/shared/alertMsg.inc"
$attribute{tableRowGroup});
getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}", Rows=>$attribute{newList});
convertRowsToProperties(NewList="#{newList}", AddProps=>$attribute{newProps});
prepareSuccessfulMsg();
saveJdbcConnectionPoolProperty(
jndiName = "#{jndiName}"
newProps="${newProps}"
);
setAttribute(key="name" value="$pageSession{jndiName}");
navigate(page="/jdbc/jdbcConnectionPoolProperty.jsf");
/>
#include "/shared/propertyTable.inc"
#include "/shared/changeButtonsJS.inc"