Class LinksFilter

    • Constructor Detail

      • LinksFilter

        public LinksFilter()
    • Method Detail

      • run

        public void run​(Request req,
                        Response res)
                 throws ApiException
        Description copied from class: Action
        Override this method with your custom business logic or override one of the http method "doMETHOD" specific handlers.
        Overrides:
        run in class Action<LinksFilter>
        Parameters:
        req - the Request being serviced
        res - the Reponse being generated
        Throws:
        ApiException
      • removeLinks

        protected void removeLinks​(Collection coll,
                                   io.inversion.json.JSMap node)