Interface NavBarEntry

    • Method Detail

      • getDisplayString

        String getDisplayString()
      • getEntries

        List<NavBarEntry> getEntries()
        If this navbar entry has sub-entries, return them. May return null if there are no sub-entries.
      • hasEntries

        boolean hasEntries()
      • evaluate

        @Deprecated
        default DisplayStatus evaluate​(javax.servlet.http.HttpServletRequest request)
        Deprecated.
        Return an object that represents whether or not the entry should be displayed and/or linked.