Package ch.tocco.nice2.dms.impl.publish
Class OptimalPathServiceImpl
java.lang.Object
ch.tocco.nice2.dms.impl.publish.OptimalPathServiceImpl
- All Implemented Interfaces:
OptimalPathService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
redirectOptimalPath
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ContentTreeNode contentTreeNode) Redirects to optimal path when required.
-
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 interfaceOptimalPathService
- Returns:
- true when a redirect has been sent.
-