Package com.enonic.xp.page
Class EditablePage
- java.lang.Object
-
- com.enonic.xp.page.EditablePage
-
@PublicApi public final class EditablePage extends Object
-
-
Field Summary
Fields Modifier and Type Field Description PropertyTree
config
DescriptorKey
controller
boolean
customized
Component
fragment
PageRegions
regions
PageTemplateKey
template
-
Constructor Summary
Constructors Constructor Description EditablePage(Page source)
-
-
-
Field Detail
-
controller
public DescriptorKey controller
-
template
public PageTemplateKey template
-
regions
public PageRegions regions
-
fragment
public Component fragment
-
config
public PropertyTree config
-
customized
public boolean customized
-
-
Constructor Detail
-
EditablePage
public EditablePage(Page source)
-
-
Method Detail
-
build
public Page build()
-
-