Class LoginStartupPage
java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.service.LoginStartupPage
- All Implemented Interfaces:
Comparable<LoginStartupPage>,Descriptor
- Since:
- 8.4
-
Field Summary
FieldsFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetId()The descriptor id, descriptors with same id are merged.getPath()intmerge(Descriptor o) Returns a descriptor representingothermerged intothistoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Descriptor
copy, doesRemove, getCopyId
-
Field Details
-
id
- Since:
- 2025.18
-
priority
protected int priority -
path
-
-
Constructor Details
-
LoginStartupPage
public LoginStartupPage()
-
-
Method Details
-
getId
Description copied from interface:DescriptorThe descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overridden
toString()for example.- Specified by:
getIdin interfaceDescriptor
-
getPath
-
getPriority
public int getPriority() -
merge
Description copied from interface:DescriptorReturns a descriptor representingothermerged intothisDefault implementation returns
other.- Specified by:
mergein interfaceDescriptor- Returns:
- the merged descriptor
-
compareTo
- Specified by:
compareToin interfaceComparable<LoginStartupPage>
-
equals
-
toString
-