Class ClientHandlerLocatorBean

    • Constructor Detail

      • ClientHandlerLocatorBean

        public ClientHandlerLocatorBean()
    • Method Detail

      • getNodeResources

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

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