Uses of Class
org.nuxeo.ecm.platform.ui.web.auth.service.LoginStartupPage
-
Packages that use LoginStartupPage Package Description org.nuxeo.ecm.platform.ui.web.auth org.nuxeo.ecm.platform.ui.web.auth.service -
-
Uses of LoginStartupPage in org.nuxeo.ecm.platform.ui.web.auth
Methods in org.nuxeo.ecm.platform.ui.web.auth that return LoginStartupPage Modifier and Type Method Description protected static LoginStartupPageLoginScreenHelper. getDefaultStartupPage(LoginScreenConfig config)Returns theLoginStartupPagecontribution with the highest priority ornullif none is contributed. -
Uses of LoginStartupPage in org.nuxeo.ecm.platform.ui.web.auth.service
Fields in org.nuxeo.ecm.platform.ui.web.auth.service with type parameters of type LoginStartupPage Modifier and Type Field Description protected Map<String,LoginStartupPage>LoginScreenConfig. startupPagesMethods in org.nuxeo.ecm.platform.ui.web.auth.service that return LoginStartupPage Modifier and Type Method Description protected LoginStartupPageLoginStartupPage. clone()Methods in org.nuxeo.ecm.platform.ui.web.auth.service that return types with arguments of type LoginStartupPage Modifier and Type Method Description Map<String,LoginStartupPage>LoginScreenConfig. getStartupPages()Methods in org.nuxeo.ecm.platform.ui.web.auth.service with parameters of type LoginStartupPage Modifier and Type Method Description intLoginStartupPage. compareTo(LoginStartupPage o)voidLoginStartupPage. merge(LoginStartupPage newStartupPage)
-