Class ApiDocsNavBarItem

java.lang.Object
io.datarouter.auth.config.ApiDocsNavBarItem
All Implemented Interfaces:
io.datarouter.plugin.PluginConfigValue<io.datarouter.web.navigation.DynamicNavBarItem>, io.datarouter.web.navigation.DynamicNavBarItem

public class ApiDocsNavBarItem
extends Object
implements io.datarouter.web.navigation.DynamicNavBarItem
  • Field Summary

    Fields inherited from interface io.datarouter.web.navigation.DynamicNavBarItem

    KEY
  • Constructor Summary

    Constructors
    Constructor Description
    ApiDocsNavBarItem()  
  • Method Summary

    Modifier and Type Method Description
    io.datarouter.web.navigation.NavBarItem getNavBarItem()  
    io.datarouter.web.navigation.NavBarCategory.NavBarItemType getType()  
    Boolean shouldDisplay()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.datarouter.web.navigation.DynamicNavBarItem

    changesFrequently, getKey
  • Constructor Details

    • ApiDocsNavBarItem

      public ApiDocsNavBarItem()
  • Method Details

    • getNavBarItem

      public io.datarouter.web.navigation.NavBarItem getNavBarItem()
      Specified by:
      getNavBarItem in interface io.datarouter.web.navigation.DynamicNavBarItem
    • shouldDisplay

      public Boolean shouldDisplay()
      Specified by:
      shouldDisplay in interface io.datarouter.web.navigation.DynamicNavBarItem
    • getType

      public io.datarouter.web.navigation.NavBarCategory.NavBarItemType getType()
      Specified by:
      getType in interface io.datarouter.web.navigation.DynamicNavBarItem