Class OptimalPathServiceImpl

java.lang.Object
ch.tocco.nice2.dms.impl.publish.OptimalPathServiceImpl
All Implemented Interfaces:
OptimalPathService

@Component public class OptimalPathServiceImpl extends Object implements OptimalPathService
  • Constructor Details

    • OptimalPathServiceImpl

      public OptimalPathServiceImpl()
  • Method Details

    • redirectOptimalPath

      public boolean redirectOptimalPath(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ContentTreeNode contentTreeNode)
      Description copied from interface: OptimalPathService
      Redirects to optimal path when required.
      Specified by:
      redirectOptimalPath in interface OptimalPathService
      Returns:
      true when a redirect has been sent.