Classes
Class | Description | |
---|---|---|
![]() | PageContentToRender |
Describe the page and content desired to be rendered.
|
![]() | PageTemplateDescriptor |
Describes a page layout to the Orckestra CMS core so it may set up editing UI
|
![]() | PageTemplateEntityToken |
Entity token of a page template
|
![]() | PageTemplateFacade |
Facade for accessing page templates
|
![]() | PlaceholderAttribute |
Defines a placeholder property
|
![]() | PlaceholderDescriptor |
Describe a placeholder on a page template.
|
![]() | SharedFile |
Contains information about a code file shared between page template.
|
![]() | TemplateDefinitionHelper |
Helper class for working with page template definitions based on IPageTemplate |
Interfaces
Interface | Description | |
---|---|---|
![]() | IPageRenderer |
This class is responsible for rendering the provided job onto the provided asp.net web forms page.
The AttachToPage method is called at page construction and is expected to hook on to asp.net page events (like PreInit) to drive the rendering.
|
![]() | IPageTemplate |
Basic interface for classes that represent a page template
|
![]() | IPageTemplateProvider |
Defines page template provider
|
![]() | ISharedCodePageTemplateProvider |
Represents a page template provider with shared code files
|