Class LoginPageServiceImpl
java.lang.Object
ch.tocco.nice2.optional.cms.impl.publish.exception.accessdenied.LoginPageServiceImpl
- All Implemented Interfaces:
LoginPageService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLoginPage
(ContentTreeNode fallbackNode) Resolve the login page for any fallback node.
-
Constructor Details
-
LoginPageServiceImpl
-
-
Method Details
-
getLoginPage
Description copied from interface:LoginPageService
Resolve the login 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 login page that is selected on the domain will be returned.- Specified by:
getLoginPage
in interfaceLoginPageService
- Parameters:
fallbackNode
- Any ContentTreeNode.- Returns:
- the login page that is selected on the domain.
-