Class ConversationExpiryChecker

java.lang.Object
org.apache.wicket.cdi.ConversationExpiryChecker
All Implemented Interfaces:
IComponentOnBeforeRenderListener

Checks for conversation expiration during page render and throws a ConversationExpiredException when an expired conversation is detected. For example a link that calls Conversation.end() but does not redirect to a non-conversation-dependent page will be caught by this listener.
Author:
igor