Interface NotFoundPageService
- All Known Implementing Classes:
NotFoundPageServiceImpl
public interface NotFoundPageService
-
Method Summary
Modifier and TypeMethodDescriptiongetNotFoundPage
(ContentTreeNode fallbackNode) Resolve the notfound page for any fallback node.
-
Method Details
-
getNotFoundPage
Resolve the notfound page for any fallback node. You can pass any ContentTreeNode. Then the root node of this ContentTreeNode is resolved. If the root node is aCmsDomainNode
, the notfound page that is selected on the domain will be returned.- Parameters:
fallbackNode
- Any ContentTreeNode.- Returns:
- the notfound page that is selected on the domain.
-