Package ch.tocco.nice2.dms.spi.publish
Interface OptimalPathService
- All Known Implementing Classes:
OptimalPathServiceImpl
public interface OptimalPathService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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.
-