.main.admingui.console-jca-plugin.8.0.0-JDK17-M7.source-code.jcaTreeNode.jsf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-jca-plugin Show documentation
Show all versions of console-jca-plugin Show documentation
Connectors plugin bundle for GlassFish Admin Console
The newest version!
gf.restRequest(endpoint="#{sessionScope.REST_URL}/resources/connector-resource.json" method="get" result="#{requestScope.resp}");
setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
gf.restRequest(endpoint="#{sessionScope.REST_URL}/resources/connector-connection-pool.json" method="get" result="#{requestScope.resp}");
setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
gf.restRequest(endpoint="#{sessionScope.REST_URL}/resources/admin-object-resource.json" method="get" result="#{requestScope.resp}");
setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
gf.restRequest(endpoint="#{sessionScope.REST_URL}/resources/work-security-map.json" method="get" result="#{requestScope.resp}");
setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");