Interface CmsDomainNode

All Superinterfaces:
ContentTreeNode
All Known Implementing Classes:
CmsDomainNodeImpl

@Deprecated public interface CmsDomainNode extends ContentTreeNode
Deprecated.
  • Method Details

    • getLocale

      Locale getLocale()
      Deprecated.
    • getNodeTemplateProperties

      Properties getNodeTemplateProperties()
      Deprecated.
    • getNotFoundPage

      Optional<PageNode> getNotFoundPage()
      Deprecated.
    • getLoginPage

      Optional<PageNode> getLoginPage()
      Deprecated.
    • getHomePage

      Optional<PageNode> getHomePage()
      Deprecated.
      Get the home page of the domain. The home page is the first child page.
      Returns:
      the home page (if present).
      See Also: