| Package | Description |
|---|---|
| org.dd4t.contentmodel | |
| org.dd4t.core.databind | |
| org.dd4t.core.factories | |
| org.dd4t.core.resolvers |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericPage
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Page> |
DataBinder.buildPage(String source,
Class<T> aClass) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Page> |
PageFactory.deserialize(String source,
Class<? extends T> clazz)
Deserializes a JSON encoded String into an object of the given type, which must
derive from the Page interface
|
<T extends Page> |
PageFactory.findPageByUrl(String url,
int publicationId,
Class<T> pageModel)
Find page by its URL.
|
<T extends Page> |
PageFactory.findPageByUrl(String url,
int publicationId,
RequestContext context,
Class<T> pageModel)
Find page by its URL.
|
<T extends Page> |
PageFactory.getPage(String uri,
Class<T> pageModel)
Get a Page by its URI.
|
<T extends Page> |
PageFactory.getPage(String uri,
RequestContext context,
Class<T> pageModel)
Get a Page by its URI.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
PageFactory.findPageByUrl(String url,
int publicationId)
Find page by its URL.
|
Page |
PageFactory.findPageByUrl(String url,
int publicationId,
RequestContext context)
Find page by its URL.
|
Page |
PageFactory.getPage(String uri)
Get a page by its URI.
|
Page |
PageFactory.getPage(String uri,
RequestContext context)
Get a page by its URI.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LinkResolver.resolve(Component component,
Page page) |
Copyright © 2017. All rights reserved.