Implementing deprecated Content Delivery APIs
Information in this section applies to the implementation of deprecated Content Delivery APIs.
- Content Delivery RESTful API namespaces and Java packages
Content Delivery modules turn the content in your Content Manager into a fully-functional, dynamic website. - Using the deprecated CIL Content Broker Query API to add Component Presentations
You can fetch a Component Presentation and add it to a webpage by specifying a query on the Page. On the published webpage, the query runs at request time and filters the available dynamic Component Presentations to retrieve only the ones that meet the query's criteria. These criteria or search parameters are metadata values. - Using the Dynamic Content APIs to add Component Presentations
If you organize your Web site as a dynamic Web application rather than adding content to the Web page through inclusion or querying, you can retrieve Component Presentations directly through Dynamic Content APIs calls. - Assembling a complete Page
You can use the Content Delivery API to: retrieve the raw contents of a Page, to create custom Page metadata on the fly, and to assemble a Web page with all of its content.