Interface NavBarEntry

    • Method Detail

      • getName

        java.lang.String getName()
      • getDisplayString

        java.lang.String getDisplayString()
      • getUrl

        java.lang.String getUrl()
      • getEntries

        java.util.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.