Class ClientHandlerLocatorBean

    • Constructor Detail

      • ClientHandlerLocatorBean

        public ClientHandlerLocatorBean()
    • Method Detail

      • getNodeResources

        public FlowchartElementResource getNodeResources​(Set<String> nodeTypes,
                                                         Set<String> triggerTypes)
                                                  throws IOException
        Description copied from interface: IClientHandlerService
        Finds the JavaScript and CSS resources required by the given nodes and trigger. When more than one node or trigger is given, the individual JavaScript and CSS resources should be concatenated together.
        Specified by:
        getNodeResources in interface IClientHandlerService
        Parameters:
        nodeTypes - List of node types for which resources are required.
        triggerTypes - List of node types for which resources are required.
        Returns:
        The JavaScript and CSS resources required by the given nodes and triggers.
        Throws:
        IOException - When the resources could not be retrieved.