Package sk.iway.iwcm.doc
Class NavbarService
java.lang.Object
sk.iway.iwcm.doc.NavbarService
Service for generating navbar (breadcrumb navigation)
Dispatches to appropriate implementation based on navbarDefaultType configuration
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, 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 TypeMethodDescriptionstatic StringgetNavbar(DocDetails doc, jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
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