Interface NotFoundPageService

All Known Implementing Classes:
NotFoundPageServiceImpl

public interface NotFoundPageService
  • Method Details

    • getNotFoundPage

      Optional<PageNode> getNotFoundPage(ContentTreeNode fallbackNode)
      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 a CmsDomainNode, 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.