Package com.enonic.xp.page
Class PageTemplateKey
- java.lang.Object
-
- com.enonic.xp.page.PageTemplateKey
-
@PublicApi public final class PageTemplateKey extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static PageTemplateKeyfrom(ContentId value)static PageTemplateKeyfrom(String value)ContentIdgetContentId()inthashCode()StringtoString()
-
-
-
Method Detail
-
getContentId
public ContentId getContentId()
-
from
public static PageTemplateKey from(String value)
-
from
public static PageTemplateKey from(ContentId value)
-
-