Interface ParentApi

  • All Known Implementing Classes:
    ParentApiCaller

    public interface ParentApi
    This interface is the java alternative of the NavLocation typescript interface defined in the bloomreach navigation application.

    See projects/navapp-communication/src/lib/parent-api.ts of the @bloomreach/navapp-communication dependency in the package.json of the engine module.

    • Method Detail

      • updateNavLocation

        void updateNavLocation​(String path,
                               String breadcrumbLabel,
                               boolean addHistory)