ConversationPropagation@FunctionalInterface public interface IConversationPropagation
ConversationPropagation provides sensible default
implementations of this interface.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
propagatesVia(org.apache.wicket.request.IRequestHandler handler,
org.apache.wicket.Page page) |
Indicates if the conversation should be propagated via url-parameters for
the given request handler and page (if any).
|
boolean propagatesVia(org.apache.wicket.request.IRequestHandler handler,
org.apache.wicket.Page page)
handler - The current request handlerpage - The page associated with the request handler, or null if the
handler is not an IPageRequestHandler.Copyright © 2006–2018 Apache Software Foundation. All rights reserved.