|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HyperLinkConfig | |
---|---|
lumis.doui.service | |
lumis.portal.hyperlink | Provides resolution from internal portal structure hyperlinks to the actual page URLs. |
Uses of HyperLinkConfig in lumis.doui.service |
---|
Methods in lumis.doui.service with parameters of type HyperLinkConfig | |
---|---|
protected String |
DouiHyperLinkResolver.resolveDestinationInterfaceId(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
|
IServiceInterfaceUrl |
DouiService.resolveHyperLink(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
Resolves an hyperlink to the corresponding URL. DouiService delegates this resolution to a DouiHyperLinkResolver . |
Uses of HyperLinkConfig in lumis.portal.hyperlink |
---|
Methods in lumis.portal.hyperlink with parameters of type HyperLinkConfig | |
---|---|
protected IServiceInterfaceUrl |
GenericHyperLinkResolver.createUrl(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
String pageId,
ITransaction transaction)
Creates an URL for the given hyperlink. |
String |
IHyperLinkManager.getHyperlinkServiceId(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
Returns the id of the service related to the given hyperlink. |
String |
HyperLinkManager.getHyperlinkServiceId(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
|
IServiceInterfaceUrl |
IHyperLinkManager.getUrl(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
Returns the URL corresponding to the information contained in the given HyperlinkConfig . |
IServiceInterfaceUrl |
HyperLinkManager.getUrl(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
|
protected String |
GenericHyperLinkResolver.resolveDestinationInterfaceId(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
Resolves the interface that should be the destination for the given hyperlinkConfig |
protected String |
GenericHyperLinkResolver.resolveDestinationPageId(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
Tries to resolve the destination page for the specified hyperlink. |
IServiceInterfaceUrl |
IHyperLinkResolver.resolveHyperLink(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
Resolves an hyperlink to the corresponding URL. |
IServiceInterfaceUrl |
GenericHyperLinkResolver.resolveHyperLink(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
Resolves an hyperlink to the corresponding URL. If no destination service interface instance was specified in the hyperLinkConfig , then this method calls
GenericHyperLinkResolver.resolveDestinationPageId(SessionConfig, HyperLinkConfig, ITransaction)
to resolve the destination page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |