|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.hyperlink.GenericHyperLinkResolver
lumis.doui.service.DouiHyperLinkResolver
lumis.content.service.ContentHyperLinkResolver
public class ContentHyperLinkResolver
Hyperlink resolver for content services.
Field Summary |
---|
Fields inherited from class lumis.doui.service.DouiHyperLinkResolver |
---|
PARAMETER_DESTINATION_SOURCE |
Constructor Summary | |
---|---|
ContentHyperLinkResolver()
|
Method Summary | |
---|---|
protected IServiceInterfaceUrl |
createUrl(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
java.lang.String pageId,
ITransaction transaction)
Creates an URL for the given hyperlink. |
Methods inherited from class lumis.doui.service.DouiHyperLinkResolver |
---|
resolveDestinationInterfaceId, setUrlParameters |
Methods inherited from class lumis.portal.hyperlink.GenericHyperLinkResolver |
---|
keepPagePreviousState, resolveDestinationPageId, resolveHyperLink |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentHyperLinkResolver()
Method Detail |
---|
protected IServiceInterfaceUrl createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, java.lang.String pageId, ITransaction transaction) throws PortalException
GenericHyperLinkResolver
This implementation call
GenericHyperLinkResolver.setUrlParameters(SessionConfig, IServiceInterfaceUrl, Map, ITransaction)
to fill the created URL's parameters.
createUrl
in class GenericHyperLinkResolver
sessionConfig
- the user session information.hyperLinkConfig
- the hyperlink value.pageId
- the destination page. If null the created URL will not
have an explicit pageId specified.transaction
- the transaction for persistence access.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |