All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.admingui.console-jms-plugin.3.0.source-code.jmsHosts.jsf Maven / Gradle / Ivy







    
    $page{configName});

        setPageSessionAttribute(key="parentObjectNameStr" value="amx:pp=/domain/configs/config[#{pageSession.configName}],type=jms-service");
        setPageSessionAttribute(key="childType" value="jms-host");

        getChildrenTable(objectNameStr="#{pageSession.parentObjectNameStr}" childType="#{pageSession.childType}" result="#{requestScope.listOfRows}");

        setPageSessionAttribute(key="tableTitle" value="$resource{i18njms.jmsHosts.TableTitle}");
        setPageSessionAttribute(key="listPageLink" value="jmsHosts.jsf");
        setPageSessionAttribute(key="createLink" value="jmsHostNew.jsf");
        setPageSessionAttribute(key="editLink" value="/jms/jmsHostEdit.jsf");
        setPageSessionAttribute(key="hasPort" value="#{true}");
        setPageSessionAttribute(key="hasClassname" value="#{false}");
        setPageSessionAttribute(key="hasState" value="#{false}");
        setPageSessionAttribute(key="hasHost" value="#{true}");
        setPageSessionAttribute(key="hasPolicy" value="#{false}");
        setPageSessionAttribute(key="type" value="jmsHost");
        setPageSessionAttribute(key="confirmDeleteMsg" value="$resource{i18n.msg.JS.confirmDeleteJmsHosts}");

        if ("#{supportCluster}") {
            setAttribute(key="refreshId" value="'form:tree:configurations'");
        }
        if ("!#{supportCluster}") {
            setAttribute(key="refreshId" value="null");
        }
    />
    
"    
    
#include "/common/shared/alertMsg.inc"
        
         "

#include "/jms/jmsHostsTable.inc"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy