
logViewer.logViewerRaw.jsf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
The newest version!
initSessionAttributes();
setResourceBundle(key="i18nc" bundle="org.glassfish.common.admingui.Strings");
setResourceBundle(key="i18n" bundle="org.glassfish.admingui.core.Strings");
getRequestValue(key="instanceName" value="#{pageSession.instanceName}");
urlencode(value="#{pageSession.instanceName}" encoding="UTF-8" result="#{pageSession.encodedInstanceName}");
gf.isInstanceName(instanceName="#{pageSession.instanceName}" exists="#{requestScope.exists}" );
if (! #{requestScope.exists}){
gf.redirect("#{request.contextPath}/common/index.jsf");
}
#include "/common/shared/alertMsg_1.inc"
/* Get the server list */
gf.restRequest(
endpoint="#{sessionScope.REST_URL}/servers/server.json"
method="GET"
result="#{requestScope.servers}");
gf.getMapKeys(Map="#{requestScope.servers.data.extraProperties.childResources}" Keys="#{requestScope.servers}");
gf.navigate(page="#{request.contextPath}/common/logViewer/logViewerRaw.jsf");
© 2015 - 2025 Weber Informatics LLC | Privacy Policy