public interface IConversationPropagation
ConversationPropagation provides sensible default implementations of this interface.| Modifier and Type | Method and Description |
|---|---|
boolean |
propagatesViaPage(Page page,
org.apache.wicket.request.IRequestHandler handler)
Indicates if the conversation should be propagated via page metadata (on an instance) for the
given page and request handler.
|
boolean |
propagatesViaParameters(org.apache.wicket.request.IRequestHandler handler)
Indicates if the conversation should be propagated via url-parameters for the given request
handler.
|
boolean propagatesViaPage(Page page, org.apache.wicket.request.IRequestHandler handler)
page - The page on which the tag will be set.handler - The current request handlerboolean propagatesViaParameters(org.apache.wicket.request.IRequestHandler handler)
handler - The current request handlerCopyright © 2006–2018 Apache Software Foundation. All rights reserved.