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 booleanequals(Object o)static DescriptorKeyfrom(ApplicationKey applicationKey, String descriptorName)static DescriptorKeyfrom(String key)ApplicationKeygetApplicationKey()StringgetName()inthashCode()StringtoString()
-
-
-
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)
-
-