java.lang.Object
org.apache.wicket.cdi.AutoConversationManager
- All Implemented Interfaces:
IComponentOnBeforeRenderListener
Automatically starts and ends conversations for pages with a
ConversationalComponent
.- Author:
- papegaaij
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
autoBeginIfNecessary
(Page page, IRequestHandler handler) protected void
autoEndIfNecessary
(Page page, IRequestHandler handler) protected boolean
void
onBeforeRender
(Component component) Called when the component is about to be rendered
-
Constructor Details
-
AutoConversationManager
-
-
Method Details
-
onBeforeRender
Description copied from interface:IComponentOnBeforeRenderListener
Called when the component is about to be rendered- Specified by:
onBeforeRender
in interfaceIComponentOnBeforeRenderListener
- Parameters:
component
- the component that is about to be rendered
-
autoBeginIfNecessary
-
autoEndIfNecessary
-
hasConversationalComponent
-