-
InterfaceDescriptionsinec 13.3.0 : no replacement, will be dropped in 14.0.0
-
FieldDescriptionsince 14.x Experience Pages, do not use any more
-
MethodDescriptionSince 13.0.0. Use
VirtualHosts.matchMount(String, String)
instead. ThecontextPath
is not used any more in 13.0.0.since 13.0.0 : useVirtualHosts.isHstFilterExcludedPath(String)
since 13.0.0. OnlyHstSiteMapItem.getHstSiteMapItemHandlers()
will possibly be supported in future via api but even that method might disappear in the futuresince 13.0.0. OnlyHstSiteMapItem.getHstSiteMapItemHandlers()
will possibly be supported in future via api but even that method might disappear in the futureUse thegetClassFor
method.since 13.2.0, useHstMutableRequestContext.setChannelManagerPreviewRequest()
instead Marks the request to be a channelMngrRestRequestsince 13.0.1 and 13.1.0 : UseSessionSecurityDelegation.createLiveSecurityDelegate(Credentials, boolean)
instead. Thekey
parameter is not needed any more since we don't support returning same jcr session based on cachekey any more. Use autologout = true if you replace this methodsince 13.0.1 and 13.1.0 : UseSessionSecurityDelegation.createPreviewSecurityDelegate(Credentials, boolean)
instead. Thekey
parameter is not needed any more since we don't support returning same jcr session based on cachekey any more. Use autologout = true if you replace this methodsince 13.0.0. UseResolvedVirtualHost.matchMount(String)
instead. ThecontextPath
is not used any moresince 13.0.0 : #destroy won't be invoked any more and will be removed. On everyVirtualHosts
rebuild (aka after hst config changes),HstSiteMapItemHandler
instances are recreated. Make sure that your implementation of theHstSiteMapItemHandler
does not result in a memory leak, for example because you add objects to a class variable like a static cache. The reason why this has been deprecated is that HstSiteMapItemHandler instances now piggy-back on the lifecycle on theVirtualHosts
instead of on a separate registry