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

META-INF.admingui.console-config.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Public License v. 2.0, which is available at
    http://www.eclipse.org/legal/epl-2.0.

    This Source Code may also be made available under the following Secondary
    Licenses when the conditions for such availability set forth in the
    Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
    version 2 with the GNU Classpath Exception, which is available at
    https://www.gnu.org/software/classpath/license.html.

    SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

-->

<console-config id="jms">
    <integration-point  id="jms_resources_nodes"
                        type="org.glassfish.admingui:navNode"
                        priority="400"
                        parentId="resources"
                        content="resourcesNodes.jsf" />

    <integration-point  id="jms_configuration_nodes"
                        type="org.glassfish.admingui:navNode"
                        priority="400"
                        parentId="#{configNameId}"
                        content="configurationNodes.jsf" />

    <integration-point  id="configureJmsClusterDropDown"
                        type="org.glassfish.admingui:newClusterDropDown"
                        priority="500"
                        parentId="propertySectionTextField"
                        content="configureJmsClusterDropDown.inc"/>

    <integration-point  id="configureJmsClusterSheet"
                        type="org.glassfish.admingui:newClusterPropSheet"
                        priority="500"
                        parentId="propertyForm"
                        content="configureJmsClusterSheet.inc"/>

    <!-- Add a link under the Configuration Page -->
    <integration-point id="jms_ConfigurationLink"
                        type="org.glassfish.admingui:configuration"
                        priority="400"
                        parentId="propSheetSection"
                        content="configLinks.jsf"
    />

    <integration-point
                id="jmsavailabilitytabs"
                type="org.glassfish.admingui:availabilityTabs"
                priority="60"
                parentId="availabilityTabs"
                content="jmsAvailabilityTabs.inc"
    />
    <integration-point
                id="jmsResourceLink"
                parentId="propSheetSection"
                type="org.glassfish.admingui:resources"
                priority="300"
                content="jmsResourceLink.jsf"
    />
    <integration-point
                id="physDestStandaloneInstance"
                parentId="standaloneInstanceTabs"
                type="org.glassfish.admingui:standaloneInstTab"
                priority="300"
                content="/physdest/standaloneInstPhysDestTab.jsf"
    />
    <integration-point
                id="physDestCluster"
                parentId="clusterTabs"
                type="org.glassfish.admingui:clusterTab"
                priority="300"
                content="/physdest/clusterPhysDestTab.jsf"
    />
    <integration-point
                id="physDestServer"
                parentId="serverInstTabs"
                type="org.glassfish.admingui:serverInstTab"
                priority="300"
                content="/physdest/serverPhysDestTab.jsf"
    />

    <!-- add dropdown option for the resource dropdown of cluster/standalone instance resource table. -->
    <integration-point
            id="jmsResourceDropDown"
            type="org.glassfish.admingui:resourceTypeDropdown"
            priority="150"
            content="jms/jmsConnectionNew.jsf|org.glassfish.admingui.core.Strings|tree.connectionFactories"
    />
    <integration-point
            id="jmsResourceDropDown2"
            type="org.glassfish.admingui:resourceTypeDropdown"
            priority="350"
            content="jms/jmsDestinationNew.jsf|org.glassfish.admingui.core.Strings|tree.destinationResources"
    />
</console-config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy