Class NavbarService

java.lang.Object
sk.iway.iwcm.doc.NavbarService

public class NavbarService extends Object
Service for generating navbar (breadcrumb navigation) Dispatches to appropriate implementation based on navbarDefaultType configuration
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    NavbarService is now a stateless service with static methods, this constructor is only for backward compatibility and should not be used in new code
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getNavbar(DocDetails doc, jakarta.servlet.http.HttpServletRequest request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NavbarService

      @Deprecated(forRemoval=true) public NavbarService()
      Deprecated, for removal: This API element is subject to removal in a future version.
      NavbarService is now a stateless service with static methods, this constructor is only for backward compatibility and should not be used in new code
  • Method Details

    • getNavbar

      public static String getNavbar(DocDetails doc, jakarta.servlet.http.HttpServletRequest request)