Interface NavigationAware

    • Method Detail

      • setNavigationContext

        void setNavigationContext​(NavigationContext context)
        Set the current context for this action
        Parameters:
        context -
      • getNavigationContext

        NavigationContext getNavigationContext()
        Returns:
        the context for this action
      • getNavigationUrl

        String getNavigationUrl()
        The url of the current action.
        Returns:
      • getChainEquiv

        @Nullable
        @Nullable String getChainEquiv()
        Returns:
        the chain equivilant url to this action (if you wish to explicitly define one)
      • getJobEquiv

        @Nullable
        @Nullable String getJobEquiv()
        Returns:
        the job equivilant url to this action (if you wish to explicitly define one)