| Modifier and Type | Method and Description |
|---|---|
void |
executeProcessors(Item item,
RunPhase runPhase,
RequestContext context) |
ComponentPresentation |
getComponentPresentation(String componentURI)
Get a component by its uri and Component Template URI.
|
ComponentPresentation |
getComponentPresentation(String componentURI,
RequestContext context)
Get a component by its uri and Component Template URI.
|
ComponentPresentation |
getComponentPresentation(String componentURI,
String viewOrTemplateURI)
Get a component by its uri and Component Template URI.
|
ComponentPresentation |
getComponentPresentation(String componentURI,
String viewOrTemplateURI,
RequestContext context)
Get a component by its uri and Component Template URI.
|
getProcessors, setCacheProvider, setProcessorsvoid executeProcessors(Item item, RunPhase runPhase, RequestContext context) throws FactoryException
FactoryExceptionComponentPresentation getComponentPresentation(String componentURI) throws FactoryException
componentURI - String representing the Component TCMURI to retrieveFactoryExceptionComponentPresentation getComponentPresentation(String componentURI, String viewOrTemplateURI) throws FactoryException
componentURI - String representing the Component TCMURI to retrieveviewOrTemplateURI - String representing either the View Name or Component Template TCMURI
to use when looking up the DCPFactoryExceptionComponentPresentation getComponentPresentation(String componentURI, RequestContext context) throws FactoryException
componentURI - String representing the Component TCMURI to retrievecontext - RequestContext to be passed to the processorsFactoryExceptionComponentPresentation getComponentPresentation(String componentURI, String viewOrTemplateURI, RequestContext context) throws FactoryException
componentURI - String representing the Component TCMURI to retrieveviewOrTemplateURI - String representing either the View Name or Component Template TCMURI
to use when looking up the DCPcontext - RequestContext to be passed to the processorsFactoryExceptionCopyright © 2017. All rights reserved.