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

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

There is a newer version: 3.2-b06
Show newest version






    
    $page{configName});

        setPageSessionAttribute(key="childType" value="jms-host");
        setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/jms-service");
        setPageSessionAttribute(key="selfUrl", value="#{pageSession.parentUrl}/#{pageSession.childType}");
        setPageSessionAttribute(key="rest-api" value="true");
        gf.getChildList(parentEndpoint="#{pageSession.parentUrl}", 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 "/common/shared/configNameSection.inc"
#include "/jms/jmsHostsTable.inc"
	
    






© 2015 - 2025 Weber Informatics LLC | Privacy Policy