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 Summary

    Modifier and Type
    Method
    Description
    void
    updateNavLocation(String path, String breadcrumbLabel, boolean addHistory)
     
  • Method Details

    • updateNavLocation

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