public interface IConversationPropagation
ConversationPropagation provides sensible default
implementations of this interface.| Modifier and Type | Method and Description |
|---|---|
boolean |
propagatesVia(org.apache.wicket.request.IRequestHandler handler,
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, 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–2014 Apache Software Foundation. All rights reserved.