Package dw.experience

Contains classes for Page Designer managed pages and components.

ClassDescription
AspectAttributeValidationExceptionThis APIException is thrown by method PageMgr.renderPage(String, Map, String) and PageMgr.serializePage(String, Map, String) to indicate that the passed aspect attributes failed during validation against the definition provided through the aspect type of the page.
ComponentThis class represents a page designer managed component as part of a page.
ComponentRenderSettingsA config that drives how the component is rendered.
ComponentScriptContextThis is the context that is handed over to the render and serialize function of the respective component type script.
CustomEditorThis class represents a custom editor for component attributes of type custom.
CustomEditorResourcesThis class represents the resources of a custom editor, i.e.
Page

This class represents a page designer managed page.

PageMgrProvides functionality for getting, rendering and serializing page designer managed pages.
PageScriptContextThis is the context that is handed over to the render and serialize function of the respective page type script.
RegionThis class represents a region which serves as container of components.
RegionRenderSettingsA config that drives how the region is rendered.