Package com.enonic.xp.page
Class DescriptorKey
- java.lang.Object
-
- com.enonic.xp.page.DescriptorKey
-
- All Implemented Interfaces:
Serializable
@PublicApi public final class DescriptorKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static DescriptorKey
from(ApplicationKey applicationKey, String descriptorName)
static DescriptorKey
from(String key)
ApplicationKey
getApplicationKey()
String
getName()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
SEPARATOR
protected static final String SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getApplicationKey
public ApplicationKey getApplicationKey()
-
getName
public String getName()
-
from
public static DescriptorKey from(String key)
-
from
public static DescriptorKey from(ApplicationKey applicationKey, String descriptorName)
-
-