Interface I_CmsJsonHandler

    • Method Detail

      • getOrder

        double getOrder()
        Gets the sort order for this handler.

        Handlers are sorted by ascending order, and the first matching handler is selected.

        Returns:
        the sort order
      • matches

        boolean matches​(CmsJsonHandlerContext context)
        Returns true if the handler matches the given context.
        Parameters:
        context - the context
        Returns:
        true if the handler matches