Uses of Class
lumis.portal.hyperlink.HyperLinkConfig
-
Packages that use HyperLinkConfig Package Description lumis.content.service lumis.doui.hyperlink lumis.doui.service lumis.portal.hyperlink Provides resolution from internal portal structure hyperlinks to the actual page URLs.lumis.service.htmlcontent lumis.service.simplecontent -
-
Uses of HyperLinkConfig in lumis.content.service
Methods in lumis.content.service with parameters of type HyperLinkConfig Modifier and Type Method Description 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 Modifier and Type Method Description HyperLinkConfig
DouiHyperlink. getHyperLinkConfig(Node hyperLinkNode)
-
Uses of HyperLinkConfig in lumis.doui.service
Methods in lumis.doui.service with parameters of type HyperLinkConfig Modifier and Type Method Description 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 Modifier and Type Method Description HyperLinkConfig
HyperLinkConfig. clone()
Creates a clone of this hyperlink.Methods in lumis.portal.hyperlink with parameters of type HyperLinkConfig Modifier and Type Method Description protected IServiceInterfaceUrl
GenericHyperLinkResolver. createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, String pageId, ITransaction transaction)
Creates an URL for the given hyperlink.String
HyperLinkManager. getHyperlinkServiceId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
String
IHyperLinkManager. getHyperlinkServiceId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Returns the id of the service related to the given hyperlink.IServiceInterfaceUrl
HyperLinkManager. getUrl(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 givenHyperlinkConfig
.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 givenhyperlinkConfig
protected String
GenericHyperLinkResolver. resolveDestinationPageId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Tries to resolve the destination page for the specified hyperlink.IServiceInterfaceUrl
GenericHyperLinkResolver. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Resolves an hyperlink to the corresponding URL.IServiceInterfaceUrl
IHyperLinkResolver. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Resolves an hyperlink to the corresponding URL. -
Uses of HyperLinkConfig in lumis.service.htmlcontent
Methods in lumis.service.htmlcontent with parameters of type HyperLinkConfig Modifier and Type Method Description protected IServiceInterfaceUrl
HtmlContentHyperLinkResolver. createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, String pageId, ITransaction transaction)
protected String
HtmlContentHyperLinkResolver. resolveDestinationInterfaceId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
IServiceInterfaceUrl
HtmlContentService. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
-
Uses of HyperLinkConfig in lumis.service.simplecontent
Methods in lumis.service.simplecontent with parameters of type HyperLinkConfig Modifier and Type Method Description protected IServiceInterfaceUrl
SimpleContentHyperLinkResolver. createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, String pageId, ITransaction transaction)
protected String
SimpleContentHyperLinkResolver. resolveDestinationInterfaceId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
IServiceInterfaceUrl
SimpleContentService. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
-