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

.admingui.console-jms-plugin.3.1-b01.source-code.jmsPhysicalDestinations.jsf Maven / Gradle / Ivy







    
        $page{clusterName});     #in case this is from cluster
            getRequestValue(key="name" value=>$page{instanceName});    #in case this is from standalone instance
            getRequestValue(key="name" value=>$page{targetName});
            setPageSessionAttribute(key="selfPage" value="#{request.contextPath}/jms/jmsPhysicalDestinations.jsf");
            setPageSessionAttribute(key="editPage" value="#{request.contextPath}/jms/jmsPhysicalDestinationEdit.jsf");
            setPageSessionAttribute(key="viewPage" value="#{request.contextPath}/jms/jmsPhysicalDestinationStats.jsf");
            getPhysicalDestinations(result=>$attribute{listOfRows});
        />
    
    
#include "/common/shared/alertMsg.inc"
        
        "

$attribute{tableRowGroup}); getSelectedSingleMapRows(TableRowGroup="${tableRowGroup}" selectedRows=>$attribute{selectedRows}); deleteJMSDest(selectedRows="${selectedRows}"); setAttribute(key="selectedRows" value="${selectedRows}"); gf.redirect(page="#{pageSession.selfPage}"); /> $attribute{tableRowGroup}); getSelectedSingleMapRows(TableRowGroup="${tableRowGroup}" selectedRows=>$attribute{selectedRows}); flushJMSDestination(selectedRows="${selectedRows}"); prepareAlertMsg(summary="$resource{i18njms.jmsPhysDestinations.flushed}", type="success"); gf.redirect(page="#{pageSession.selfPage}?alertType=${alertType}&alertSummary=${alertSummary}&alertDetail=${alertDetail}&configName=#{configName}"); /> $page{configsTableRowGroupId}); />




© 2015 - 2025 Weber Informatics LLC | Privacy Policy