Interface PathAwareWebNode

    • Method Detail

      • execute

        boolean execute​(AbstractWebNode next)
        This is the same as AbstractWebNode.execute() except the web walker will pass the next web node in the path after this node.

        Important note: if your node implements this interface, the walker will call execute(AbstractWebNode) instead of AbstractWebNode.execute().

        Parameters:
        next - the web node after this node in the web path, or null if this is the last web node
        Returns:
        true if the node is successfully handled, false otherwise