Interface OptimalPathService

All Known Implementing Classes:
OptimalPathServiceImpl

public interface OptimalPathService
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    redirectOptimalPath(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ContentTreeNode contentTreeNode)
    Redirects to optimal path when required.
  • Method Details

    • redirectOptimalPath

      boolean redirectOptimalPath(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ContentTreeNode contentTreeNode)
      Redirects to optimal path when required.
      Returns:
      true when a redirect has been sent.