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

physdest.jmsPhysicalDestinationEdit.jsf Maven / Gradle / Ivy

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






    
    $page{destName});
        getRequestValue(key="type" value=>$page{destType});
        setPageSessionAttribute(key="selfPage" value="#{request.contextPath}/jms/physdest/jmsPhysicalDestinationEdit.jsf?name=#{pageSession.destName}&type=#{pageSession.destType}&target=#{pageSession.target}&parentPage=#{pageSession.parentPage}")

        if ("#{targetType} = instance") {
            setPageSessionAttribute(key="baseUrl", value="#{sessionScope.REST_URL}/servers/server/#{pageSession.target}");
        }
        if ("#{targetType} = cluster") {
            setPageSessionAttribute(key="baseUrl", value="#{sessionScope.REST_URL}/clusters/cluster/#{pageSession.target}");
        }

        gf.restRequest(endpoint="#{pageSession.baseUrl}/__get-jmsdest?id=#{pageSession.destName}&destType=#{pageSession.destType}", method="get", result="#{requestScope.restResponse}");
        setPageSessionAttribute(key="valueMap", value="#{requestScope.restResponse.data.extraProperties.entity}");
    />
    
    
#include "/common/shared/alertMsg.inc"
#include "jmsPhysicalDestinationSheet.inc"
        
    
    "





© 2015 - 2024 Weber Informatics LLC | Privacy Policy