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 LoginStartupPage
LoginScreenHelper. getDefaultStartupPage(LoginScreenConfig config)
Returns theLoginStartupPage
contribution with the highest priority ornull
if 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. startupPages
Methods in org.nuxeo.ecm.platform.ui.web.auth.service that return LoginStartupPage Modifier and Type Method Description protected LoginStartupPage
LoginStartupPage. 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 int
LoginStartupPage. compareTo(LoginStartupPage o)
void
LoginStartupPage. merge(LoginStartupPage newStartupPage)
-