Classes
Class | Description | |
---|---|---|
![]() | NonConfigurableRenderingResponseHandler |
Configuration object with no custom config settings. When developing your own IRenderingResponseHandler
plugin you can use this if you do not require any special configuration in the Composite.config file.
|
![]() | RenderingResponseHandlerData |
Base class for IRenderingResponseHandler plugin configuration. If you do not require special
configuration, use NonConfigurableRenderingResponseHandler.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IDataRenderingResponseHandler |
Orckestra CMS allow you to build a RenderingResponseHandler plug-in. It enables developers to intercept
page and media requests and control if the request should be accepted or redirected and if the rendered
resource is allowed to be publicly cached.
|
![]() | IRenderingResponseHandler |
Base interface - use the interface IDataRenderingResponseHandler for handling page and media requests.
|