Class LocationBasedNavBarEntry

    • Constructor Detail

      • LocationBasedNavBarEntry

        public LocationBasedNavBarEntry()
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Specified by:
        getUrl in interface NavBarEntry
      • setUrl

        public void setUrl​(java.lang.String url)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface NavBarEntry
      • setName

        public void setName​(java.lang.String name)
      • getEntries

        public java.util.List<NavBarEntry> getEntries()
        Description copied from interface: NavBarEntry
        If this navbar entry has sub-entries, return them. May return null if there are no sub-entries.
        Specified by:
        getEntries in interface NavBarEntry
      • setEntries

        public void setEntries​(java.util.List<NavBarEntry> entries)
      • getLocationMatch

        public java.lang.String getLocationMatch()
      • setLocationMatch

        public void setLocationMatch​(java.lang.String locationMatch)
      • isLinkMatches

        protected boolean isLinkMatches​(MenuContext context)