|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HyperLinkConfig | |
---|---|
lumis.content.service | |
lumis.doui.hyperlink | |
lumis.doui.service | |
lumis.portal.hyperlink | Provides resolution from internal portal structure hyperlinks to the actual page URLs. |
Uses of HyperLinkConfig in lumis.content.service |
---|
Methods in lumis.content.service with parameters of type HyperLinkConfig | |
---|---|
protected IServiceInterfaceUrl |
ContentHyperLinkResolver.createUrl(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
String pageId,
ITransaction transaction)
|
IServiceInterfaceUrl |
ContentService.resolveHyperLink(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
|
Uses of HyperLinkConfig in lumis.doui.hyperlink |
---|
Methods in lumis.doui.hyperlink that return HyperLinkConfig | |
---|---|
HyperLinkConfig |
DouiHyperlink.getHyperLinkConfig(Node hyperLinkNode)
|
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. |
Uses of HyperLinkConfig in lumis.portal.hyperlink |
---|
Methods in lumis.portal.hyperlink that return HyperLinkConfig | |
---|---|
HyperLinkConfig |
HyperLinkConfig.clone()
Creates a clone of this 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 void |
GenericHyperLinkResolver.keepPagePreviousState(IServiceInterfaceUrl url,
HyperLinkConfig hyperLinkConfig)
Configures the URL object to keep the current page previous parameters. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |