| Package | Description |
|---|---|
| org.dd4t.contentmodel | |
| org.dd4t.core.databind | |
| org.dd4t.core.factories | |
| org.dd4t.core.resolvers |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentPresentation> |
Page.getComponentPresentations()
Get the list of component presentations on the page
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setComponentPresentations(List<ComponentPresentation> componentPresentations)
Set the component presentations
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ComponentPresentation> |
DataBinder.buildComponentPresentation(String source,
Class<T> componentPresentationClass) |
| Modifier and Type | Method and Description |
|---|---|
ComponentPresentation |
DataBinder.buildDynamicComponentPresentation(ComponentPresentation componentPresentation,
Class<? extends Component> aClass)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentPresentation |
DataBinder.buildDynamicComponentPresentation(ComponentPresentation componentPresentation,
Class<? extends Component> aClass)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentation(String componentURI)
Get a component by its uri and Component Template URI.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentation(String componentURI,
RequestContext context)
Get a component by its uri and Component Template URI.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentation(String componentURI,
String viewOrTemplateURI)
Get a component by its uri and Component Template URI.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentation(String componentURI,
String viewOrTemplateURI,
RequestContext context)
Get a component by its uri and Component Template URI.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LinkResolver.resolve(ComponentPresentation cp) |
Copyright © 2017. All rights reserved.