| Package | Description |
|---|---|
| org.dd4t.core.factories | |
| org.dd4t.core.processors |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentPresentationFactory.executeProcessors(Item item,
RunPhase runPhase,
RequestContext context) |
void |
BinaryFactory.executeProcessors(Item item,
RunPhase runPhase,
RequestContext context) |
void |
PageFactory.executeProcessors(Item item,
RunPhase runPhase,
RequestContext context) |
Page |
PageFactory.findPageByUrl(String url,
int publicationId,
RequestContext context)
Find page by its URL.
|
<T extends Page> |
PageFactory.findPageByUrl(String url,
int publicationId,
RequestContext context,
Class<T> pageModel)
Find page by its URL.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentation(String componentURI,
RequestContext context)
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.
|
Page |
PageFactory.getPage(String uri,
RequestContext context)
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 |
|---|---|
void |
Processor.execute(Item item,
RequestContext requestContext)
Execute the Processor on the Factory Item
|
Copyright © 2017. All rights reserved.