Package | Description |
---|---|
com.tridion.linking | |
com.tridion.linking.events |
Modifier and Type | Method and Description |
---|---|
Link |
BinaryLink.getLink(CMURI binaryComponentURI,
String variantId)
The
getLink method tries to find the location of the binary and wraps
this location in a Link object. |
Link |
PageLink.getLink(int targetPageId)
Create a new Link object targetting a page with just a page Id.
|
Link |
ComponentLink.getLink(int targetComponentId)
Gets a URL to the first page that is found containing the requested
targetComponentId.
|
Link |
DynamicComponentLink.getLink(int targetPageId,
int targetComponentId,
int targetTemplateId,
String linkTagAttributes,
String linkText,
boolean showTextOnFail)
This method tries to validate a link to a Dynamic Component Presentation on a Page.
|
Link |
ComponentLink.getLink(int sourcePageId,
int targetComponentId,
int excludeTemplateId,
String linkTagAttributes,
String linkText,
boolean showTextOnFail,
boolean addAnchor)
Tries to create a link to a suitable component presentation on a page
and returns this as a
Link object. |
Link |
PageLink.getLink(int targetPageId,
String anchor,
String linkTagAttributes,
String linkText,
boolean showTextOnFail)
Create a Link object targetting a page.
|
Link |
PageLink.getLink(int targetPageId,
String anchor,
String linkTagAttributes,
String linkText,
boolean showTextOnFail,
String parameters)
Create a Link object targeting a page.
|
Link |
PageLink.getLink(String targetPageURI)
Create a new Link object targetting a page with just a page URI.
|
Link |
ComponentLink.getLink(String targetComponentURI)
Gets a URL to the first page that is found containing the requested
targetComponentId.
|
Link |
PageLink.getLink(String targetPageURI,
String anchor,
String linkTagAttributes,
String linkText,
boolean showTextOnFail)
Create a page link using a tcm:uri.
|
Link |
BinaryLink.getLink(String binaryComponentURI,
String anchor,
String linkText,
String linkTagAttributes,
boolean showTextOnFail)
The
getLink method tries to find the location of the binary and wraps
this location in a Link object. |
Link |
PageLink.getLink(String targetPageURI,
String anchor,
String linkTagAttributes,
String linkText,
boolean showTextOnFail,
String parameters)
Create a page link using a tcm:uri.
|
Link |
DynamicComponentLink.getLink(String targetPageURI,
String targetComponentURI,
String targetTemplateURI,
String linkTagAttributes,
String linkText,
boolean showTextOnFail)
This method tries to validate a link to a Dynamic Component Presentation on a Page.
|
Link |
BinaryLink.getLink(String binaryComponentURI,
String variantId,
String anchor,
String linkText,
String linkTagAttributes,
boolean showTextOnFail)
The
getLink method tries to find the location of the binary and wraps
this location in a Link object. |
Link |
ComponentLink.getLink(String sourcePageURI,
String targetComponentURI,
String excludeTemplateURI,
String linkTagAttributes,
String linkText,
boolean showTextOnFail,
boolean showAnchor)
Tries to create a link to a suitable component presentation on a page
and returnes this as a
Link object. |
Link |
PageLink.getLink(String targetPageURI,
String targetURL,
String anchor,
String linkTagAttributes,
String linkText,
boolean showTextOnFail,
String parameters)
Create a page link as a String a tcm:uri.
|
Link |
BinaryLink.getLink(String binaryComponentURI,
String variantId,
String anchor,
String linkText,
String binaryUrl,
String linkTagAttributes,
boolean showTextOnFail) |
Link |
Link.makeClone()
This method creates a clone for current object.
|
Modifier and Type | Method and Description |
---|---|
void |
Linking.binaryLinkNotification(int publicationId,
int componentId,
String anchor,
String text,
String attributes,
boolean textOnFail,
String type,
boolean isComponent,
Link link) |
void |
LinkListenerManagerImpl.binaryLinkNotification(int publicationId,
int componentId,
String anchor,
String text,
String attributes,
boolean textOnFail,
String type,
boolean isComponent,
Link link) |
void |
LinkListenerManager.binaryLinkNotification(int publicationId,
int componentId,
String anchor,
String text,
String attributes,
boolean textOnFail,
String type,
boolean isComponent,
Link link) |
void |
Linking.componentLinkNotification(int publicationId,
int pageId,
int componentId,
int componentTemplateId,
String linkAttr,
String linkText,
boolean textOnFail,
boolean anchor,
Link returnLink) |
void |
LinkListenerManagerImpl.componentLinkNotification(int publicationId,
int pageId,
int componentId,
int componentTemplateId,
String linkAttr,
String linkText,
boolean textOnFail,
boolean anchor,
Link returnLink) |
void |
LinkListenerManager.componentLinkNotification(int publicationId,
int pageId,
int componentId,
int componentTemplateId,
String linkAttr,
String linkText,
boolean textOnFail,
boolean anchor,
Link returnLink) |
void |
Linking.dynamicComponentLinkNotification(int publicationId,
int pageId,
int componentId,
int componentTemplateId,
String attributes,
String text,
boolean textOnFail,
String parameters,
Link link)
Implement this method to process the parameters passed.
|
void |
LinkListenerManagerImpl.dynamicComponentLinkNotification(int publicationId,
int pageId,
int componentId,
int componentTemplateId,
String attributes,
String text,
boolean textOnFail,
String parameters,
Link link)
Implement this method to process the parameters passed.
|
void |
LinkListenerManager.dynamicComponentLinkNotification(int publicationId,
int pageId,
int componentId,
int componentTemplateId,
String attributes,
String text,
boolean textOnFail,
String parameters,
Link link) |
void |
Linking.pageLinkNotification(int publicationId,
int pageId,
String anchor,
String attributes,
String text,
boolean textOnFail,
String parameters,
Link link) |
void |
LinkListenerManagerImpl.pageLinkNotification(int publicationId,
int pageId,
String anchor,
String attributes,
String text,
boolean textOnFail,
String parameters,
Link link) |
void |
LinkListenerManager.pageLinkNotification(int publicationId,
int pageId,
String anchor,
String attributes,
String text,
boolean textOnFail,
String parameters,
Link link) |
Modifier and Type | Method and Description |
---|---|
void |
BinaryLinkListener.binaryLinkNotification(int publicationId,
int targetComponentId,
String anchor,
String linkText,
String linkTagAttributes,
boolean showTextOnFail,
String mimeType,
boolean isComponent,
Link returnLink)
Implement this method to process the parameters passed.
|
void |
ComponentLinkListener.componentLinkNotification(int publicationId,
int sourcePageId,
int targetComponentId,
int excludeComponentTemplateId,
String linkTagAttributes,
String linkText,
boolean showTextOnFail,
boolean showAnchor,
Link returnLink)
Implement this method to process the parameters passed.
|
void |
ComponentLinkListener.dynamicComponentLinkNotification(int publicationId,
int sourcePageId,
int targetComponentId,
int excludeComponentTemplateId,
String linkTagAttributes,
String linkText,
boolean showTextOnFail,
String parameters,
Link returnLink)
Implement this method to process the parameters passed.
|
void |
PageLinkListener.pageLinkNotification(int publicationId,
int targetPageId,
String anchor,
String linkTagAttributes,
String linkText,
boolean showTextOnFail,
String parameters,
Link returnLink)
Implement this method to process the parameters passed.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries