Package | Description |
---|---|
com.tridion.dcp |
Modifier and Type | Interface and Description |
---|---|
interface |
ASCXComponentPresentation
ASCXComponentPresentation.
|
interface |
ASPComponentPresentation
ASPComponentPresentation.
|
interface |
JSPComponentPresentation
JSPComponentPresentation.
|
interface |
ScriptedComponentPresentation
ScriptedComponentPresentation.
|
interface |
XMLComponentPresentation
XMLComponentPresentation.
|
Modifier and Type | Method and Description |
---|---|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentation(int componentId,
int templateId)
Get a component presentation.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentation(int thePublicationId,
int componentId,
int templateId)
Get a component presentation.
|
protected ComponentPresentation |
ComponentPresentationFactory.getComponentPresentation(int thePublicationId,
int componentId,
int templateId,
String type,
String encoding) |
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentation(String componentURI,
String templateURI)
Get a component presentation.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentationWithHighestPriority(int componentId)
Get the component presentation for a component that has the highest priority.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentationWithHighestPriority(String componentURI)
Get the component presentation for a component that has the highest priority.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentationWithLowestPriority(int componentId)
Get the component presentation for a component that has the lowest priority.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentationWithLowestPriority(String componentURI)
Get the component presentation for a component that has the lowest priority.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentationWithOutputFormat(int componentId,
String formatString)
Get a component presentation for a component, with the given output format.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentationWithOutputFormat(String componentURI,
String formatString)
Get a component presentation for a component, with the given output format.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentationWithPriority(int componentId,
int priority)
Get a component presentation for a component, with the specified priority.
|
ComponentPresentation |
ComponentPresentationFactory.getComponentPresentationWithPriority(String componentURI,
int templatePriority)
Get a component presentation for a component, with the specified priority.
|
ComponentPresentation[] |
ComponentPresentationFactory.getTaxonomyComponentPresentations(Keyword[] taxonomyKeywords,
String templateURI,
boolean includeBranchedKeywords)
This retrieves all ComponentPresentations for the specified taxonomy keyword, either directly linked to the
keyword
or a branch/child of the specified keyword.
|
ComponentPresentation[] |
ComponentPresentationFactory.getTaxonomyComponentPresentations(Keyword taxonomyKeyword,
String templateURI,
boolean includeBranchedKeywords)
This retrieves all ComponentPresentations for the specified taxonomy keyword, either directly linked to the
keyword
or a branch/child of the specified keyword.
|
Modifier and Type | Method and Description |
---|---|
Collection<ComponentPresentation> |
ComponentPresentationFactory.findAllComponentPresentations(int componentId)
Retrieve a list of all component presentations for a component.
|
Collection<ComponentPresentation> |
ComponentPresentationFactory.findAllComponentPresentations(int thePublicationId,
int componentId)
Retrieve a list of all component presentations for a component.
|
Collection<ComponentPresentation> |
ComponentPresentationFactory.findAllComponentPresentations(String componentURI)
Retrieve a list of all component presentations for a component.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries